Hide or disable HELP button in ME21N

Hello ABAPers,
How can I hide or disable the [HELP button|http://img174.imageshack.us/img174/8445/picjy7.jpg] in standard transaction ME21N? It's located within pf-status NORMAL of functiongroup MEGUI.
(I tried SDH0, but I believe it is not possible to change a pf-status. If it is, please tell me how.)
(Release 4.7)
With kind regards,
Mehmet

Hello Mehmat-
I am not sure how will you achieve this,but I can suggest you.Try to find screen exit if I find i will def let you know.
Cheers,
~Srini....

Similar Messages

  • Hide or disable logout button and welcome text

    How to hide or disable logout button and welcome text in page?

    BODY:
    <div id="header">
      <div id="logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>
      #REGION_POSITION_07#
      <div id="navbar">
        <div class="app-user">#WELCOME_USER#</div>
        #NAVIGATION_BAR#
        #REGION_POSITION_08#
      </div>
    </div>
    <div id="tabs">
      <div class="frame">
        <div class="bg">
          <div class="tab-holder">
          </div>
        </div>
      </div>
    </div>
    <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
    <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
    <div id="body">
      <div id="three-col">
        <div id="left-sidebar">#REGION_POSITION_02#</div>
        <div id="two-col-tbl">
          <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
            <tbody>
              <tr>
                <td class="tbl-main" width="100%">#BOX_BODY#</td>
                <td class="tbl-sidebar">#REGION_POSITION_03#</td>    
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>

  • Disable Help button

    On the front screen of Sun IDM there is a help button next to the logout button. Does anyone know if this can be disabled (i.e. made to not appear) say through message catalogues and if so what the ID for it is?

    >
    On the front screen of Sun IDM there is a help button next to the logout button. Does anyone know if this can be disabled (i.e. made to not appear) say through message catalogues and if so what the ID for it is?
    On the front screen of Sun IDM there is a help button next to the logout button. Does anyone know if this can be disabled (i.e. made to not appear) say through message catalogues and if so what the ID for it is?On the front screen of Sun IDM there is a help button next to the logout button. Does anyone know if this can be disabled (i.e. made to not appear) say through message catalogues and if so what the ID for it is?
    Thanks for that. That worked fine. The location of the code to comment out is in includes/bodyStart.jsp:
    845516 wrote:<%= helpLink %>This works for the admin page. The user is slightly different. You have to edit this code in user/userHeader.jsp:
    >
    <a title="<%= HtmlUtil.escapeJavascript(openhelp) %>"
    class="MstLnkCen"
    href="javascript:void openHelp('<%= URLUTF8Encoder.encode(pagePath) %>');"><%= help %>
    </a>
    >
    Edited by: 845516 on 01-Jun-2012 07:58

  • Hide/Disable Save Button in VF04

    Hi Experts,
    Is there any way to hide or disable the save button in the transaction VF04?
    I just talk to the ABAP team and they say that it is possible by changing the standard program. This is something we would like to avoid and I wonder if there is any other way to do it.
    Any help would be greatly appreciated.
    Regards,
    Erick Acosta

    Hi Murali,
    Actually I did something very similar to your proposed solution. Using tx SHD0 It's very easy to create transaction variants, there you can customize the standar menu or buttons and then activate it.
    I did so in our DEV system, I created a transport request for the transaction variant and then imported to QAS and PRD systems.
    I really appreciate your help.
    Best regards,
    Erick Acosta

  • Hide/Disable Edit button

    Hello friends.
    I'm in need of your help.
    I need to Hide or Disable the EDIT button you see in the screen:
    Does anyone know how and where I can do this ?
    I already tried creating an enhancement in webdynpro component FPM_OIF_COMPONENT in CNR_VIEW but I don't know how to get the Edit Button to disable or hide it.
    If you have any idea of how to do it, please share.
    Thank you,
    Ricardo Monteiro

    Hi Ricardo,
    if you need to display/Hide Button based on some condition then put the logic in Method else put by default as below code in method:
    Create Custom Class and method
    Method parameters :
    IV_OBJECT_TYPE
    Importing
    Type
    BBP_BUS_OBJECT_TYPE
    IV_ACTION
    Importing
    Type
    /SAPSRM/PDO_ACTION_TYPE
    IS_HEADER
    Importing
    Type
    ANY
    IV_MODE
    Importing
    Type
    /SAPSRM/PDO_INST_MODE
    IS_ADD_DATA
    Importing
    Type
    /SAPSRM/S_PDO_META_ACT_ADD_DAT
    CS_METADATA
    Changing
    Type
    /SAPSRM/S_PDO_ACTION_METADATA
    cs_metadata-action_enabled = abap_false.
    Hope it will hide the same.
    Regards,
    Navdeep SIngh

  • Hide/Disable Start Button in Windows 7

    We are migrating from Windows XP to Windows 7. In Windows XP, we can able to find the "Start" button handler and hide it from the user. But this functionality seems to be broken in Windows 7. i am using below code to disable start button, its not
    disabling... its completely visible when i try to show the task bar.
    Code Snippet:
     IntPtr nShellTray = FindWindow("Shell_TrayWnd", "");
                IntPtr nStartButton = FindWindowEx(nShellTray, IntPtr.Zero, "Button", "Start");
                //Windows 7 - No Text "Start" on Button
                if (nStartButton.Equals(IntPtr.Zero))
                    nStartButton = FindWindow("Button", null);
                if (nShellTray != IntPtr.Zero && nStartButton != IntPtr.Zero)
                    ShowWindow(nStartButton, SW_HIDE);
                    ShowWindow(nShellTray, SW_HIDE);
                }

    Hi,
    Based on my knowledge, there is no official way to hide/disable start button. But we can use 3rd party software to remove start button.
    You can refer to
    http://www.thewindowsclub.com/how-to-remove-start-orb-button-in-windows-7-or-vista
    Note
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Andy Altmann
    TechNet Community Support

  • Needs to be Hide Additional Planning button on ME21N/ME22n/ME23n

    Hi All-
    Is there anyway we can disable the 'Additional Planning' push button on 'ME21N/ME22N/ME23N' either using user-exit or 'BADI's?
    Please let me know..
    Thanks,
    Sony

    using transaction variants we can disable the additional planning button in the me21n/me22n/me23n
    transaction code for creating a transaction variant is SHD0.

  • How Can I hide search help button in alv ?

    Hi Sdn .
    I want to hide search help button in my alv ..
    My  gs_fcat-f4availabl  = 'X'. is not active ..  but  there is search help button  .
    How Can I hide button .
    Regards  .
    Serkann

    donnot pass any values in field catalog for reference field and reference table.
    or dont use any standard data element

  • Hide or disable buttons in the ribbon

    How do you hide a button for a specific library?  
    I'm trying to hide the Upload Document button.  Users still need to be able to create new documents, just not upload them.
    The solutions I've found are saying to create a Site Feature.  But wouldn't that disable the button on all libraries in that site?
    www.SharePointed.com

    For testing, I created a new View (test.aspx).
    Opened the View in SPD.
    Before the closing tag of <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> 
    I added the below script.  Clicked save, then opened the View. The Open with Explorer button is still in the ribbon.
    <script Type="JavaScript">
     var doc = document.getElementsByTagName('ie:menuitem'); 
     for (var i = 0; i < doc.length; i++)
        itm = doc[i];
        if (itm.id.match('OpenInExplorer')!=null)
          { itm.hidden=true; }
    </script> 
    Any ideas?
    www.SharePointed.com

  • Hide/disable 'Change' button in IAC Iview

    Hi Experts,
    We want to Hide/disable "Change" Button in PZ88. We want to give only 'Display' button to the users.
    Please let me know as to how to do this.
    Thanks!

    You can comment the Change button on the HTML template SAPLEHIN88 100) for the Internet Service PZ88 in SE80.
    ~Suresh

  • Hide/Change "Help" button from the Main Toolbar

    Hi all,
    I would like to know if there is any possibility to change the URLs displayed when clicking in "Help" button from the Main Toolbar.
    I think that it is not possible so that is the reason I was also asking the the "toolbar ID" in order to hide the button through "Toolbar customization".
    Thank you very much in advance!
    Regards,
    Laura

    Hi Laura,
    We can change the URLs displayed when clicking in "Help" button from the Main Toolbar.
    In System Properties please mention the URLs to which you want these links to point:
    Documentation - system.help.url.buyside
    E-Learning - system.link.community_url
    Community - system.link.elearning_url
    Guides - system.link.guides_url
    Also you can customize the display names of these by changing the Localized Resource values for below
    common$common.top_links.documentation_link.name
    portal$portal.channel.help_center.training
    portal$portal.channel.help_center.community
    portal$portal.channel.help_center.guides
    Hope this helps!!!
    Regards,
    Vignesh

  • How to disable the Asset Button in ME21N ?

    Hi;
    Is it possible to disable the button for creating asset allocation tab sheets in entering or changing a purchase order (ME21N/ME22N) ?
    Thinks in avance.

    Provide authorization to object(A_S_ANLKL,A_A_VIEW) for t.code ME21N/ME22N
    or else
    Try it using transaction screen variant using SHD0

  • ITS page - hide quit,help buttons

    Hello guys,
    we are setting up old  ESS EP bussines package based on ITS.
    The ITS pages are based on WebTransaction(IAC) technology.
    There are the quit and help buttons on each ITS page.
    Do you know how to hide that help,exit buttons on the page?
    ITS is standalone, 6.20.
    Thank you and Best Regards,
    Daniel

    Hello Tobias,
    I have check that note already.
    This note is describing the solution for SAP GUI for HTML, not for WebTransaction
    Anyway thank you very much,
    Regards,
    Daniel

  • Trying to disable a button and code does not work help?

    I am trying to disable a button.
    I created a button by adding a display item and placing the following
    in the Pre Element Text:
    <input type="button"
    onclick="clickFunction('Confirmation message goes here')"
    value="Text to display on button"
    title="Tooltip text to display"
    style="" />
    I am trying to disable the button by doing any of the following and they all
    work on P9_VID but not on P9_MY_BUTTON Why?
    1
    document.getElementById('P9_VID').disabled=true;
    document.getElementById('P9_MY_BUTTON').disabled=true;
    2
    $x_disableItem('P9_VID',true);
    $x_disableItem('P9_MY_BUTTON',true);
    3
    html_GetElement('P9_MY_BUTTON').disabled = true;
    html_GetElement('P9_VID').disabled = true;
    4
    html_HideElement('P9_MY_BUTTON');
    html_HideElement('P9_VID');
    5
    $x('P9_MY_BUTTON').disabled = true;
    $x('P9_VID').disabled = true;
    Thanks
    Howard
    Edited by: csphard on Apr 1, 2010 1:56 PM
    Edited by: csphard on Apr 1, 2010 1:56 PM

    Howard
    Specify an id attribute for the button you created. Set the value for the id to be 'P9_MY_BUTTON'
    <input type="button" id = 'P9_MY_BUTTON'
    onclick="clickFunction('Confirmation message goes here')"
    value="Text to display on button"
    title="Tooltip text to display"
    style="" />varad

  • Oracle Apps Sys Admin -- Disabling a button on a form

    Hi Guys,
    I want to disable a button on a form in oracle applications. Normally, i disable a button by goin to that MENU, SUBMENU(if there are any) and take the button's sub-function and add it in FUNCTION and MENU Exclusions in the reponsibility define form.
    But in some forms in Oracle Inventory, i have a NEW button and am not able to find a sub-function for that. NEW and OPEN , two buttons are there . How can i disable or make that button vanish from that form. I know that it can be done thru CUSTOM.pll but without custom.pll , is there a way using this sub-functions or watever.
    help appreciated.
    Thanks

    Yes I know about form personalization, however I still couldn't hide 2 buttons. Open vision database, under purchasing superuser > requisition summary, if you click the Find button it will open Requisition Header Summary window. In that window there are New and Open button. Now, I couldn't hide those 2 buttons cause I couldn't found the name in Item. What's the name of those 2 buttons? Thanks.

