In this ABAP Debugging Tutorial you will learn how to set a breakpoint on a function module name during run time.
1. Execute any tcode that will run any program, e.g. ZS1234_CCODE
2. Now execute /h tcode, to switch debugger on.
3. Now after execute the program as usual (F8), you will be entering the debugging mode. Now choose Breakpoints > Breakpoint at > Breakpoint at function module
4. Enter the name of the function module you want to debug, click enter to set the breakpoints.
Post a Comment