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 :
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
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
Post a Comment
If you have any doubts let me know