Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

debugging

Former Member
0 Likes
476

hi experts,

please, give me clear impermation on debugging how to debug programs, and also how to find errors through debug concept.

thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
454

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

Read only

Former Member
0 Likes
454

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

Read only

Former Member
0 Likes
454

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