Finding Screen Number for a Popup Window using ABAP debug

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

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

Similar Messages

  • Find screen number for enhancement.

    How to identify screen number for a particular standard SAP transaction for enhancement. Suppose I want to enhance any screen of any transaction how to search/identify customer screen number and enhance them, I want to add some fields or tab or anything else.

    Hi Avirat,
    You can get the screen number for screen enhancement using the following methods:
    1) Googling  on the Tcode or by reading OSS notes .
    2) Go to SPRO transaction . Navigate to the application component and see whether any section on Enhancement exists.
    3) Other ways of finding it are -
        i) CMOD based screen exits -
    Here the 4 digits 0101,0111,0201,0211,0301,0311  are the screen numbers where enhancement can be done .
    In case project is already implemented, get the project name from MODACT table.
    ii) For BADI based screen exit - Do a look up on SXS_SCRN table
    Regards,
    DPM

  • I need the code for creating popup windows and code for open and close

    I can write the code for creating popup window , i am getting problem while trying to open and closing that popup windows.
    Can anybody help me in that pls ?
    Regards
    Sreeni.

    Hi
    For pop up window
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setWindowPosition (300, 150);
    window.show();
    wdContext.currentYourNodeElement().setPopupAttribute(window);
    For closing window code
    IWDWindow window = wdContext.currentYourNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    For more infornation refer this link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68&overridelayout=true
    This link is very useful for you.
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Aug 13, 2009 9:10 AM

  • To load a pdf file in popup window using flex

    Hi All,
    Can anyone send me the code for loading pdf file in a popup
    window using flex.
    Regards,
    Dharma

    try this action script
    var pdfUrl:URLRequest = new URLRequest("assets/file.pdf");
    navigateToURL(pdfUrl,"_blank");

  • Time constraint classes and  screen number for absence type

    Hi all,
    What should be the Time constraint classes and  screen number for absence type.
    The different absence types are annual leave, sick leave , study leave , personal leave, maternity leave , juryduty leave nad leave without pay etc
    Kindly help.
    Regards,

    The time constaint class depends on the client requirement. 
    eg.if they want that a error needs to be generated while overlapping absences or warning message is required. 
    Time contraints comprise the following:
    Time constraint classes that determine which collisions in time data records are allowed
    Time constraint table that contains the time-based collisions allowed in the time data records
    Time constraint indicator that displays whether a new data record that collides with an existing time data record can be transferred to the system or whether the transfer is prohibited
    For screen number you will have to see if the is quota based deduction or just an absence.  Here is the documentation of screen number from SAP
    In the standard system, the following numbers are allocated to the screens:
    1. 2000 - General absence
    This screen is used for all absences which do not require special processing (such as paid leave of absence for getting married).
    2. 2001 - Quota deduction
    This screen is used for entering data on leave or time in lieu of overtime.
    3. 2002 - Work incapacity
    Use this screen for all absence types where continued pay should be taken into account automatically by the system.
    4. Special screens have been developed for the following absence types:
    2003 - maternity protection, parental leave
    2004 - military and non-military service
    2005 - work incapacity (Netherlands)
    Please go through the documentation of the configuration.
    Shrikant Basarkar

  • Open page in popup window using javascript:popupURL

    Hi, call a page in a popup window works fine using javascript:popupURL, but my question is
    Is it possible to specify height, width, pos x and y for the popup window?
    Thx in advance,

    Derlis,
    sure, but I guess you will have to write your own javascript function to do so:
    <script type="text/javascript">
    function myPopupURL(url)
      w = open(url,"winLov","Scrollbars=1,left=0,top=0,resizable=1,left=0,top=0,width=500,height=200");
      if (w.opener == null) w.opener = self;
      w.focus();
    </script>
    &lt;A href=&quot;javascript:myPopupURL('http://otn.oracle.com')&quot;&gt;OTN&lt;/A&gt;Best you put the javascript into the page header or page template header.
    You could even pass the parameters with each call to the javascript function as parameters.
    ~Dietmar.

  • Where do I find serial number for Adobe Photoshop CC I purchased yesterday

    where do I find serial number for Adobe Photoshop CC I purchased yesterday

    Hello,
    first of all you should have a look there: https://www.adobe.com/account.html  >>> see My productsView all >>> These registered products are associated with your Adobe ID. >>> Name >>> Serial number
    If not successful use http://helpx.adobe.com/x-productkb/global/find-serial-number.html  >>> I lost my serial number >> see comment
    Good luck!
    Hans-Günter

  • Screen number for Function module

    Hi,
    Where can I find the screen number for Function module /1BCDWB/SF00000012
    Thanks.

    oscar miak wrote:
    Function module /1BCDWB/SF00000012
    I think fm get generated for Smartforms. so you need to look thru transaction SMARTFORMS

  • ?? about popup window using javascript

    I am launching a popup window using the following script.
    locate.onRelease = function(){
    getURL("javascript:n_name=window.open('
    http://www.wesitename.com/webpage.cfm','name_name1','width=720,height=330,scrollbars=yes') ;void(0);");
    Right now all of my links load in the same popup window...
    but if that window isn't closed for (instance if it was minimized)
    by the user... and the user clicks another link for this popup...
    it stays behind the main page rather than coming to the front
    again..
    My question is... Is there anyway to assure that this browser
    window comes to the front when updated with a new click???
    Thank you in advance
    - Me

    chess4thestupid wrote:
    > I am launching a popup window using the following
    script.
    >
    > locate.onRelease = function(){
    >
    > getURL("javascript:n_name=window.open('
    http://www.wesitename.com/webpage.cfm','n
    >
    ame_name1','width=720,height=330,scrollbars=yes');void(0);");
    > }
    >
    > Right now all of my links load in the same popup
    window... but if that window
    > isn't closed for (instance if it was minimized) by the
    user... and the user
    > clicks another link for this popup... it stays behind
    the main page rather than
    > coming to the front again..
    >
    > My question is... Is there anyway to assure that this
    browser window comes to
    > the front when updated with a new click???
    >
    > Thank you in advance
    YOu could change the name_name1 for each link to name_2 name3
    and so on.
    By using same window name you load content into the same
    window, using new
    name makes automatically totally new request and new pop up.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Where can I get serial number for Lightroom to start using it?

    Hello. I have just created Adobe CC account and purchased a Photography membership plan for Individuals. The price is 9,99 per month and this sum has already been taken from my card. On this page (https://accounts.adobe.com/plans) I can see the confirmation that I have obtained this plan.
    Now I want to use Lightroom but it asks me for serial number. After reading some help I found that I should get serial number from here - https://www.adobe.com/account.html. But on this page it says that "You have no registered products.". So I see no serial number.
    So there's a simple question - where can I get serial number for Lightroom to start using it?

    Jeff, thanks for your answer but it doesn't help. I've successfully passed all checks on page Sign in, activation, or connection errors | CS5.5 and later . My internet connection is ok, hosts file ok, certificates ok, etc. It's not a source of the problem.
    I've found that on page Adobe ID it says that I have free membership. Somehow it turns that my purchased Photography membership plan is not there at all. in order to proof that I really purchased it please see screen from my internet-banking page below:
    Why it is displayed only free membership in my account page and not Photography subscription which was already paid?

  • Where do I find serial number for a subscription?

    where do I find serial number for a subscription?

    Hey Helena,
    You might need to sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. There is no need of serial number for the same.
    Regards,
    Anubha

  • How to find serial Number for BCC Plugin?

    Hi,
    How to find serial number for Bcc plugin on FCP?
    I need format my Mac so before that I to find the serial number?
    Please anyone can help me....

    The serial number has the format like E-111-aaa-222-bbb-333-ccc-444-ddd-5ee-ffff, it can be found on a piece of paper which has 3 stickers with it inside the box.

  • How to find Change number for a Material

    Hi,
    If we know the material number and Revision level then how can we find the Change Number of that material.
    Is there any table in which i can find Change number for a revision level or is there any Function module available.
    Regards,
    Vaibhav

    Hi Vaibhav,
    Is there any table to find the change number and revision level of a material. I have change number and material and revision level coming from external system. But i need to check that with SAP whether it exists or not.
    Is there any table link to find whether a material has change number.

  • Webdynpro for java 怎么实现弹出一个popup window时,使原来的窗口变的不太明显?

    webdynpro for java 怎么实现弹出一个popup window时,使原来的窗口变的不明显,比如变模糊,或者消失都行。不知道怎么实现?

    创建一个modalWindow实例就可以了,如下:
    IWDWindowInfo windowInfo =(IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("HelloWindow");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setTitle("hello");
      window.show();

  • Translation table for Program name/screen number for ECC 6.0

    Hello Experts,
    Do you know if there is a translation table and/or document that would list the Program Name / Screen Number for the transactions in SAP 5.0 and the equivalent Program Name / Screen Number for those same transactions in SAP 6.0?
    The reason that I ask is that we our encountering errors within the TxShuttle macros we are testing that are telling us that the current screen name listed in the macro in no longer valid in the 6.0 environment.
    Regards,
    Atul

    I thnk we dont have any such program .Try searching for a SAP Note if its a standard program.
    Can u tell me the program name and screen number which is not available in ur system.

Maybe you are looking for

  • 0IC_C03  Data Not Showing in Report

    Dear Friends, We are using SAP BW 3.5. I have a problem with 0IC_C03 Cube. Problem is: Data is transfered to BW i can see the data from Cube --> Contents. But when i create a report i am unable to see only that particaluar data which dont have storag

  • Adobe AIR Native Extensions

    We are planning to choose a new platform of our new convergent media device. Like to know whether we can develop our platform using Adobe AIR Native Extension for Linux OS? I came to know that Adobe has subscription based suuport for developers. If t

  • How to pass record set as procedure parameter.

    Hi All, I have a requirement, I want to pass the records that are fetched from a cursor to a procedure as a parameter. I dont want to use it inside the loop as we do it normally, as i might get huge volume of records using cursor, as a result the pro

  • Unable to play AVI files with Quicktime

    I installed Perian and the xvid codec but still cannot play all AVI videos in QT. Not really a problem since I have VLC. However it would be nice to be able to play AVI files in QT as well

  • I phone 6 screen shows bright colored line at right long edge

    My iphone 6 (space gray, 64 GB) shows some distorted colors (they vary) along the right long edge of the screen (facing it in normal orientation). Just want to know if this is an unusual problem; it's become more noticeable in the past 3 weeks, espec