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

Abap Debugging

Former Member
0 Likes
586

Hi All,

Can anybody tell me the difference between External break point and Session breakpoint.

Thanks in Advance

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

When an external break point is activated , they will work like normal break point when they are called from for example browser (BSP application, Integrated ITs application). sometimes its also called HTTP breakpoint.

Exteranl break points are used for debugging, BSP applications, BW webquery/template , etc.

The session break-point only for that particular session

http://help.sap.com/saphelp_nw04/helpdata/en/b0/940640555ae369e10000000a155106/frameset.htm

4 REPLIES 4
Read only

Former Member
0 Likes
559

When an external break point is activated , they will work like normal break point when they are called from for example browser (BSP application, Integrated ITs application). sometimes its also called HTTP breakpoint.

Exteranl break points are used for debugging, BSP applications, BW webquery/template , etc.

The session break-point only for that particular session

http://help.sap.com/saphelp_nw04/helpdata/en/b0/940640555ae369e10000000a155106/frameset.htm

Read only

Former Member
0 Likes
558

Hi,

When you mention break-point in the code, it is for all the sessions.

The session break-point last only for that particular session.

When u login again, the break point is reset.

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

Former Member
0 Likes
558

Hi Neha,

If a program is open on 5(for ex.) sytems with the same user name.Then the session break point will be valid for that particular session where you are using,but external break point will work for all the 5 sessions with that user name.

Mukesh Kumar

Read only

Former Member
0 Likes
558

Hi Nega,

External breakpoint will always debug the program in your all sessions but if you have used session breakpoint this will work only in your curent session. It wont work once you log-off your current session.

And also FYI this (session breakpoint)will be active in only your session not in other user's whereas external breakpoint will work in your session as well as other's even you have logged in more than once.