‎2008 Apr 14 12:02 PM
hi experts,
please, give me clear impermation on debugging how to debug programs, and also how to find errors through debug concept.
thanks.
‎2008 Apr 14 12:07 PM
Hi,
If you selection-screen in your program then press F8 and then type "/h" in command prompt and press enter and then press F5.So that it goes step-by-step.To proceed each step press F5.
If there is no screen then before executing (press F8) type "/h" in command prompt and press enter and then press F5.
Regards,
Raghu
‎2008 Apr 14 12:07 PM
Hye shirish..
Activate the report.
Put break points, execute the program step wise and click on the variables to check the data.
For further details check the link.
http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
<REMOVED BY MODERATOR>
Thanks,
Imran.
Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:08 PM
‎2008 Apr 14 12:28 PM
Hi Shrish,
Goto se38 then ur program executes with command prompt in type as /h enter as F5 , F6 and F7 are debugger in step and step proceeded for break point and watch point..
<REMOVED BY MODERATOR>
Regards,
S.Suresh.
Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:09 PM