2007 Mar 07 12:08 PM
how i can set breakpoint in standard sap modulepool
2007 Mar 07 12:10 PM
Welcome to SDN.
Open the module pool and place a break point for session in SE80.
Regards,
Amit
Reward all helpful replies.
2007 Mar 07 12:26 PM
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
2007 Mar 07 12:30 PM
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)!
2007 Mar 13 2:19 PM
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