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

Former Member
0 Likes
955

how to debug the transaction code

10 REPLIES 10
Read only

Former Member
0 Likes
933

before executing the tcode just execute '/h' command and then execute the transaction

regards,

Santosh

Read only

Former Member
0 Likes
933

Hi,

/H will debug the from first statment or else put the Break point in that program and run the Trasaction code, then the program will stop.

You can see the program, System --> Status and find the program and put the break point

Regards

Sudheer

Read only

Former Member
0 Likes
933

in the top left hand corner type /h and press enter , then it will take to debugging screen of ur transaction code

Read only

andreas_mann3
Active Contributor
0 Likes
933

HI;

GoTo. SYSTEM - UTILITIES - debug abaap / system

A.

Read only

Former Member
0 Likes
933

Hi,

You can debug a transaction either by typing '/h' before executing the transaction code or put a debugging point in the program associated with the Tcode and then execute the Transaction code.

Regards,

Sowmya.

Read only

Former Member
0 Likes
933

hi

good

to debug a tcode you whould know the program name for which this tcode has been created and than you can debug that standard program or the zprogram using \h or using the break point.

Thanks

mrutyun^

Read only

Former Member
0 Likes
933

Hi

Download this document

http://www.sappro.com/downloads/Settings&SystemAreas.pdf

Regards

Shiva

Read only

Former Member
0 Likes
933

Hi,

There are two possible strategies for starting the Debugger in the ABAP Workbench:

1)By setting breakpoints then running the program

2)By running the program in debugging mode.

If you want to debug the transaction from starting then you can put '/h' in command and then you execute the transaction .It goes into debugging mode.

OR

open the program of that trnsaction and put a break point on the line where you want to debug, by selecting 'STOP' button from application tool bar or pressing 'CTRLSHIFTF12'

Regards,

Sruthi

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
933

Hi

Before executing the Tcode press /h in the command promt and then press F8.

Now the debugging of the Tcode is switched on.

Regards,

kumar

Read only

Former Member
0 Likes
933

Hello,

Before executing a transaction, typer /h in the command and press enter. Now execute ur desired transaction to debug.

Regs,

Venkat Ramanan N