Default setting of SAP GUI Status bar

Hello all,
Is there a way to set a default value of the precious combobox from the GUI status bar (the one showing System, Client, User, Program.....).
I would like to set it to always display the SAP System.
thanks.

Hi,
you can do this like below.
First select the option to show 'System' ( may be it is by default prompting to show 'Program Name' )
next time when you login it will default with System name only.
Kind Regards,
Ravi Sankar.Z

Similar Messages

  • How to get the hour glass in the GUI status bar.

    Hi all,
    how can I get the hour glass and a corresponding text in the GUI status bar? Like during the compilation I would like to show a message 'Processing data ...'.
    Best regards,
    Nils

    A good example is provided in https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/abap objects/abap code sample progress indicator.pdf

  • How to set my own gui status when i use selection-screen

    how to set my own gui status when i use selection-screen command
    and
    how to set the names in the application tool bar when function keys are created

    Make sure that you do this in event "AT SELECTION-SCREEN OUTPUT".
    Run Txn ABAPDOCU and check 'DEMO_SEL_SCREEN_STATUS' for sample.
    Also check out following discussion -
    Selection Screen PF-STATUS
    Cheers,
    Sanjeev

  • Where is the default theme of SAP GUI saved

    Hey Everybody
    We want do distribute the SAP GUI with help of the Installationserver. This works fine now but we want to distribute the SAP GUI with an other Default Theme. So I like to know if there is any possibility to do this? This setting must be saved anywhere, but I dont know where.
    Thanks for your help!

    Hi,
    1. Signature theme:
           HKEY_CURRENT_USER\Software\SAP\General\Appearance\UseSMCRendering - 1
    2. System default:
          HKEY_CURRENT_USER\Software\SAP\General\Appearance\UseSMCRendering - 0
    3. For other themes:
          HKEY_CURRENT_USER\Software\SAP\General\Appearance\UseSMCRendering - 0 and
          HKEY_CURRENT_USER\Software\SAP\General\Appearance\Theme

  • GUI Status Bar

    Is there an easy way to make a status bar similar to the one on IE or firefox? I'm sure this is probably in the swing package, but I haven't seen any easy way to make this.
    Thanks

    Swing related questions should be posted in the Swing forum.
    No, there is no JStatusBar component.
    Search the forum for "status bar" to see other posting on this topic.

  • Gui status (AT USER-COMMAND) trigger at first

    Hello all,
    I wrote a basic list  shown below.
    In it , AT USER-COMMAND and AT LINE-SELECTION events are used all.
    when i double click on line in the list, I think the at line-selection should be trigger at first. but  in fact ,the AT USER-COMMAND trigger.
    and the sy-ucomm get the first button value in the GUI-STATUS BAR(There's only one button on it).
    how can i solve it .
    any answers should be appreciated.
    START-OF-SELECTION.
      SET PF-STATUS 'ZSATMM24F1'.
      write :  \ 'aaaaaaaaaaaa'
      write :  \ 'aaaaaaaaaaaa'
      write :  \ 'aaaaaaaaaaaa'
      write :  \ 'aaaaaaaaaaaa'
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'TO_a'.
          PERFORM to_a.
      ENDCASE.
    AT LINE-SELECTION.
      write : 'test'.
    best regards,
    daniel.

    Please make sure to add the fcode PICK to the F2 function code in your gui status and try again.
    Regards,
    Rich Heilman

  • SAP GUI Error - (GSS-APP DLL) on Windows Vista!

    Hi All
    I am getting an error when setting up SAP GUI version 710 on Windows Vista.
    When I try to set up an snc logon i get the following message:
    Unable to load the  GSS-API DLL named 'sncgss32.dll'
    On Windows XP we have a GSSAPI32.DLL in the C drive and all is ok?
    Any ideas
    Thanks
    Phil

    The following is working on Vista at a major client in DK. It is important to know wether you use a 32bit or 64bit Operating System. This example is with 32bit system.
    Create a uservariable in MS Vista called SNC_LIB. Value is <drive>:\<path>\gsskrb5.dll
    example: SNC_LIB=c:\windows\system32\gsskrb5.dll
    the file gsskrb5.dll should ofcourse be placed in the folder specified above. You can download the file from microsoft or from SAP (I think it can be found in a note)
    The you setup your SAP environment to handle SSO with the same file in the serversetup - i recommend only to use the gsskrb5.dl file. Verify that the setup is correct on the server. If it is correct the SNC tab will exist on transaction SU01 and when you enter the correct value in the "SNC name" field the should pop up a green checkmark..
    In the gui on the specific system you should enter the following value in the Secure Network setting "SAPService<system id>@<domain>".
    It should work without problem.. If you have an older version of SAP you should perhaps try out the GSSNTLM.DLL file instead of GSSKRB5.DLL. That can sometimes help if it does not work.
    Best regards
    Klaus van Berkel

  • Change the default setting for report painter reports.

    HI All
    Can we change the default setting in SAP/R3  in the report painter reports  for the selection screen options?
    If yes,Please let  me know how we can change the default settings.
    Thanks in Advance
    Best regards
    Venu

    HI
    We have a report developed in the report painter for profit center accounting and we have selection screen for this report.
    Few of the selection screen fields parameter are set by default and we need to change the default setting for the selection screen fields parameters.
    How and where do we  set or change the default parameters for the selection screen ?
    Thanks in advance
    Best Regards
    Venugopal

  • How to add a gui status in selection screen

    hi
    experts can u help me plzzzzzzzzzzzzzzzzzzzzzz
    for this

    Hi Ravi,
    Refer
    how to add a gui status in a selection screen?
    gui status in selection screen
    gui status in selection screen
    how to set my own gui status when i use selection-screen
    Reward if it helps
    Regards,
    Santosh

  • Gui Status on Dialog

    Hello,
    I have a dynpro with a GUI status. If I show a Modal Dialog on that dynpro it has automatically the GUI Status of the parent window.
    How can I remove the GUI status of the Modal Dialog?
    Thank you,
    Manuel

    Hello,
    You need to use the comand SET PF-STATUS to set a new gui status before opening the modal dialog.
    And you need to check in the PBO of the parent dialog if there is a SET PF-STATUS command to set the parent GUI status back.
    Regards,

  • Hiding Status Bar on a JWindow

    Anyone know how to do it?... I run on win2000 and by default, my JWindow has a status bar that says Java Applet. Any Ideas? Thanks.

    Hi,
    I think you can do that with Java to JavaScript communication.
    thanks,
    Srinivas.

  • For the javascript content I am developing, the "hide status bar" option needs to be enabled; how do I access this option for FF4? If I cannot enable this option, can you provide tips on how I might get the page to run?

    I am working with datango producer (see datango.com) which depends on JavaScript to set up the training player that runs simulation content. Datango's browser check recognizes that I am running FF4.0, but indicates I should change the setting to hide the status bar, yet I cannot access that setting under Options > Content > Advanced JavaScript Settings. I could suggest an update to the preflight checks, but am not sure what to tell them. Can you help?

    https://support.mozilla.com/en-US/kb/what-happened-status-bar

  • SAP GUI 7.20 and Animated Messages in Status Bar

    Hello Experts,
    Is there a way to disable "animated" display of messages in status bar when Signature Design is active? Currently messages are scrolled from left to right and then fade in. (Please note that this is a different from "Animated Focus" or "Animation" feature and only unique to Signature Design Theme). It would be nice to disable the animation so messages are immediately displayed without disabling Signature Design. I have asked this question in the past and there was basically no way to accomplish this. Is there any hope that this would be included in future patches for SAP GUI 7.20?
    Thank you!
    Abdul

    Daniel,
    Have you had any luck with this issue?  We recently installed SAP GUI 7.20 patch 2 and are having similar issues.  While working in t-code SWDD, "Workflow Builder", I am automatically logged out of SAP and the LOGON pad also closes out and I forced to sign back in.  This is happening when I drag and drop an event into a step and enter in information that should normally prompt a warning/error message after hitting the "Enter" key.
    Thanks in advance.
    Edited by: Michael Kostek on Oct 7, 2010 9:11 AM

  • How to hide the menu bar from a Transaction iView (SAP GUI for HTML).

    Hello all,
    I have created a simple SAP Transaction iView of type SAP GUI for HTML.  This iView has the Menu bar that has the buttons: Menu, Back, Cancel, and System.  My requirement is, I dont want to see the menu bar that has these buttons.  How do I go about it?  Please advice.
    Note:  My iView is a SAP Transaction iView and not IAC service related iView. 
    Thanks
    Vicky R.

    You'll want to set the parameter ~webgui_simple_toolbar in your webgui service.
    It is a binary parameter with the following values/options:
    0  : Hiding the page header completely (not recommended)
    1  : Standard setting
                        This is the recommended standard setting in which the title and the menu bar below it with the [Exit] and [Help] button and the application buttons are displayed.
    2  : Displaying the title line
    4  : Displaying the buttons [Exit] and [Help]
    8  : Displaying the active system buttons on the screen ([Back] and [Cancel])
    16  : Displaying the system menu
    32  : Displaying the application buttons
    128 : Deactivating the information block in the status bar (new)

  • SAP GUI 7.10 - Setting up group

    Good morning everyone,
    We are using SAP GUI 7.10 (Patch Level2)
    I am trying to set up a logon group.
    When using SMLG to create the Group I can already see an entry with
    Logon Group = <blank>
    Instance = ServerName_SystemID_InstanceNumber
    Status = <Green\OK>
    Does that mean there is already a logon group set up?
    Is that a default entry in the system?
    Can I have an instance belonging to more than 1 logon group?
    Thank you
    Regards
    Corinne

    The GUI version is irrelevant for this issue, provided that your GUI is capable to speak with your system. And 7.10 should.
    Just RTFM:  http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a64b4505211d189550000e829fbbd/content.htm
    Or press F1 in SMLG.
    HTH, Rudi

Maybe you are looking for