In some cases, you may need to run some additional logics(e.g. Account Calcuation) after running consolidation from conolidation monitor. However, you find the monitor status is reset.
Luckily, there is a new enhancement delivered. That is the keyword *TIMESTAMP in script logic. With this keyword, system will not write time info to table UJP_STAMP_ENT if you set it off. As a result, the monitor status will not be bothered.
Example code:
*TIMESTAMP OFF
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = %CATEGORY_SET%
GROUP = %SCOPE_SET%
TID_RA = %TIME_SET%
CALC = CALC_POSTACQ
// OTHER = {ENTITY = %ENTITY_SET%}
*ENDRUN_PROGRAM
To have this enhancement, you need to apply these two note. The note would be already contained in your system if your BPC version is higher than the valid info I listed below.
2041662 - New keyword Timestamp takes no effect for account transformation
Valid for
CPMBPC 800 SP11- 800 SP14,
CPMBPC 801 SP04- 800 SP07,
CPMBPC 810 SP00 - 810 SP03
2018102 - New keyword Timestamp is introduced in logic script
Valid for
CPMBPC 800 SP11- 800 SP13,
CPMBPC 801 SP04- 801 SP06,
CPMBPC 810 SP00 - 810 SP02
Best regards,
Charlie