‎2008 Feb 04 1:05 PM
hello
i m not comfertable with debugging in source code program.
plz tell me this.
‎2008 Feb 04 1:27 PM
Hi Ruchi,
Debugging is a very useful tool.
You can debug a program by setting a breakpoint ( STOP button ) in a particular line in a code or by typing /h in the top left corner box to switch on the debugger. Once its done , execute.
The debugger executes each line one by one, or directly proceeds to the Breakpoint if u have set one.
You can double click any field and see its value and even modify it in the debugger.
To see the contents of a table, click the "Table" tab when the debugger is on and type the table name. You will be able to view the internal table contents. You can also modify the values present in the table here.
Hope I have been helpful. <REMOVED BY MODERATOR>
Regards.
Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:59 PM
‎2008 Feb 04 1:08 PM
‎2008 Feb 04 1:11 PM
Hi Ruchi
This is gud one please hav a look into this
[http://www.sappro.com/downloads/Settings&SystemAreas.pdf]
<REMOVED BY MODERATOR>
Regards
hitesh
Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:58 PM
‎2008 Feb 04 1:21 PM
‎2008 Feb 04 1:27 PM
Hi Ruchi,
Debugging is a very useful tool.
You can debug a program by setting a breakpoint ( STOP button ) in a particular line in a code or by typing /h in the top left corner box to switch on the debugger. Once its done , execute.
The debugger executes each line one by one, or directly proceeds to the Breakpoint if u have set one.
You can double click any field and see its value and even modify it in the debugger.
To see the contents of a table, click the "Table" tab when the debugger is on and type the table name. You will be able to view the internal table contents. You can also modify the values present in the table here.
Hope I have been helpful. <REMOVED BY MODERATOR>
Regards.
Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:59 PM
‎2008 Feb 04 1:35 PM
Hi,
Just go through these links,
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
Hope this helps.
‎2008 Feb 04 2:49 PM
Hi,
You can set a debug point at a particular point in the source code by pressing the debugging (stop) button.
When execute it gets into debug mode.
Else, you can type /H command abd execute the program ,it will go to debug mode.
Else, you can keep a static break point by writing the satement : break user name.
In dbugging mode you can set watch points and set break points at particular statement also.
You have other options also like update debugging etc., when there is a update FM being called in the code.
There are many options available.
KindRegards,
khader.