You are on page 1of 2

How to put Breakpoint in ABAP code with the reference of Error Message?

How to debug/find out the debugging point of Error Message in ABAP Code?

1. Double click on Error Message.

2. Click on the Icon of Technical Information.


3. Copy “Application Area” and “Message Number”.

4. Enter “/h” into the command field (where we enter T-code) and click on SAVE icon.
5. SAP system will take you to the debug screen.
6. Go to the “Break./Watchpoints” tab.
7. Then click on “Create Breakpoint” icon.
8. Go to the “Message” Tab.
9. Enter “Application Area (copied in step-3)” into the field of “ID”.
10. Enter “Message Number (copied in step-3)” into the field of “Number”.
11. Click “OK” and click “Save”.

12. Click on “Desktop 1” Tab.

13. Press “F8”. System will take you to the debug point from where you can find out the solution
of error message.

You might also like