‎2006 Jun 20 6:41 AM
hi friends,
i am new learning in abap.i am able to doing the code in my own program. but iam not handle the debbuging in standard progarm . is there any tips are there in standard program. plz give me the step by step screen schots in debbuging.
THanks & REgards.
srinivas.
‎2006 Jun 20 6:44 AM
Hi tsrini,
Go through this document.You will learn a lot regarding debugging a standard program.
Debugging Document.
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
Regards,
Mukesh Kumar
‎2006 Jun 20 6:44 AM
Hi,
This are some of the best materials avaiable on help.sap.com..
Refer to..
http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Breakpoints can be of different types.
Hard Break-Points : written in the code like
'Break-point '<Login- User Name>''.
2)Soft Breakpoints
This is placed by placing the cursor at the line required by u and click the 'STOP' button or CntlShiftF12 in the std. menu
while executing your report the execution will stop at your break-point and will execute statements one by one
by using F5,F6,F7 & F8 function keys
3) By giving the command '/h' in the command box the debugging mode is opened from the starting of the program.
Regards,
Prakash
Message was edited by: Prakashsingh Mehra
‎2006 Jun 20 6:47 AM
‎2006 Jun 20 6:48 AM
Some interesting tips on debugging by SAP professionals.
http://www.sappro.com/downloads/Settings&SystemAreas.pdf
Debugging background jobs:
http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm
More on Debugging tips
http://www.sap-basis-abap.com/sapab002.htm
/people/anand.n/blog/2006/03/13/persistence-in-the-abap-debugger
http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34
‎2006 Jun 20 6:48 AM
hi
welcome to sdn.
i would advice you check the debugging related documents in http://help.sap.com
to be simple:you can type /h in the command field and start debugging else set the break point at the correponding statement and start debugging...
Cheers,
Abdul Hakim
Mark all useful answers..
‎2006 Jun 20 6:49 AM
Hi,
Put Soft Break-point by clicking Read-icon STOP in application toolbar on the line in the code wherever you want to see the value ,
then execute the program , it will come debugging mode
there you can check any variable value by clicking Filed tab.
any internal table or structure value by clicking table tab.
Thanks,
Pramod
‎2006 Jun 20 6:53 AM
Hi Srini,
Welcome to SDN.
In SE38 Editor ..
If you want to debug the entire program , click <b> /h </b> in your command field (whr u type ur transx).
Open the program, place the cursor on the line u wish to debug, select the STOP icon in the application tool bar.
On excuting it debugger will stop at the breakpt where u put..
Then Press F5 for line by line movement.
F6 Blk wise
Fr more info ...
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
Hope it helps.
Rgds,
Jothi.
Plz close the thread by marking useful ans.