Hi,
I have done below steps to my CC Report to show by period wise(individual columns Jan, Feb, so..on) cost center report:
Step 1: used Library 1VK, Table CCSS in GRR1.
Step 2: Created 12 individuals columns starting from Jan to Dec..
Step 3: Created 12 formula variables(internal Variables) for 12 periods..(becoz if I hardcoded system is deriving all the
periods)..
a) created Internal value Variable ZVAR(defaualt 01),ZAR1(default 02),ZAR2 (default 03)...this is for to create fomula
variables.
b) for period 1(jan) formula variable "IF '&ZVAR'>= 1 THEN 1 ELSE 017" internal variable table:CCSS,field:PERBL
c) for period 2(feb) IF '&ZVA1'>= 2 THEN 2 ELSE 017 like wise created 12 variables for 12 periods
Step 4: above the formula variables I have selected check box as variable but not coming on selection screen, I need in
selection screen from period to period for this I have created one more hide column and given period vairable "1PERIK"
now its coming on the selection screen but values are not populating based on by selection criteria..
Note: If I slect 1-4 periods it should show for only Jan,Feb, Mar & April and individually..
regards,
Sanju