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

Debugging a standard SAP Transaction

Former Member
0 Likes
10,610

Hi Guys,

I would like to know how do we debug a standard SAP Transaction in 4.6c.

Waiting for ur reply.

Thanks and regards,

Frank.

Hi Guys,

I would like to know how do we debug a standard SAP Transaction in 4.6c.

Waiting for ur reply.

Thanks and regards,

Frank.

2 REPLIES 2
Read only

Former Member
0 Likes
3,325

Hi,

you can start the debugger with /h inside the command-field (normaly used for the transaction code)

Regards

Nicole

Read only

Former Member
0 Likes
3,325

Hi Frank,

In order to debug a SAP standard transaction,type in the T-code in the system,click on the system on the Menu bar and then status.The new window gives you the Program name.Double click on the program and put the breakpoint on the first statement of the program and then execute the T-code again.

If in case the above procedure does not fulfil your requirement,then the other way is to type in the T-code and then put /h in the command box and press F8.It starts the debugger right away and then you can debug it either line by line through F5,Function module by Function module through F6 or straight Execute through F8.

Also, you can put the breakpoints at any point of time and save them as well so that the next time you debug the same T-code, the program stops at those points in the same session.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.