Creating GUI status menu - some entries are seen in red

hi
while creating menus in gui status, some entries are seen in red
why these are in red, i dont know the reason
cud u please help ?
thanks

Hi,
These are inactive functions.  You can toggle them to Active/Inactive with the menu painter function F7.
Regards,
Jamie

Similar Messages

  • Creating GUI status

    Hi
    I am creating gui status in a function group from se80
    I created same menu in two different gui statuses.
    I want different fields in the menu.
    I have 'goto' menu in first and second gui status.
    I want different fields in the 'goto' menu in both gui statuses
    when i change the fields of the menu in one gui status it automatically changes in the second guistatus
    kindly help me,
    thanks

    Hi,
    Try this..
    Delete the second gui status...
    Then create the second gui status by not copying...
    add the menu and function codes one by one...and then when you enter the same menu..it will ask whether do you want to copy the existing menu or create new menu....here say create new menu....It should work..
    Thanks
    Naren

  • Some RST are seen during TCP disconnection when using SSL connection

    Some RST are seen during TCP disconnection when using SSL connection
    It is expected that the disconnection sequence for a secure connection to be as follow:
    client ************************* server
    --- alert (warning, close notify) --->
    <--- alert (warning, close notify) ---
    in any order;
    and then:-
    --------------- FIN, ACK ------------>
    <----------- FIN, ACK ---------------
    ------------------ ACK ----------------->
    Instead of the sequence described above, the TCP connection for a secure connection is closed with an RST.
    For instance, Wireshark capture shows that an SSL+SASL TCP connection is closed in the following manner:
    client ************************** server
    --- alert (warning, close notify) ---->
    ---------------- FIN, ACK ------------>
    <--- alert (warning, close notify) ---
    <----------- FIN, ACK ---------------------
    ------------ RST -----------------> *(This RST message should be investigated, an ACK message was expected)*
    Server: OpenLDAP: slapd 2.4.23
    Client: (java version "1.6.0_16")
    import javax.naming.*;
    import javax.naming.directory.*;
    import javax.naming.ldap.InitialLdapContext;
    import java.util.Hashtable;
    import javax.naming.ldap.InitialLdapContext;
    import javax.naming.ldap.StartTlsRequest;
    import javax.naming.ldap.StartTlsResponse;
    class Client {
    private static final String DEFAULT_INITIAL_CONTEXT_FACTORY = "com.sun.jndi.ldap.LdapCtxFactory";
    public static void main(String[] args) {
    //SSL
    try {
    System.setProperty("javax.net.ssl.keyStore", "c:\\\keystore");
    System.setProperty("javax.net.ssl.keyStorePassword", "adminadmin");
    System.setProperty("javax.net.ssl.trustStore","c:\\\keystore");
    System.setProperty("javax.net.ssl.trustStorePassword","adminadmin");
    // Set up environment for creating initial context
    Hashtable env = new Hashtable(11);
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    // Must use the name of the server that is found in its certificate
    env.put(Context.PROVIDER_URL, "ldap://1.2.4.4:16415");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "cn=manager,dc=operator,dc=com");
    env.put(Context.SECURITY_CREDENTIALS, "password");
    env.put(Context.SECURITY_PROTOCOL, "ssl");
    // Create initial context
    InitialLdapContext ctx = new InitialLdapContext(env, null);
    // Close the context when we're done
    ctx.close();
    catch(Exception e)
    e.printStackTrace();
    Is it a bug ? Can I expect to have a patch for this issue?
    Regards,
    Olivier
    Edited by: 975464 on 6-Dec-2012 11:21 AM

    I agree it should be an ACK not an RST but it doesn't really matter. The connection is closed, and as neither the client nor the server has any pending data it is benign. Worth investigating in a later JRE.

  • How can i make a vertical line in Application Toolbar when creat GUI STATUS

    I see some standard UI have a separator vertical line in the  GUI STATUS--Application Toolbar?
    Could you tell me how can i creat it in my customer  GUI STATUS?
    TKS a million~~

    Hi.
    Please try.
    1)Change mode your GUI-STATUS.
    2)menu -> Edit -> Insert -> Separator line.

  • GL A/c related to HR payroll - some entries are missing

    Dear All,
    I have an issue with 1 GL A/c which is for Advance- Salary.
    1) On 26.11.2009, Advance against salary of Rs. 5000 is paid to one employee by cheque.  (The same is recovered in the payroll of Nov, 2009. (30.11.2009))
    2) In Dec, 2009, advance against salary of Rs. 500 is given to employee by cash. (The same is recovered in the payroll of Jan, 2010 (31.01.2010))
    Accounting entries for Advance given to employees against salary are appearing correctly as :
    Advance-salary A/c Dr.
             To Bank / Cash A/c
    As I mentioned above, both the advances are recovered in the next payroll. All the entries in these payroll (including salary advance recovery of other employees) are posted correctly.  However, only these 2 entries are not posted & untraceable. (No credit of these amounts in Advance-Salary A/c).  Now, the Advance-Salary A/c is showing Debit Balance of Rs. 5,500/- which is summation of above 2 entries.
    I checked :
    PC00_M99_DKON - Correct GL A/c is assigned for Salary Advance Wage Type
    PC00_M99_CWTR - Wage type reporter  - which is showing the salary deduction against Salary Advance
    PC00_M40_CEDT - Remuneration statement - correctly showing deductions from salary against advance
    I do not think this can be HR-FI  integration issue as all other salary advance recoveries are getting posted correctly.
    Can somebody help me in finding out how I can trace where those to entries have got posted? 
    If the entries are untraceable, is there any other way where I can create some dummy GL (? not sure) & clear Advance-Salary GL A/c?
    Thanks & Regards,
    Reshma

    Hi,
    Thanks for the response.
    But while giving advance, entry hit to Bank Clearing A/c & then in BRS,  Open Item in Bank Clearing A/c got cleared with Main Bank.
    So I do not think there is any issue with BRS.
    Any other possibility or solution on this?
    Thanks & Regards,
    Reshma

  • How to put separator lines in menu items in a gui status ?

    Hi,
    I have created gui status for my z transaction
    I need the separator lines in the menu items like it is seen in std transactions
    For example, in any screen , in the Help menu, we can see the following.
    Application Help
    SAP Library
    Glossary
    (line)
    Release notes
    (line)
    SAP Service Marketplace
    could you please help me how to put the lines ?
    thanks

    Hi,
    Goto Your GUI status.click on your  MENU bar.
    under the menu bar you will have your own menu items.
    where ever you want separator line  do the following way.
    you will have 2 columns under menu bar
    1) code
    2) text.
    under code dont put anything.
    but under text column you put dashes and enter or select right click there and choose separator line.
    you will get separator line.
    activate and run the ztcode.you will get .
    code                                            text
    Application Help                         
    SAP Library
    Glossary
    Release notes
    SAP Service Marketplace
    Thanks
    Parvathi

  • Transport Screen objects-GUI status(SAP does not create request, why)?

    Hi experts,
      I use SE80 to change GUI status, but system does not create a transport request for me to transfer? why?

    Hi,
      Thanks for replay. Actually, the SE80->program->Gui status have some objects and they are already transfered. But I can't see them on target system. But When I create exactly the same name, the system tell me they are already created. I think it becuase the original language is 'DE' but I use default language 'EN' to modify and create the request?

  • GUI status for report

    Hi,
        I had created GUI status for output list in one report. its status is active in program but in report output this created status is not activated (Menu bar, application toolbar). Has anybody face this kind of problem before?
    Regards,
    Dilip

    hi,
    use command
    SET GUI-STATUS 'menu1' -> double click on menu1 ->select menu bar radio button from available radio buttons -> click on expand butt0n -> select required buttons n give function codes n select user-command optionfor those buttons ->activate -> back ->activate the report prgm.
    i think in our case you didn't activated the menu painter screen. check it once n dont forget to assign f.code n to give user-command after giving static text for buttons that u will use in prgm.
    if helpful reward some  points.
    with regards,
    suresh babu aluri.

  • Some menus are not readable after unicode conversion

    Hello Experts,
    We have converted an MDMP system to unicode and when we log on to it using SAP GUI 7.10 some elements are displayed incorrectly (garbled):
    - Tool Bar
    - syb-menues
    - selection screen texts
    - table content in SE16
    On PC all supplemental languages are installed, all I18n settings per SAP notes have been done but still - no success (Alt+F12, etc).
    What else can be wrong?
    Seems like a frontend issue, because downloading table content from SE16 to a local file and then opening it in IE using ISO encoding - works fine. I also noticed that when saving the file SAP says "
    using code page 1160"
    Shouldn't it be using code page 4110 - which should be autimatically assigned to SAP Gui when connected to a Unicode SAP system?

    We had a likewise problem after our migration (under 4.7) and we could solve it by deleting the language load.
    Note 110910 - Deleting the language load
    Markus

  • Problem in copying GUI status

    Hi Experts,
    I have created a report using ALV object model in EN language.
    For this report i have copied standard GUI status to ZGUI status in language EN.
    Now when i execute this report in German login. All the texts in ZGUI are displayed in ENGLISH. Where as if i check standard GUI status, it is displayed in login language.
    Please tell why standard texts in ZGUI status are not displayed in logon language or is there any special way to copy GUI status so that they are copied as language dependent.
    Regards

    Just for the record, as i have been digging about this same thing, without finding a clear answer anywhere.
    As translation texts are not copied copying only the status, as hinted somewhere else, you can copy the whole function group into a Z (without the methods).
    Then in the new Zfunction group you can create copies of the standard status adding your customer needs (new menus/buttons), and translating just the new items (for use in external programs).
    Then when creating your alv reports instead of using status from its own program, use the status from this Zfunction group.
    (Using "CL_SALV_MODEL_BASE->SET_SCREEN_STATUS" you can use status from other programs).
    Cheers

  • Transporting translated GUI status

    Hi All,
    We are doing some translation of GUI status of certain programs in se63. The translations are recorded in a TR using the program RS_LXE_RECORD_TORDER after activating the GUI status. All these are done in source system (dev system)
    Now when we release the TR to test system(Target System),
    we need to activate each GUI status in target system . Then only it is appearing in the interface.
    Is there any way so that we can avoid the activation of each and every GUI status in the target system ?
    Could you please help out us?
    Regards,
    Arun

    Hi Arun,
    I think, I'm a little bit late for this issue...
    Seems there's a problem with the CUA-Load: Run report RSLANG20 on the target system and afterwards refresh the CUA- and DYN-buffer by entering /$CUA and /$DYN at the okcode-field.
    HINT: Read note #110910 before.
    Best regards,
    Thomas

  • Transporting GUI status translation

    Hi All,
    We are doing some translation of GUI status of certain programs in se63. The translations are recorded in a TR using the program RS_LXE_RECORD_TORDER after activating the GUI status. All these are done in source system (dev system)
    Now when we release the TR to test system(Target System),
    we need to activate each GUI status in target system . Then only it is appearing in the interface.
    Is there any way so that we can avoid the activation of each and every GUI status in the target system ?
    Could you please help out us?
    Regards,
    Arun
    Message was edited by: Babu Arun

    hi Paulo,
    check if the translation was transported into Q system. When you do it in DEV and save it, the system does not ask for transport request automatically, so if no transport request exists, than won't be transported automatically. In this case you have to transport it on your own.
    ec

  • Work Flow EVENT - SM58 Entries are not executing automatically

    Hi Experts,
    I have used the standard BOR2034 for creating PO after saving the contract.
    I have developed an RFC enabled FM refering to the Standard FM SWW_WI_CREATE_VIA_EVENT.
    Inside the custom FM I am calling the BAPI_PO_CREATE1 for creating PO.
    After creating a contract using VA41 I am able to see in Event trace that my Event with corresponding custom FM is triggering.
    and the two entries are created in SM58 - Transactional RFC one is my Custom FM name and another is SWF_EVT_HANDLER_START_INTERNAL.
    When I execute the LUW by selecting execution, PO is getting created. Where as this entries are not picking automatically.
    I want to know, whether I have missed any step in process or do we need to schedule any job for automatically clearing the SM58 queue entries.
    Please help me in resolving the issue.
    Responses are highly appreciated..
    Warm Regards...

    Hi Natasha,
    As you say that you see the below entries in TRFC monitor, you need have a commit work after the below FMs are called(just one will do),
    the two entries are created in SM58 - Transactional RFC one is my Custom FM name and another is SWF_EVT_HANDLER_START_INTERNAL.
    How and from where are the above FMs called?
    Regards,
    Chen

  • Creating a cascading menu button an a GUI status

    I have a GUI status on a normal screen (NOT on an ALV grid).  On this status I have added 3 function buttons (SEARCH, CREATE, MANAGE).  I want to add a 4th button that appears and acts like a cascading menu button. An example of what I want the button to look like is similar to what you would see on the standard 'Change Layout' button on an ALV Grid.  I am not using an ALV grid, though - but I'm trying to get a button on the GUI status to act like that - where you click on it and you see multiple options such as Display, Edit, Copy.
    I don't want to add this to my MENU bar.  I'm trying to add it to my APPLICATION bar.  If anyone has ever done this, please let me know how you did it.
    Thank you for any helpful information.
    -P. Foley

    I think that is done with the "toolbar" control so it will be in the screen, not on the application bar... have a look at SAPTOOLBAR_DEMO1, and the CTMENU_* programs, plus
    http://help.sap.com/saphelp_sm32/helpdata/en/8f/bcc23657ad0730e10000009b38f839/frameset.htm
    for more info on this, if it is the style you want.
    Or perhaps look at Generic Object Services to add a button between the application bar and below the menu (as in ME23N, FB03 etc)
    Jonathan

  • GUI status items are not displayed

    Hi all,
    Some parts of gui status are not displayed but some of them are displayed.
    What is the problem?
    Thanks.
    deniz.

    Hi snehi chouhan,
    I have created a program and two gui statuses for this.
    One of them is set at first display of report but not all items.
    Thanks.

