GUI & screen comparison in SPAU

Hi ,
How to go about the Screen and GUI comparisons in SPAU. I have worked on the Programs, Functional Gropus, Text Elements etc. Have no idea how to proceed with the Screens and GUIs.

Hi Kozerjack,
SPAU Tcodes display all
the objects (standard objects
like tables, programs, domain, data elements , class)
which have been MODIFIED / REPAIRED
in the system
either by access key
or by applying notes / patch.
Preparing to Run Transaction SPAU 
Before you begin adjustment, set the SAP System change option to u201CAll objects (with Transport Organizer):
       1.      Start transaction SE03 as user DDIC and choose Tools ® Administration ® Set system change option.
       2.      Select Modifiablein the Global setting dialog box.
       3.      Choose Continue.
       4.      Choose Edit ® Select all.
       5.      Save your entries.
       6.      Then log on as a normal user, since user DDIC may not perform any repairs.
When you make adjustments, keep the following in mind:
·         Work under your normal user name and not as user DDIC.
·         When an object is modified for the first time, a request query dialog box appears asking you to specify the change request where modifications should be recorded. Create the new change request with the function Create request. It is not important here if you want to retain the modifications for this object or if you want to reset the object to its original. When you change the next object, the system automatically uses the same change request provided the correction and transport system has been configured accordingly. The dialog box prompting you for a request is then not displayed.
for futher more information
Please follow the OSS note 621275.
Also go through the note 546801 for FAQs on SPAU.
regards
Nishant Malhotra

