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: 

how i can set break point in standard sap modulepool

Former Member
4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

Open the module pool and place a break point for session in SE80.

Regards,

Amit

Reward all helpful replies.

former_member181962
Active Contributor
0 Kudos

If you know the program name, it is no different from normal setting of break point.

It will have a break point button in the abap editor.

Place the cursor on the line and set the break point.

Then run the transaction in another session.

Or type /h from the transaction itsefl to start the debugging.

see the wiki faqs section for debuging

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+debugger&;

Regards,

Ravi

0 Kudos

maybe one additional remark: breakpoints in module pools only work with old-style debugger - the new debugger can stop in conversion exits, but not in module pools (up to now)!

Former Member
0 Kudos

one additional way

To debug a program/popup create a file on desktop.

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Start executing your program and drop the file to the popup whenever you want to debug.Hope this helps.

Regards,

Richa