cancel
Showing results for 
Search instead for 
Did you mean: 

Debug SAP BPC Package Link

anilkumar_kalkivai
Active Participant
0 Kudos
159

Dear Members,

There was custom logic Badi implementation which is part of one DM Package and one package link.

When i set external break point in cl_ujxd_packages_res class.

This break point is triggering when running package but not triggering while running package link.

kindly suggest if i have to maintain any other settings while running through package link.

Best Regards,

Anil.

View Entire Topic
former_member186338
Active Contributor
0 Kudos

Just insert the endless loop at the beginning of your badi. Then you will be able to debug it in SM50.

anilkumar_kalkivai
Active Participant
0 Kudos

Do we have any other option to debug the package link without editing the existing code (i.e, skipping inserting the endless loop part).

Best Regards,

Anil.

former_member186338
Active Contributor
0 Kudos

anilkumar.kalkivai

Sorry, but what is the issue?

Just 4 lines of code...