Monday, July 20, 2009

Debugging of BW IP’s planning functions

Such a debugging of Integrated Planning’s planning function can be invoked by classic ABAP statement BREAK-POINT. You can easily put it into your ABAP formula of your planning function. 

 
Such a debugging is based on classical external debugging which can be switched on TA SE38.
 
Here’s how your break point looks like in generated ABAP code behind your planning function:
Some other SAP specialties concerning debugging can be found here.

1 comment:

Anonymous said...

Good one. I usually use the Do enddo loop option & then go to SM50 to go in debug mode for BI-IP.

Aslo there is an option the workbook to ATtach SAPGUI for debugging.

Keep writing all the good stuff.