‎2007 Mar 23 7:38 AM
‎2007 Mar 23 7:40 AM
‎2007 Mar 23 7:40 AM
‎2007 Mar 23 7:45 AM
Hi,
Debugging is the process where you will find the program is doing correct or not.
we can debugg the program for confirming that the writen logic is right or not and also we can see the values in the internal table and variables too.this is like F7 in C language, we can see the flow of work done in the program.
All that we have to do is execute the program first and then by giving the Tcode "/h" which will start the debugging mode and then again execute the program then you will be seeing the program in Debugging mode then start debugging, you will findeverything there.
Is this ok for you, if you are satisfied award points.
Thanks and regards
Vipin Das
‎2007 Mar 23 7:47 AM
Hi,
see these link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
regards,
bharat.
‎2007 Mar 23 7:49 AM
sivanagalakshmi,
for system debugging check the below link
http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
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
more at
http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
Don't forget to reward if useful
‎2007 Mar 23 7:51 AM
hi,
by debugging we analyse the code step by step .what are the values of variables at that point of time.
regards,
ananth
‎2007 Mar 23 7:52 AM
Hi
F5 is used to debug line by line code it will nevigate to each step wheter it is a method call or function it will go in side it.
F6 u will move line by line but does now enter inside any function call
F7 will return u to the upper level
Ex if u are inside any method that is called from any other main method u will move to the main method
Regards
Gaurav
‎2007 Mar 23 8:03 AM
HI,
Here are some links for your requirement for debugging.
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
reward , if helpful
regards,
rama chary
‎2007 Mar 24 9:42 AM
Debugger is the tool in ABAP workbench, using which we can execute a program/form step by step. You can find the actual flow of the program at the end of each step. This is a very useful option in ABAP.
For a detailed study, please read:
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Reward points if helpful
Regards