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

debug transaction

Former Member
0 Likes
448

Hi,

There is a notepad(with debugging code) to drag and drop into the transaction, so that the transaction moves into debugging mode.Does any body know what the notepad content should be.

Thanks and Regards,

Soumya.

3 REPLIES 3
Read only

Former Member
0 Likes
418

Hi

I think u r looking for Pop Up Debugger...

Check the contents for that notepad..

[Function]

COMMAND = /H

Title = Debugger

Type = systemcommand

Use this file to debug Sap Tcodes when any pop up comes.

Hope it helps.

Praveen

Read only

Former Member
0 Likes
418

HI,

Just paste the below code in empty notepad and drag then the debugger starts...

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Note:Put FUNCTION in square brackets.

Rgds,

Bujji

Edited by: Bujji on Mar 5, 2008 6:33 AM

Read only

dhruv_shah3
Active Contributor
0 Likes
418

Hi,

Use the following

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Write the above in the notepad and then drag

HTH

Regards,

Dhruv Shah