Maybe you are looking for

  • How do I distort only part of an object?

    A newbie, still getting used to manipulating (esp distorting) objects. I haven't been able to figure out how to distort just a portion of an obect. I have an object (a compound shape) with many anchor points, an object made from a scanned ink drawing

  • Number of times main memory has been unloaded in last 24 hours "0"

    Hello Experts, I am getting  error "BIA server is overloaded"  in RSDDBIAMON2 tcode.   Description is below: BIA server is overloaded Message no. RSD_TREX154 Diagnosis The SAP NetWeaver BI Accelerator server is overloaded. Either there has recently b

  • Robohelp HTML 5.02 - Topics in index do not synchronize

    I have Robohelp HTML 5.02 - when I select a help button from the program the top navigation window synchronizes but the Topics within the Index window do not. I tried the solution suggested in online help but I must have a previous version of Robohel

  • UJ-845 + Sony DVD-R media: VIDEO at 8X, DATA at only 2X????

    Drive: Model: MATSHITADVD-R UJ-845 Revision: D8PB Media: Sony DVD-R, 250MR47LS3. 120 min, 4.7 GB, 1x-8x compatible. When I create a Finder burn folder and try to burn a data DVD, to the Sony DVD, the only choices it offers me are 1X and 2X. But, when

  • Disk Size reported incorrectly

    I have a new Solaris 10 installation on a Dell 2450 using 4 73GB SCSI disks. The OS reports the disks as being 17.8GB in the format command. How do I correct this problem. I don't know enough about the detailed workings of Solaris to even start looki