Many times we would like to start debugging from a Pop-up screen, but the editor doesn't allow us to do that. Instead, we have to start debugging all the way from main screen. However, here is some code that will allow you to make edits in a pop-up window. Copy the code in a notepad and store it on desktop and drag and drop it (from Windows explorer) on to the pop-up box and the debug mode will be on! So, enjoy debugging with ease...
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
The code is
*********************
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
*********************
There is one more technique to do the same....(debugging the popup screen) Generate a GUI short cut
(using the Icon next to create new session icon in any SAP screen) in desktop. While creating, set
the properties as follows...
System data:
Description = <select the server from the list box - which appears similar to logon
pad>
System id = <system id - for example SAP04 for 555 client>
Application:
Type = System command (select from list box)
Command = /H
Title = <any title>
Now the shortcut icon is generated in the desktop. You can do a similar drag and drop (as did for
the text file) of the short cut icon on the popup window to invoke the debugger.
This was first published in January 2003