‎2006 Nov 14 6:42 AM
Hi ,
Can any one tell me what is the difference between Normal Debugging<b>(\H)</b> and System Debugging <b>(/HS)</b>.
Thanks,
Suresh
‎2006 Nov 14 6:44 AM
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
‎2006 Nov 14 6:44 AM
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
‎2006 Nov 14 6:46 AM
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
‎2006 Nov 14 7:02 AM
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.