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: 

trigger FIELDSELECTION_ITEM in BADI ME_PROCESS_PO_CUST

Former Member
0 Kudos

Does anybody have the idea on how to trigger the debugger for method FIELDSELECTION_ITEM , what button should i click

3 REPLIES 3

Former Member
0 Kudos

Place a break point or hard code the same BREAK-POINT. That should stop the execution in the method of the BADI.

I guess you have activated the BADI and the implementation.

Regards,

Ravi

Former Member
0 Kudos

Hi Ester,

1. There is a provision to specify a break point by mentioning the class name and the method name. You could try that.

2. Other option would be to expicitly write a

break user_name

statement in the method you mentioned.

Regards,

Aniket

Former Member
0 Kudos

Hi Ester, did you have solution on this problem? I have the same problem. I appreciate your reply.

Thanks.