cancel
Showing results for 
Search instead for 
Did you mean: 

break points not working IC web client.

Former Member
0 Kudos

Hi I need to debug the code,

for an action i have created a Badi method . I need to put a break point and debug the code. I have put external break point and executing the code. It is not at all working . Can some body help me for making break points enable. I executing the action using IC web client.

jaffer vali shaik

View Entire Topic
Former Member
0 Kudos

Hello,

When you are in SE80 go in the menu to Utilities->Settings

Find the Abap Editor tab and open the Debugging subtab.

Make sure your username is mentioned in the Users field. If your are using a proxy to access the SAP Webserver you should deactivate IP Matching.

If you work with different clients, eg one client for development and one for data, make sure you put the breakpoint in the correct client. (the one from which the webclient is launched of course)

To be sure, place a breakpoint in a piece of code you're 100% that it will be executed. It could be that your badi simply isn't called!

And last but not least, you must have an open SAP GUI session on the same system/client as where you want to debug.

Hope this helps!

Reward points if useful,

Regards,

Joost