STEPS TO DEBUG SAP SCRIPTS in SAP ABAP

STEPS TO DEBUG A SAP SCRIPTS :

Mainly there are 2 ways to debug a SAP Scripts they are :

WAY1:Goto SE71 T.code and from menu bar select Utilities-->activate debugger & then go to SE38 T.code execute the print program,it automatically goes to debugging mode.

                      OR

WAY2:Run the program RSTXDBUG in SE38 T.code,execute it and a message will show that debugger is activated and now open the print program in SE38 T.code & You will notice that print program is automatically diverted to debugging mode.


Comments

Popular posts from this blog

EVENTS IN INTERACTIVE REPORTS OF SAP ABAP

MAIN DIFFERENCE BETWEEN EXECUTABLE PROGRAM AND MODULE POOL PROGRAM in SAP ABAP :

Differences Between Classic & New BAdIs :