‎2006 Feb 01 12:52 PM
Hi,
When i am debugging the original program i got a popup window like address information. How can i debug the popup window...?
Is there any way except finding and keeping break point in the respective popup code...
Thanks in advance.
Regards,
Gopi.
‎2006 Feb 01 12:58 PM
Create desktop short cut from sap window
with
Application:
TYPE : system command
COMMAND : /h
TITLE : popup debug
drop this desktop shortcut on popup window.
‎2006 Feb 01 12:55 PM
You follow the transaction till the popup screen
and then drag and drop the text file onto the popup. Immediately
debug mode is activated. Hence you are saved a lot of time
debugging (till the popup).
Create a text file with the following content
[FUNCTION]
Command=/h
Type=SystemCommand
‎2006 Feb 01 12:58 PM
Create desktop short cut from sap window
with
Application:
TYPE : system command
COMMAND : /h
TITLE : popup debug
drop this desktop shortcut on popup window.
‎2006 Feb 01 1:01 PM
Hi
yes you have to create a shortcut on your desktop
So go to Create Shortcut:
- Choose Application section:
- Insert these data:
Type = System Command
Coomand = /H
Title = Debug
Press enter.
Now the system create an shortcut for debug command on your desktop.
So run your transaction until the popup is showed, now drag the shortcut on popup and debug'll be actived.
Max
‎2006 Feb 01 3:22 PM
Create a file with a content:
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
Save a file and drag (yes the file) on the popup window))
Bogusia