Hi All,
I have configured the carry forward as below:
Image may be NSFW.
Clik here to view.
The OpeningPeriod and OpeningYear are left blank. Means, system by default will copy from Dec last year data.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Script:
*RUN_PROGRAM COPYOPENING
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
ENTITY = %ENTITY_SET%
*ENDRUN_PROGRAM
Data before Carry forward:
Image may be NSFW.
Clik here to view.
Following selection during the data package execution:
Image may be NSFW.
Clik here to view.
The result is nothing is executed and nothing is displayed in the time 2007.01.
But if I put selection Time:2006.12, the system will have following result :
Image may be NSFW.
Clik here to view.
The question is:
Did I do something wrong or is this bug? because my understanding, when I enter 2007.01, system should copy CLOSING 2006.12 to OPENING 2007.01?
Thank you