cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BPC IF_UJD_ROUTINE~RUNROUTINE

Former Member
0 Likes
704

Hello Team,

I would like to know if there is any standard document given by SAP for the below steps to debug in BPC for Data manager package?

  1. Log into SAPGUI with your BW debug user.
  2. Go to transaction SE80
  3. Navigate to the class CL_UJXD_PACKAGES_RES (under package UJX, embedded package UJXD).
  4. Go to line 179 of the DO_POST method and set an external breakpoint.
  5. Switch to the BPC client and execute the data manager package you want to debug.
  6. This will launch a SAPGUI debugger
  7. Double click on the ‘ls_package_run-if_debug’ exporting parameter and set its value to true (represented by the character X).
  8. You can then continue to any downstream external breakpoints you already set (for instance, in your BAdi) or can step through the code line by line.

Reference: https://blogs.sap.com/2011/07/13/debugging-bpc-10-for-netweaver/

Looking for SAP standard documentation

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

I prefer to use very simple method:

In the beginning of custom badi I insert endless loop.

Then I run package and in SM50 i can see endless loop and start debugging.

Ask a Question