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

Debugging BPC Package

0 Kudos
1,480

Hi Team,

We wanted to debug one of the BPC package directly in production. We have access restrictions so we will not have access to debug and replace X value in CL_UJXD_PACKAGES_RES.

Please let us know if there are any other ways to debug it directly.

Thanks,

Mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186338
Active Contributor
0 Kudos

"The logic is to clear the data in the target system first, then push the data to target system. Then we are calling default logic in target system using RUN_LOGIC to do the calculations"

Sorry, but you don't need ABAP debug to check the mentioned process.

Simply check logs!

P.S. RUNLOGIC is an old version of RUNLOGIC_PH badi, use the recent version!

0 Kudos

Hi Deepak,

I tried the below steps but it didn't stop at the break point.

  1. Go to transaction SE80
  2. Navigate to the class CL_BPC_REST_RES (under package UJX, embedded package UJX0).
  3. Go to line 56 of the HANDLE_REQUEST method and set an external breakpoint.
    • Note – If you know the specific location you want to debug you can set the external breakpoint there and skip the breakpoint mentioned above.
  4. Switch to the BPC client and execute the action you want to debug.

Thanks,

Mahesh.

deepak-kalra
Active Participant
0 Kudos

Hi maheshreddy1274,

In the production environment, you can create a custom logic to debug
Here is the link
https://blogs.sap.com/2011/07/13/debugging-bpc-10-for-netweaver/


I hope it helps.

Regards
Deepak