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

Finding Screen Number for a Popup Window using ABAP debug

Former Member
0 Kudos
1,051

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
583

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

2 REPLIES 2
Read only

sjeevan
Active Contributor
0 Kudos
583

Try recording in SHDB it should give all the screen program names and numbers.

Read only

Former Member
0 Kudos
584

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