cancel
Showing results for 
Search instead for 
Did you mean: 

Run Script Logic After consolidation, not chage status Success

0 Kudos

Hi experts,

After the execution of the process of consolidation, consolidation by the button located on the monitor consolidation, we need to run a script logic for some additional calculations.

Is it possible that the green indicator (successful), will always remain in that state, not again be gray?

See the attached images.

Because of this, we can not run the incremental consolidation in the next levels.

Thanks-

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182709
Contributor
0 Kudos

Yes, Ariel. You can.

You can use keyword TIMESTAMP before running other logics.  For exmaple,  you can need to run account transformation after consoldiation.

*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


Then the status in consolidation montior will remain.


To use the keyword, you need to apply the following notes.

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