Application Development 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: 

steps of debugging to find the erros

Former Member
0 Kudos

hello,

please let me know the debugging steps in details to solve the erros.

thanks

suja

4 REPLIES 4

Former Member
0 Kudos

type /h....in the command box and press enter.

debugging mode will be switched on...

Then run your report program ....it will automatically go to ABAP Debugger....

Press F6- for Step run....

Double click the variables , which you want to see the values passing through...

For more documentation....

http://help.sap.com/saphelp_nw70/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm

Former Member
0 Kudos

Hi,

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm">Debugger</a>

reward if useful.

Former Member
0 Kudos

hai,

if u want 2 find error in particular statement set break points in that statement and and press f8.after that using f5 find the error

Former Member
0 Kudos

Hi,

F5->step by step debugging

F6->to skip the blocks like form...endform,etc..

F7->to come out of the blocks like form ...endform,etc,.

F8->run up to the cursor/next break point or run that program completely.

when we press F5 it will execute each statment at a time.

when we press F6 it will execute group of statments at a time

Ex performs, function mdoules.

when we press F7 it will help to come out of subroutine and funtion modules.

when we press F8 it will execute to output or next break point

You can go through this link for detail info.

http://www.saptechnical.com/Tutorials/ABAP/SystemDebugging/Page1.htm

Reward if helpful.

Regards,

Harini.S