SAP screen doesnot appear

Hi all ,
I have created an Iview and mapped it to the SAP system in UME settings , now when i am trying to preview that iview , it shows "waiting for response " and gets stuck to this point .
Please let me know what is the problem and course of action to get the sap screen.
Thanks
Pratap Reddy

Hi ,
I have created a SAP Tcode - SM04 iview based on GUI with windows and linked it to System object .
Thanks
Pratap

Similar Messages

  • Variable screen doesnot appear when query is executed

    Hi All,
    We recently upgraded the BW 3.1 to 2004s(BI 7.0).
    When i am executing the query, the selection screen is not popping up.
    Instead the query is executing with default selection.
    I am facing problem when there are any mandatory fields.
    I appreciate your help,
    Thanks,
    Joseph.

    Hi,
    the variable is checked 'ready for input'
    it is used in a formula
    actually it is appearing for some users with BI_ALL auth,
    but were trying for some test users the variable screen is not appearing.
    even 'change variable value' to remove any personalization is not working from test user.
    and for BI_ALL users at change variable screen if we remove personilization, the following error is comming
    An exception with the type CX_SY_PROGRAM_NOT_FOUND occurred, but was neit     
    Program GP3T375QSSYZZ29YGQVGFUV7OO2 does not exist
    Thanks,
    Joseph

  • Maximum size of a SAP screen ?

    Hi,
    for an ALV OO grid a need to maximize the SAP screen, container and ALV grid depending on the screens resolution.
    Some people do use widescreens, other ones use normal screen. The ALV report should be maximized for both type of users.
    Is this possible ?
    regards,
    Hans

    Yes it is possible.
    try to Copy the same screen or  Change the screen attributes to similar to the program and screen mentioned.
    Program:          SAPLSLVC_FULLSCREEN
    screen number: 500
    Lines/Columns   Occupied 200   240
                    Mainten. 200   240
    and in the screen layout
    For custom Controll you make the Height 240, Vis.length 240 , Height 200
    then it will be a fullscreen.
    so for every one it appears as Full screen.

  • In normal sap screen of customer

    hi,
    sap gurus,
    in normal sap screen of customer master data CIN DETAILS is not appearing in ECC 6.0
    For appearing what are the steps to be followed.
    regards,
    balaji

    Dear Balaji,
    Use this menu path:
    IMG - Logistics General - Tax on Goods Movement - India - Master Data - Assign Users to Material Master Screen Sequence for Excise Duty - User Screen Referemce - Insert the necessary User Id...
    After you do above settings, User would be able to see CIN details in Customer & Vendor Master records.
    Alternavely you can use T-code - OMT3E
    Hope this helps...
    Give points if Useful...
    Thanks,
    Jignesh Mehta
    Edited by: Jignesh Mehta on Sep 1, 2008 4:49 PM

  • SAP Screen Personas problem in a script for FS00(G/L Account Display) screen

    We are facing a problem when we are developing a simple script for FS00(G/L Account Display) in SAP Screen Personas. Let me give you a brief of the problem:
    We have taken two text fields in the dashboard from which the values will be copied and will be pasted in corresponding text fields of G/L Account and Company Code in FS00 TCode.
    When we are giving both the values, then script is working fine and it will navigate to the customized Personas screen where all the details are shown.
    But when we are leaving any one/both fields blank and execute the script option, then the pop to enter G/L Account/Company Code is coming:
    If we are setting the basic FS00 TCode view as default then after the pop-up we are able to enter the respective G/L account number or company code and everything is running fine.
    If we are setting our customized personas screen as default screen, then the pop-up keeps on appearing and therefore we are not able to give the inputs (G/L account or company code).
    And even if somehow manage to get rid of the error and enter the correct GL account and Company Code then also the details are not displayed. The F4 search help to pick the G/L account number and company code is not working, somehow the Personas screen seems to be locked here.
    Please let us know if someone has already encountered this type of situation before and what should be the solution of this.

    Hi,
    You could ensure that both of the text fields are not empty on your 'dashboard' before executing the FS00 tcode. This would negate the popup from ever appearing.
    To do this you can use the "IF <text field control ID> Is Empty" statement in your script and then output a custom error message to another text box if the condition is true. then use an "IF <text field control ID> Is NOT Empty" statement to copy the value/s execute the FS00 tcode if the condition is true.
    Now if you're going to check multiple fields for entries before executing the FS00 you'll have to get a little more creative and do something like I did in one my scripts (thanks again to Steve Rumsby for the tips) and create a 'check field' where you can enter values for items checked successfully and then use a little bit of javascript to count up the checks and check the result before executing the next part of the script.
    Another idea is to check for the existence of the popup and navigate past it in your script, to do this you can use the "IF <control ID> control exists" statement.
    Either one should work.

  • SAP Screen Personas: How to Change the background when a pop up shows?

    So I am using the current version of Personas (2.0) and I need to add an image to the background when a pop up appears. However, no matter what I have tried I cannot seem to get it to place an image in the 'grey' area behind the pop up. Any help would be greatly appreciated.
    Here is a screenshot so you can see what I mean:
    The current Transaction is XD03, it goes to this pop up where I can change the background of the pop up itself, but I cannot change the background behind the pop up, it remains the same SAP screen which is not optimal for Personas output. Once I get out of the pop up I can change the background no problem - but during the pop up I am unable to edit the grey area. Even after the background has been changed on the screen following the pop up this background always remains the same. Has anyone had any luck changing this?

    Thank you for the tip Sivaganesh,
    When I went back and tried to change the background I was able to add an image but it still would show the header section in the back behind the pop up.
    However when I pulled an image that was filling the background up into the pop up area, Personas would re-size the pop up! Then I was able to drag the pop up to cover the header of the background to prevent it from showing anything similar to a traditional SAP screen.  It is not exactly what I wanted but it will suffice for a work around. Thanks again for your help!

  • Open SAP Screen as a Modal Screen

    Dear Experts,
    Can I open a SAP Screen (using  SBO_Appln.ActivateMenuItem(3080)) as a Modal Form.
    Thanks in advance,
    Vasu Natari.

    a "generic" method that I use is to create a field (called "Modal")  on any form that you want to be modal.
    I create the field with a top and a left = -20 (so it does not appear on the form).
    add the following code to the ItemEvent handler:
    If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DEACTIVATE Then
                    Try
                        oForm.Items.Item("Modal").Click()
                        oForm.Select()
                        oForm.Items.Item("Modal").Click()
                    Catch ex As Exception When Err.Number = -7001
                    Catch ex As Exception
                        oApp.MessageBox(Err.Number.ToString + " " + Err.Description)
                    End Try
                End If
    if the field does not exist, then nothing happens.
    Of course the event will have to be filtered for the specific form.

  • Database table entries not getting viewed on SAP Screen

    Hi
    I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    Thanks
    Tushar

    >
    Tushar Gawande wrote:
    > Hi
    > I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    > Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    > Thanks
    > Tushar
    /slap your hands
    You're missing some common sense and the knowledge to be tasked to do such a thing. And the person/consultant who gave you this task as well.

  • How can i exceed the sap screen in ALV report.

    hi sap Gurus,
    i need solution from you regarding to increase the SAP screen in ALV customised report.
    now what we are getting the problem is:
    we developed the report, in that lot of fields are there.
    because of that the fields are going in second line.
    but actually the max length is showing in SAP is :X_65_255.
    Please give me the solution to increase the screen.
    Regards,
    SOMU.

    Hi,
    The standard screen which is displayed once u execute it not possible to change, but can follow one guide line.. by reducing the feild discrption( columns) on the report .
    Eg : sold to part can be changed to SP or someother conversion which user understands. ( Before this user confirmation should be taken for this change)
    Kindly Reward points if usefull
    Regards
    vK

  • My iphone 4s wont turn on,it wont even charge,when it does eventually start to charge the apple icon on the screen will appear for a few seconds then itll disappear, i have tried to do the soft/hard reset but nothing happens, can anyone help me please?

    My iphone 4s wont turn on,it wont even charge,when it does eventually start to charge the apple icon on the screen will appear for a few seconds then itll disappear, i have tried to do the soft/hard reset but nothing happens, can anyone help me please? do i have a dead iphone on my hands? isit worth me going into the apple store and seeing what they can do or isit pointless? please help!!!

    Try to backup and restore you device in itunes...restoring the device is like removing the iOS software off the device and re-add in a newer software, after you have restore you device, MAKE SURE YOU SET UP YOUR DEVICE LIKE A NEW DEVICE, DONT NOT RESTORE FROM BACKUP!!... give the device a chance to use the newer software and see if the issue still persisting, if the issue still on going then its would be a hardware issue.
    Call Apple Care and see if your device is still under warranty to get it replace

  • How can I add a new filed to standart SAP Screen

    Hi eveybody,
    I am using ima11 t-code and I need to add A new screen field to standart SAP screen(program No SAPLAIA1 Screen:1001 ).I have found five user-exits(AAIR0001,AAIR0002A,AIR0003,AAIR0004,AAIR0006) but there is no screen-exit. How can I add a new filed to standart SAP Screen.Is it possible? If it is possible, how can I do that?

    hi
    yes you can add a search help for a filed on the screen
    but you need to find out for the USER EXIT available for that T-CODE
    because it is a standard T-CODE we can't add code directly to the standard T-code
    1st we need to find out for a user exit and then add code in that user exit
    reward if usefull

  • Send a instant message on the SAP screen

    Dear All,
    Plz explain the process of sending an instant messges on the SAP screen (A small window comes with messge on the screen, irrespective of the transaction we are in)
    Hope i am clear i want.
    Regards
    Madhu

    If u have authorisation of sm02 then fine , or else , u can use SBWP , for the same purpose
    Execute SBWP, and create  a new message and while giving the receipient name , also tick the box of of Send Express , it will immediately flash on the user terminal.
    AVS

  • Material in purchase order doesnot appear in ME2O

    Dear MM Experts,
    I am PM Consultant but the problem is really weird, after releasing a subcontracting maintenance order and then creating a purchase order for the material in the order, the material doesnot appear in ME2O , by the way this only happen with some materials but not all materials in the system,
    Any help will be appreciated reallly,
    Thanks in advance

    ME2O is not a purchase order monitor, it is meant to monitor components of a subcontract order and create deliveries to your subcontractor.
    If ME2O does not show your order, then you either did a wrong selection, or your PO does not have any components.

  • How to change the color of SAP screen?

    Hi Frens,
    I know it has nothing to do with SD Community, but still I am asking. Can anyone tell me "How to change the color of SAP screen?" It is needed especially when you are working on System Landscape including PRD, Qua & Dev. There are chances that you end up making a test case in PRD instead of Dev or Qua. To avoid that, different color of SAP screen may be very useful and safe.
    Regards
    Vikas Chhabra
    SD/CIN Consultant

    We had a clone of SAP for testing
    Only GUIXT solution was available for users to distinguish between real Prod & Clone as SID was same
    Created 2 scripts n C:\guixt\scripts
    saplsmtr_navigation.e0100.txt
    Esession.txt
    BOTH having identical code
    if V[_ashost=10.3.3.18]
      TitlePrefix "CLONE18"
      TitleSuffix "(CLONE8)"
    endif
    if V[_ashost=10.3.3.25]
      TitlePrefix "PROD25"
      TitleSuffix "(PROD25)"
    endif
    After much research - this was only solution.
    GUIXT will be around; like SAPSCRIPT & SMARTFORMS
    despite the enticement of Adobe Forms!
    After some time you may set GUIXT profile start window HIDDEN
    This you do by clicking profile button of GUIXT menu
    If you want to see GUIXT Window again
    CMD.exe Dos prompt
    cd C:\Program Files\SAP\FrontEnd\SAPgui
    guixt visible
    Regards
    Jayanta Narayan Choudhuri
    Kolkata
    URL: http://ojnc.byethost11.com

  • How to populate a field in a standard SAP screen through FMs and Workflows

    Hello Everyone,
    I have a requirement in which I have to populate a field in an standard SAP Screen.The logic for finding the value of the this field will be done in a new FM and this value has to be passed to this field on the standard SAP screen through workflow.I am new to workflows and need some quick help.Kindly let me know the basic steps I need to follow to realise this requirement.
    Thanks,
    VP

    Hi,
    You can create the task in the workflow which contains the method in which you set the value of the field in standard screen using set parameters id and the aprameter name attach to the field

