Application Development and Automation 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: 
Read only

Realated to debugging

Former Member
0 Likes
606

Hi ,

during report program

at the the time of debugging ,there is external debugging and session break point options. what is difference between them

when we do the debugging . because when i am checking either http break point or session breakpoint it is showing same debugging process.please clarify about this.

thanks in advance.

4 REPLIES 4
Read only

former_member70391
Contributor
0 Likes
562

Hi Abhay,

Go through this link, it is very usefull. Hope it resolves your issue.

http://help.sap.com/saphelp_nw70/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm

Thanks & Regards,

Nagaraj Kalbavi

Read only

0 Likes
562

When you set a breakpoint in the Debugger, it is created as a debugger breakpoint by default. A debugger breakpoint is only valid while the Debugger instance, in which it was set, is active. When the Debugger is closed, all debugger breakpoints set in it are deleted.

If you set a breakpoint in the ABAP Editor, for example, this breakpoint is a session breakpoint. Session breakpoints remain active independently of the existence of a Debugger and are valid for all external sessions of a logon. Within the Debugger, you can convert a debugger breakpoint into a session breakpoint and vice versa.

If the setting Session Breakpoints Active Immediately is checked (via Utilities ® Settings ® ABAP Editor ® Debugging in the ABAP Editor or Object Navigator), you can set a session breakpoint in an external session of a logon to force a running program into the Debugger that runs in the same logon (for example, in an external session) and will process the point at which the session breakpoint was set.

Read only

Former Member
0 Likes
562

Hi,

In report program when we click small red button' stop' it ask for external or session break point. Here if u are working only in report program no other application is interacting with u then session breakpoint should be pressed because session breakpoint means that the breakpoint ur setting that is only for that particular session. when u end the session , breakpoint will also be deleted, again if u have to set a new breakpoint.

even if ur in the same session and u delete the earlier breakpoint , it vl ask again for that http breakpoint and session breakpoint.

while if u r interacting with other applications like RFC, BAPI and u want that external to ur session ur program can be debug. Then click as external breakpoint.

otherwise if u r doing only report program then whether u check http or session breakpoint. it vl show

same debugging process. But session breakpoint should be preffered.

Hope this information weill help you.

Regards

saurabh

Read only

Former Member
0 Likes
562

Hi,

check this link it may be helpful to you.

http://help.sap.com/saphelp_nw70/helpdata/en/b0/940640555ae369e10000000a155106/content.htm

cheers,

sowjanya.