Application Development and Automation 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: 
Read only

Transaction Debugging

Former Member
0 Likes
584

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
Read only

dhorions
Contributor
0 Likes
551

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

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
551

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.

Read only

dhorions
Contributor
0 Likes
552

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