‎2007 May 18 6:44 AM
HI @,
I need to debug an ABAP program ,I dont know how to use debugger and other tools provided by SAP
I need some link or docs for the same urgently
Regards
‎2007 May 18 6:48 AM
‎2007 May 18 6:48 AM
‎2007 May 18 6:49 AM
‎2007 May 18 7:34 AM
Hi,
Check this
Debugging Document.
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
‎2007 May 18 7:35 AM
hi
good
there are besically three process to debug the ABAP program
1-Use \h in the command line to active the debugger and start the porgram using f8 .
2-Use hard coded break-pint to debug the program
3-Use the button in the tool bar to put a break point at a particular position.
yes there are tools provides by SAP to debug the abap program.
1-SLIN
thanks
mrutyun^
‎2007 May 18 7:43 AM
1) Put /h in the command field and execute(F8) the program.
2)Put a break-point on any line on ur program(U can see a button in the application toolbar in se80 or se38 ) and execute.
u can also put a Break-point when u r executing the program. that is called Dnamic Break-point.
‎2007 May 18 10:39 AM
U need to <b><u>award points for all the useful replies</u></b>, and also u nees to <b><u>mark it as Answered if ur problem is solved</u></b>.
Regards
Sudheer
‎2007 May 18 7:42 AM
Hi Amith,
We are using the debugging as F5, F6, F7 and F8.
F5 is for single step.
F6 is for skip from perform to perform
F7 is for come out from perform or function module.
F8 for execution.
We can set watch points and break points dynamically.
We can change in the debugging like append, delete, insert lines for internal table.
Hope this helps you. Reply for queries, shall post the updates.
Regards.
Kumar.
‎2007 May 20 8:34 AM
try F6 for loop execution
F5 line execution
F8 comlpte execution
put break point as required
and u can also use watchpoints