Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Debugging

Former Member
0 Kudos

Hi,

While trying to post some data in any sap transaction you are getting an error message issued by sap. How can you quickly debug and get to the point where the error message is being issued?

1 ACCEPTED SOLUTION

dhorions
Contributor
0 Kudos

Just press /h in the command box to go to debugging mode.

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

When you get the short dump just press the DEBUGGER button on the screen. It will take you to the code where error occurs. place a breakpoint there and re execute the Tcode. Now you can check the value.

Regards,

Amit

Reward all helpful replies.

dhorions
Contributor
0 Kudos

Just press /h in the command box to go to debugging mode.