cancel
Showing results for 
Search instead for 
Did you mean: 

Scoping of Records for Calculation - In Script logic for SAP BPC 10.0 NW

vsreeja
Explorer
0 Kudos

Hi,

Is there any way in Script logic that we can restrict the calulations to run only for changed/modified values instead of running for all the records whenever we are calling the script.

For eg,

Inside a script logic we are doing two different calulations for two versions PLAN1 and PLAN2 respectively. After changing some records in PLAN2 version we are calling the logic. But its getting executed  for both PLAN1 (Rewriting the values again) and PLAN2 (for new/modified records) versions.

So here is there any way to execute the calculations only for PLAN2 version and only for the modified records?

Please guide me in this regard.

Thanks and Regards,

Sreeja V

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member544285
Participant
0 Kudos

Hi Sreeja,

You can use default logic to run calculation upon saving data. This will make sure only data that is changed get calculated by the logic script.

Check this documents page 5: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e025fa8d-1c22-2e10-cd9f-c488c7eea...

Hope this helps,

BR,

Hendry

former_member186338
Active Contributor
0 Kudos

Hi Sreeja,

The answer is simple - default.lgf

Please read my document here:

Vadim