Maybe you are looking for

  • My Itunes won't turn on...error message pops up saying something about Quic

    Quicktime needs repaired or installed. Everytime I try to install or repair Quicktime though nothing happens. The problem started when I was asked to update the latest version of itunes. Since then, I have not been able to access Itunes. Any help wou

  • Can JMS topics and queues be clustered in a WLS 7.0 Cluster?

    We are installing a weblogic 7.0 cluster with 1 admin server and 2 managed           node servers. Two nodes have been clustered. We are at the point where we           need to configure JMS. Has any one implemented JMS in WLS 7 clustered           e

  • NAS200 - Can See Public Drive but not private

    Recently, I purchased new Dell XPS and connected to my network.  I can "see" everything.  All computers are running Windows 7.  Home Premium on older ones and Professional on the new XPS. Now the real problem...  when I connect to NAS with new XPS, I

  • Regarding Email Id Change

    I use to login into OTN with username which is email-id of my previous company.As i left that job i want to change my email-id I have gone through many links regarding this issue Found out below mention link to be useful Re: Definitive change email q

  • Enabled Analysis Toolpak Office 2010, not showing up in ribbon, no errors

    In our lab environments, we are having some trouble getting the analysis toolpak enabled and available on the data tab in the ribbon. Originally, the add-in is not checked in add-ins, so we check it and nothing appears in data tab. All of the files n