2011 Sep 14 8:37 PM
Hi Guys
IPlease could you tell me how to find the screen number of a pop-up window using debug as opposed to F1 Help?
Thanks
Edited by: Brett Cunliffe on Sep 14, 2011 9:37 PM
2011 Sep 14 9:31 PM
Hi,
You can create a short cut for debugging on desktop and drag n drop the debugging icon from desktop to pop up screen, then it will be available for debugging.
or copy the below code in a notepad and save it. If you want to debug pop ups then drag and drop this file.
The code is
*********************
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
*********************
[more info wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/SAPGUI+shortcuts]
Shiva
2011 Sep 14 9:04 PM
Try recording in SHDB it should give all the screen program names and numbers.
2011 Sep 14 9:31 PM
Hi,
You can create a short cut for debugging on desktop and drag n drop the debugging icon from desktop to pop up screen, then it will be available for debugging.
or copy the below code in a notepad and save it. If you want to debug pop ups then drag and drop this file.
The code is
*********************
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
*********************
[more info wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/SAPGUI+shortcuts]
Shiva