Do you Know ?

SAP ABAP Debugging Concept

Debugging:


It is Global debugging, better not to use J.

Type  /H   at Tcode bar and <enter> at bottom it shows debugging started, using
F8 exe. the program  Again <enter> select  debugging ,select <switch to classical debugging >

Use Step In <F5> to debug.

Easy method.

Go to program and place the cursor at the <select> statement and select the  to
<Set Break Point> at the bottom of the screen you will see the status too J.


Press <F8>


Press <F5> to step In ,Double click on fs[] internal table to see the

Again Double click on fs[] to see


Shows the records in the internal table,that’s it J.

H@ppy Debugging.