Similar Messages

  • How to display  a calendar on an GUI screen

    Hi,
    I need to dispaly a calendar on GUI screen, for instance if you go to www.hotwire.com, you can see a "Depart Date" field next to this filed there is a small box, click on that you will get calendar. In my screen I had a start date field I need to get the same on my screen too.
    Could anybody had script(Javascript) to display a calendar like that. Please forward to me if anybody had.
    Thanks to All.
    Art

    I use JCalendar for my applications. It's easy to implement and it looks great.
    http://www.toedter.com/en/jcalendar/

  • How to change the size of the characters displayed on GUI screen?

    Hi All,
    My problem is : the characters displayed on GUI screen are smaller than other associates when we are in same condition.
    Can anyone tell me what i should do to change the size?
    Thank you very much.
    Regards,
    Fiona

    hi,
    click on the layout menu button at the end of standard tool bar.
    select visual settings. there u will get font size options.
    u can manage through this your font size.
    and this will effective with the first front end mode u start.
    layout menu button >> visual settings >>general tab>> font size
    hope it will help you.
    Edited by: Sachin Gupta on Jul 15, 2008 9:42 AM

  • Function Key problem in GUI Screen

    Hi,
    I am trying to add a button in an existing GUI screen (earlier copied from standard GUI status). When I am trying to add a button in the application toolbar, its showing me the following error.
    Function code &REJ has not been assigned to a function key 
         Message no. EC181                             
    When I am trying to create a button for the same scenario in IDES its working properly...
    Please let me know what to do.
    Thanks in advance.
    Regards,
    ravi.

    Hi,
    have you tried to assign function key to your new button? You can see all assignments in Utilities -> F key consistency. You can assign you new button to any free function key on your screen.
    Cheers

  • Does SAP has a GUI screen painter or not? If yes what operating systems is

    Does SAP has a GUI screen painter or not? If yes what operating systems is  it available on? What is the other type of screen painter called?

    SE51 is the transaction code for the screen painter.
    Check this link for <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801b50454211d189710000e8322d00/frameset.htm">Screen Painter</a>
    Regards
    - Gopi

  • Display application server time and date on GUI screen.

    Hi experts,
       My client's requirenment is to display the application server time and date on the on GUI screen
       pls give the step by step procedure.
    Thanks in advance.
    Abhishek

    Hi,
    For TIME purpose,
    Fixed Length  6
    Format  u2018HHMMSSu2019
    DATA  times  TYPE  T.
    times  =  sy-uzeit.
    WRITE  times.
    For DATE purpose
    Fixed Length  8
    Include Representation  u2018YYYYMMDDu2019
    DATA  today  TYPE  D.
    today  =  sy-datum.
    WRITE  today.
    today  =  u201819991231u2019.
    WRITE  today.
    Regards,
    Anki Reddy

  • In ESS we are getting SAP GUI screens instead of web screens??

    Hi,
    How the problem has come up---
    We have transferred the production data and OS into test server and changed the test server IP address to production IP address after shutting down the production server.
    Which means that now ITS/ESS will be pointing to the new copied server. After this when this new server was shutdown and old production was started the ESS/ITS points back to the original production server.
    Now the problem is that When we execute any transaction from ESS we are getting SAP GUI screen instead of Web screen.
    Can somebody tell me why this is happening.
    Any pointers to this will be highly appreciated.
    Thanks and Regards,
    Varun

    First off...what version are you on (backend)? Also, how did you "switch" your ITS instance?A little more info and we will solve this for ya. =)

  • Transfering my gui screen to html

    hi,
    i have a gui screen created with swings.is it possible to transfer my gui screen to a html page?i have a JTree,JTable etc in my screen and my gui screen extends JFrame , since i need to interact with database. i thought of going for jsp. but i m not strong in it. and i dont know whether this is possible in jsp.any suggestions and ideas on this subject is welcome
    cheers
    kiran

    maybe applet is pain less way. but you still need write some servlet to help your applet.

  • Transport GUI Screen (SE51), GUI-status (SE41) and Titlebar - how?

    Hi,
    Please help me with the following:
    How do you transport the following objects:
    GUI Screen (SE51)
    GUI-status (SE41)
    Titlebar for the GUI
    Thanks,
    John

    You can not create a screen or gui status or gui title without having a program, so there is always a reference to the program.  If you go to SE80, and enter your program name, and hit enter, you will see folders for the screens, gui statuses, and gui titles.  
    The code in your PBO is simply saying that you want to use those for that particular screen, they must already exist in your program.
    In reality, you should always create all of the objects of your program in SE80, and forget about SE51 and SE41,  in doing so you will see how all of the objects of your program are together when using SE80.
    And yes, to confirm, the screen and gui status/titles will be transported with your program.
    Regards,
    Rich Heilman

  • Help needed on ALV variant with new GUI screen is created by set PF status

    Hi Gurus,
    I have created a new GUI screen for ALV grid display thru set pf-status, since i need two buttons on application toolbar.
    have been passing parameters to alv_grid_display FM for display-*
    i_save            = 'A'
    is_variant        = gwa_variant
    I have an ALV variant selection paramter on selection screen.
    Please guide me with some pointers on how to implement ALV variant selection thru selection screen.
    Many Thanks,
    Madan

    Hi,
    Search default variant for the report
      CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
           EXPORTING
                i_save     = 'A'
           CHANGING
                cs_variant = i_variant1
           EXCEPTIONS
                not_found  = 2.
    If default variant is found , use it as default.
    Else , use the variant LAYOUT1.
      IF sy-subrc = 0.
        p_var = i_variant1-variant.
      ELSE.
        p_var = 'LAYOUT1'.
      ENDIF.
    endform.                    " SUB_VARIANT_INIT
    *&      Form  SUB_CHECK_PVAR
    Once the user has entered variant, check about its existence
    FORM SUB_CHECK_PVAR.
    If the name of the variable is not blank, check about its existence
    if not p_var is initial.
      clear i_variant.
      i_variant-report = sy-repid.
      i_variant-variant = p_var.
      CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
             EXPORTING
                  I_SAVE     = 'A'
             CHANGING
                  CS_VARIANT = I_VARIANT.
    If no such variant found , flash error message
         if sy-subrc ne 0 .
          message e398(00) with 'No such variant exists'.
         else.
    If variant exists , use the variant name to populate structure
    I_VARIANT1 which will be used for export parameter : IS_VARIANT
    in the function module : REUSE_ALV_GRID_DISPLAY
           clear i_variant1.
           move p_var to i_variant1-variant.
           move sy-repid to i_variant1-report.
         endif.
    else.
       clear i_variant.
    endif.
    ENDFORM.                    " SUB_CHECK_PVAR
    *&      Form  SUB_VARIANT_F4
    Display a list of various variants of the report when the
    user presses F4 key in the variant field
    form SUB_VARIANT_F4.
    i_variant-report = sy-repid.
    Utilising the name of the report , this function module will
    search for a list of variants and will fetch the selected one into
    the parameter field for variants
    CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
           EXPORTING
                IS_VARIANT         = I_VARIANT
                I_SAVE             = 'A'
                I_DISPLAY_VIA_GRID = 'X'
           IMPORTING
                ES_VARIANT         = I_VARIANT1
           EXCEPTIONS
                NOT_FOUND          = 1
                PROGRAM_ERROR      = 2
                OTHERS             = 3.
      IF SY-SUBRC = 0.
        P_VAR = I_VARIANT1-VARIANT.
    ENDIF.
    endform.                    " SUB_VARIANT_F4
    Thanks
    Ashu

  • GUI screen

    Hi,
    I have to do the SAP AutoId scenario with the GUI screen. Is it possible?
    Regards
    Sara

    Hi Sara,
               Ya its absolutely possible to do Auto ID Scenario with a GUI Screen. No probs.

  • GUI Screen triggered by external system

    Hi Guys,
    Is there a way to trigger a SAP GUI Screen to open from an external system?
    I need a GUI Screen (showing a specifik Sales Order) to pop up when I press an icon on an external application.
    The user will have SAP GUI installed and will be logged in. But the screen will have to be initiated from the outside.
    (I cannot use Webdynpro since it doesn't support variant configuration.)
    Please advise
    Thanks!

    Hi Thomas,
    Here is a possible method even though it doesnt contain the code that solves your requirement.
    Firstly we have the legacy(.net) and sap systems connected to each other.
    Now we have a BAPI in SAP for creating a sales order, for eg: BAPI_SALESORDER_CREATEFROMDAT1.
    We can customise this BAPI in SAP by adding a CALL SCREEN statement in such a way that after feeding the customised BAPI with all the mandatory parameters(mentioned below), it displays a screen containing a sales order.
    Now configure your .net system in SM59(RFC connections)->HTTP connections to external server of the sap system in which the customised bapi resides.(Basis help possibly required).
    Then in the SAP system go to SE37 mention the name of this customised BAPI and click on change. Now go to Utilities->More utilities->Create Web service. I think here also you need to mention the target system details where the bapi has to be executed.
    We can then call this customised BAPI from within the .net code and pass all the mandatory parameters there itself.
    ORDER_HEADER_IN : DOC_TYPE     Sales document type
                      SALES_ORG    Sales organization
                      DISTR_CHAN   Distribution channel
                      DIVISION     Division
    ORDER_PARTNERS..: PARTN_ROLE   Partner functions, SP sold-t
                      PARTN_NUMB   Customer number
    ORDER_ITEMS_IN..: MATERIAL     Material number
                      REQ_QTY      Order quantity in sales unit

  • Make gui screen feel like web on portal

    Hi all:
        I hear there is some technique that can make Gui screen like Web on Portal , could you please tell me how ?
    thank you very much
    Edited by: jingying Sony on Apr 29, 2010 10:28 AM

    Hi,
    If i am not wrong , the think wich you are looking is called as SAP WEBGUI ( SAP INTERGRATED ITS )
    Refer the below lnik for how to activate and use integrated ITS.
    http://wiki.sdn.sap.com/wiki/display/EP/12ITSWebGUI-Activation(BackEnd)
    http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/3d/b5f9c2ea65c242957ee504ca4a37a9/content.htm
    www.arlati.ch/knowhow/archive/Integrated_ITS_WebGui.pdf
    Thanks
    Anil

  • SAP GUI screens in Web dynpro ABAP

    Is there an easy way to convert SAPU GUI screns like VA01 into webdynpro screens like the old way of doing with ITS?
    I don't want to use the SAP portal. I just want to use Webdynpro ABAP only.  Please share your thoughts.
    Thanks

    ITS is the only tool with automatic translation of SAPGUI screens.  Even if we autoconverted to Web Dynpro, you would end up with a Web Dynpro Screen that pretty much looks and feels like the old SAPGUI screen. There is a screen conversion wizard in Web Dynpro, but it isn't really recommended.  It only does partial conversion, the screen designs aren't optimal (hence the WDA that looks like a dynpro) and the code of the component is messy.  You really need to redesign from scratch to take advantage of the features of Web Dynpro.

  • Problem with SAP GUI / Screen Painter

    Hi
    I use SAP Gui 6.4 with patchlevel 14 (tried with patchlevel 12 as well) when I try to start the screen painter I always get that error message: "Password in Router string. Cannot start grapical screen painter".
    What could be the problem ?
    thanx for help
    Arne

    Hi Steve,
    please go to http://service.sap.com/~form/handler?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y&FUNCTIONBAR=N&EVENT=TREE&TMPL=01200615320200005408&V=MAINT&TA=ACTUAL&PAGE=SEARCH and download patch 60.
    This patch contains all the fixes from previous patches.
    Patch 59 was pulled off the website because of a serious bug.
    Best regards,
    Christian

Maybe you are looking for

  • Can't connect to a directory system

    I'm working on upgrading all of our OSX Servers from Tiger to Leopard. Before this happens, I always test new server setups in my test lab. I'm having a problem in this lab that I cannot figure out. All that I'm trying to do is connect a Leopard serv

  • IS Retail: Vendor Rebate based on Retail POS Sales

    We are a Retailer with vendor rebate agreements. We run SAP IS-Retail on ECC 5.0. Some vendor rebate agreements are based on purchase volume, some are based on POS sales volume. We have been successful configuring the purchase-based vendor rebates. H

  • How to open embedded MS Office objects

    Hi guys i need some help here. the company that i am working with, uses this format to distribute relevant documents for a meeting. they will create a single MS Word documents and inside they will create a table with relevant agenda of the meetings a

  • Migrating User Groups

    I successfully migrated the GDS and Database from ES to ES2. However, I am unable to retain the user groups created in DefaultDom. The migration was a fresh install of ES2 with the ES database and GDS. Is there a way to migrate the uer settings? Adit

  • 6681 big size pictures

    Hi, since i've bought my nokia 6681 almost every picture i take is about 700 kb. this is way too much.Is this normal or the pictures should be smaller size.and what should i do? Bling_Bulgaria.If you find my answers helpful click the Kudos button. No