Debugging is a daily job for ABAPers, and SAP has an ABAP debugger program that is very easy to use and has a lot of great features to help ABAPer to debug any program.
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.

No comments:
Post a Comment