‎2007 Jul 23 5:53 AM
hai guru's can any one tell the difference between system debugging and update debugging
thanx in advance
afzal
‎2007 Jul 23 6:00 AM
‎2007 Jul 23 5:58 AM
There are 3 types of debugging.
<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.
<b>Update Debugging</b>
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.
Normal Debugging
Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.
‎2007 Jul 23 6:00 AM
‎2007 Jul 23 6:00 AM
‎2007 Jul 23 6:00 AM
hi,
System Debugging
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.
For debugging tutorial:
http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm
http://www.sapdevelopment.co.uk/tips/debug/debughome.htm
http://www.sap-basis-abap.com/sapab002.htm
<b>Reward points</b>
Regards