Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to debug BBP_GROUP_LOC_PO badi in SRM

Former Member
0 Kudos

Hi Experts ,

I am not able to debug the badi BBP_GROUP_LOC_PO .

I have set the external break points in the BADI .

Is this geting called in Background? In that case what needs to be done?

Regards,

Sunitha

1 REPLY 1

Former Member
0 Kudos

Sunitha,

you can debug badi BBP_GROUP_LOC_PO BADI only after execute the program BBP_SC_TRANSFER_GROUPED.

Keep the external bp in your Badi implementation and later execute the above program. It will exactly stop the place where you place the BP.