Maybe you are looking for

  • Low disk space error

    When trying to navigate in large Word files--about 50 pages long, with many photo files within, I get an error message that I do not have enough disk space to save the file, or to continue working in the fil. My MacBook has 109.17 GB available on the

  • Editing footage with sony HXR-MC50E what cable or program do I need to transfer

    Editing footage with sony HXR-MC50E what cable or program do I need to transfer footage to computer and into Final Cut Pro? I am editing with Final Cut Pro I have a Mac My footage is on the HXR-MC50E

  • Configuring exchange 2013 with MS PKI

    while trying to configure exchange to work with certificates issued from my internal MS PKI, I deleted the self signed certificates. and now I can't access exchange. the good thing is that this is not a production environment yet. I was looking aroun

  • Using Linked SQL server in a View

    Hello All:     I have a new view that reads data from the base source server/table.   Also, it links in another server (using the sp_addlinkedserver command). When I run the script not in a view, it works.   When I create a view with this script, it

  • Formatting issue(dollar value) within an ITEM

    So I'm trying to display a monetary value in an item. SELECT to_char(SUM(TXN_AMT),'$9,999') from CMS_COST_TRACKING where UPPER(TXN_NODE)='VMAX'this results in ######### in the item If I remove the to_char formatting then the SUM displays correctly. I