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

Difference Between Normal Debugging and System Debugging

Former Member
0 Likes
1,604

Hi ,

Can any one tell me what is the difference between Normal Debugging<b>(\H)</b> and System Debugging <b>(/HS)</b>.

Thanks,

Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
875

Here is something from the help for System debugging

http://help.sap.com/saphelp_nw04/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm

UPDATE debugging is nothing but the system opens a new session the function which is being called in a UPDATE TASK mode and gets into a debug mode.

You can get the info here

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

3 REPLIES 3
Read only

Former Member
0 Likes
876

Here is something from the help for System debugging

http://help.sap.com/saphelp_nw04/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm

UPDATE debugging is nothing but the system opens a new session the function which is being called in a UPDATE TASK mode and gets into a debug mode.

You can get the info here

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

Read only

anversha_s
Active Contributor
0 Likes
875

hi,

<b>System Debugging</b>

If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.

Update Debugging

Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.

<b>Normal Debugging</b>

Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.

You can switch to diffferent debuggin modes while processing.

rgds

Anver

if hlped pls mark points

Read only

Former Member
0 Likes
875

Hi Anversha,

can u plz give me some clear explantion on this .

<b>Update Debugging

Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.</b>

Thanks,

Suresh.