‎2007 Feb 16 7:52 AM
‎2007 Feb 16 7:54 AM
before executing the tcode just execute '/h' command and then execute the transaction
regards,
Santosh
‎2007 Feb 16 7:56 AM
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
‎2007 Feb 16 7:57 AM
in the top left hand corner type /h and press enter , then it will take to debugging screen of ur transaction code
‎2007 Feb 16 7:57 AM
‎2007 Feb 16 8:11 AM
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.
‎2007 Feb 16 8:16 AM
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^
‎2007 Feb 16 8:22 AM
‎2007 Feb 16 8:24 AM
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
‎2007 Feb 16 8:54 AM
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
‎2007 Feb 16 9:36 AM
Hello,
Before executing a transaction, typer /h in the command and press enter. Now execute ur desired transaction to debug.
Regs,
Venkat Ramanan N