0% found this document useful (0 votes)
42 views2 pages

Debugging Point

To debug an ABAP error message, copy the application area and message number from the technical information of the error message. Enter debug mode by entering "/h" and create a breakpoint on the message tab by inputting the application area and message number. Then press F8 to be taken to the debug point related to the error message.

Uploaded by

Anil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views2 pages

Debugging Point

To debug an ABAP error message, copy the application area and message number from the technical information of the error message. Enter debug mode by entering "/h" and create a breakpoint on the message tab by inputting the application area and message number. Then press F8 to be taken to the debug point related to the error message.

Uploaded by

Anil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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