Debugging
▪ Debugging is a technique by which we can find the error, correct the error and detect the error.
▪ SAP debugger is a part of ABAP workbench only.
. Ways of Debugging
There are 2 ways of debugging.
▪ Set the breakpoint on any executable statement and program stops automatically at that point.
▪ We can debug the code with the help of transaction code /h.
Execution Keys There are 4 execution keys in debugging mode.
▪ F5 - Step by step execution
▪ F6- Line by line execution
▪ F7 - Return
▪ F8 - Continuous execution or exit
No comments:
Post a Comment