‎2006 Dec 07 4:12 AM
hai all,
i wanted to know how todebug a std.program and finding out the error where ever it lies.please explain me the procedure.
‎2006 Dec 07 4:18 AM
HI,
by entering '/H' in command line you can start dubugging. Or put a break point in program source code.
REgards,
‎2006 Dec 07 4:45 AM
hi kumar,
First test your code with '/h' type in command window which shall take you to debug or by putting break points with F8. You test your program from code and then go to se30 performance analysis transaction and there you can know what are the drawbacks. Then go to SLIN transaction and do extended syntax check or from code in menu options where you have debugging -> extended check and the program id ready without error.
Regards,
~Sri.
‎2006 Dec 07 4:46 AM
Hi kumar,
just have a look in the following threads you will find the procedure also --
ABAP DEBUGGING
http://help.sap.com/saphelp_webas620/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Debug Program scheduled Background
Regards,
pankaj singh
‎2006 Dec 07 7:46 AM
Hello,
press /h in the command prompt and press enter or set a break-point in your program.
See thelink
http://help.sap.com/saphelp_webas620/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Regards,
Shehryar Dahar
‎2006 Dec 08 2:45 PM
Hi kumar,
Check the message class and message number of that error. Then go to the standard program,click on search button on the menu bar, put the message clsas and number, search in the main program where all the message it, put the break point over there and see what is happening.
Shweta
‎2006 Dec 09 2:10 PM
hi
type /h in the command field and execute the program.
else you can set a break point statically and execute.
Cheers,
Abdul Hakim