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: 

Please send me some screen shots on ABAP debugging on 4.6 c

Former Member
0 Kudos

Please send me some screen shots on ABAP debugging on 4.6 c

I dont have much time to learn the documents

Please Send some Screen shots on debugging ABAP CODE.

THANKS

2 REPLIES 2

Former Member
0 Kudos

There are two ways of doing debugging

1)one way is to give /H in Comand prompt .

F5 single line execution

F6 execute

F7 Return

F8 Return to the cursor.

these icon will be there in the apllication toolbar.

In down Filedname will be there , u can see the value of the particular filed while in the debug mode.

2) The other way is to set the break point in the code, putting the cursor on the selection statment in the program click the stop button else give the short krys cltrshiftf12.

Exceute the Program normal way by pressing F8.

Enter the selection screen value in the selection screen Execute the program then the cursor will come and stop the execution where you set the break point.

Follow the same command said in the Point 1.

I hope you will understand .

If it is usefull please award points.

Bye