Hi experts,
I have fiscal year (000.yyyy) and posting period ( Empty-Blank) in Infocube. I want to repost (000.yyyy as 013.yyyy) and posting period (Blank to '013') but records without posting period 13 is not getting retrieved.
I have written a planning function using 'Repost' where i am changing Blank to 013 but when i run planning function with trace I can see data with period 013 is only being retrieved by planning function and no changes in result. I have already checked my planning level and all.
My question is why i am not getting all the data from database whatever is there in Infocube.
e.g
Data in my infocube:
_________________
Fiscal period Posting Period Amount
001.2006 001 2000
013.2006 013 1000
000.2006 9000
000.2007 8000
My planning function is picking only
013.2006 013 1000
I am trying to achieve this result.
Fiscal period Posting Period Amount
001.2006 001 2000
013.2006 013 1000
000.2006 <b>013</b> 9000
000.2007 <b>013</b> 8000
Please help.
Thanks.
Add a comment