cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging in IP BW 7.0

Former Member
0 Kudos

Hello Planning experts

I am wondering if it is possible to debugg as following:

- Planning modeler: What has to be done, once executing a function in the planning modeller in order to start the debugging mode ?

- Bex-Workbook: What has to be done, once executing a planning function in the Bex-Workbook in order to start the debugging mode ?

Thanks and welcome every answer, which helps me to know this debugging feature possibilities in IP BW 7.0

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To debug a planning function you can set an external break-point in CL_RSPLFR_CONTROLLER method EXECUTE_SERVICE.

To debug a planning sequence you can set an external break-point in CL_RSPLFR_CONTROLLER method execute_plsq.

Another good way is to record a RSTT-Trace and debug this trace.

Answers (1)

Answers (1)

Former Member
0 Kudos

Have a look at the below threads: