‎2006 Dec 06 8:05 AM
what is the process of debugging?how to set watch point and break points?explain with example.
‎2006 Dec 06 8:09 AM
hi,
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
<b>For debugging tutorial:</b>
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
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.
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.
You can switch to diffferent debuggin modes while processing.
<b>
BREAKPOINT</b>
In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.
<b>Watchpoint</b>
For watchpoints, we need to give some condition and when this condition is satisfied, program will stop
example : if you want to debug only
for matnr value 100 than set watch point
matnr = 100. when value reaches 100 than
program stops at that point.
more at
http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
rgds
Anver
‎2006 Dec 06 8:07 AM
in report put cursor on line wherever u want and select breakpoint in menu bar..
and press f8 or execute
it will stop there
and if u want to go step by step ....go by pressing f6 and if you want to fo inside the perform press f5...and want to come out say debugging off or restart in menu bar ..
select watch point and give the value where u want to stop watch point...
it will work..
‎2006 Dec 06 8:09 AM
hi,
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
<b>For debugging tutorial:</b>
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
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.
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.
You can switch to diffferent debuggin modes while processing.
<b>
BREAKPOINT</b>
In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.
<b>Watchpoint</b>
For watchpoints, we need to give some condition and when this condition is satisfied, program will stop
example : if you want to debug only
for matnr value 100 than set watch point
matnr = 100. when value reaches 100 than
program stops at that point.
more at
http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
rgds
Anver
‎2006 Dec 06 8:09 AM
‎2006 Dec 06 8:10 AM
Hi,
Check the following link
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
Hope this helps.
Regards,
Kinshuk
‎2007 Jan 22 9:57 AM
Hello,
I want ot debug my portal appliocation.For that i want to set current portal production mode property.Where i should set that?
Thanks,
Prashant