‎2008 Mar 05 5:29 AM
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.
‎2008 Mar 05 5:32 AM
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
‎2008 Mar 05 5:32 AM
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
‎2008 Mar 05 5:34 AM
Hi,
Use the following
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
Write the above in the notepad and then drag
HTH
Regards,
Dhruv Shah