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

Similar Messages

  • 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

  • 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/Remove/Grey Out/Disable Edit Button on Deleted Shopping Carts

    Dear forum contributors,
    Is there any way to make the Edit button unavailable/greyed out for deleted carts? The button is available at the Purchasing screen but nothing can actually be edited in a deleted carts and the business wants it greyed out (unavailable) or to be totally removed when a deleted cart line is highlighted (links to screenshots)
    http://i42.tinypic.com/30kt1eg.jpg
    http://i40.tinypic.com/e1etkh.jpg
    Thanks,
    Oscar.

    Hi,
    Deleted SC's are not an available selection in the dropdown in POWL criteria personalization. Is this a custom addition to the POWL?
    Regards,
    Jason

  • Disabling Edit Button in Webdynpro

    Hello Friends,
    I am working on making changes to the Address(Per_Address_US) Webdynpro Application. I have to disable the "Edit" button only for "Permanent Address". I know we can do it from the Address iView but I have to make changes to the webdynpro application.
    Can anyone please explain me the steps to achieve this?
    Thanks,
    PSB

    Hi Shikhil,
    I did not know you modified your answer. Anyways your first answer did work with some changes. So if I went to edit the "Emergency Address" and come back to overview view  the "EDIT" button("Permanent Address") was again enabled. So I am not putting any condition to check the subtypes as this solves the problem.
    In Per_Address_US -> VcPerAddressUSOverview -> BizCardsView -> doModifyView
    IWDButton b =(IWDButton)view.getElement("editButton_0");
    b.setEnabled(false);
    So based on the second answer you specified, If I modify in ess~per DC and tommorrow if I create a custom app to use the same DC would it not effect that App with "Edit" button changes.
    Awarded Full Points but awaiting your reply.
    Thanks,
    PSB

  • Hide/Disable Print button on the Adobe form for my user

    Hi
      How do I Hide/Disable my print option for the user viewing my Adobe form shown using WD for Java application.
    Regards,
    Murali.

    Hello Raja Sekhar,
    This object is not available anymore in Designer 7.1. This setting can now be achieved through a web dynpro (Java) API (interface <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/wd/com/sap/tc/webdynpro/clientserver/adobe/pdfdocument/api/IWDPDFDocumentAppearance.html">IWDPDFDocumentAppearance</a>). In web dynpro ABAP you would need to use the method handler of the <b>InteractiveForm</b> UI element (IF_WD_IACTIVE_FORM_METHOD_HNDL, SET_HIDE_TOOLBARS).
    Regards,
    Philipp

  • Hide/Disable back button

    Hi,
    I have a requirement to hide the back button on the Web UI. Please provide pointers on how to do that.
    Any pointers would be highly appreciated.
    Regards,
    Radhika

    Hi Arun,
    I tried validating if the component enhancement is not getting determined for the component bspwd_basics. I had put a breakpoint in the implementation class of BADI COMPONENT_LOADING. The observation here was that the enhancement set is getting determined before the component is triggered. Hence it should have executed the custom code.
    Moreover, the only way I understand to enhance the standard code is 'Implicit Enhancement'. If I try doing that, then the modification can be made only at the start or at the end of standard code, but here i would have to add my code in between.
    Please correct me if my understanding is wrong.
    Regards,
    Radhika

  • 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

  • Can we Hide/Gray out Edit button in RFx Screen

    Hi guruzzz...
        I have a requirement, where i have to disable or hide the Edit button in RFx depending on document status. I am new to this SRM do we have any option to do this ( i heard dynamic control class etc.. not sure). I am working in SRM 7.0.
    Thanks and Regards
    Sree

    You'd have to locate the proper WebDynpro component and View information by positioning your mouse on the screen element, such as the column, and right click. On the context menu, select "More Field Help". There you should have -
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: /SAPSRM/WDC_AODC_BEV_ACT
    Window Information: IV_L_FPC_CA_DETAILS
    View Information: V_BID_ACTIVITY
    Configuration ID: /SAPSRM/WDCC_AODC_BEV_ACT_RFQ
    Then launch SE80, find the view and enhance it by removing those columns you don't want to have.

  • Netlet -hiding EDIT button

    Hi all
    Is it possible to hide netlet channels buttons(edit,help etc).
    I tried as per the custonization doc, and added piece of xml code
    <Boolean name="isEditable" value ="false"> in the MyFrontPageTabPanelContainer/Netlet display profile xml under <Channel name="Netlet"><Properties> .....</Properties></Channel>.
    Tried thro iPlanet Directory Server Access Management amconsole .
    Still the change is not reflecting in the channel screen.
    Where as when i added this above piece of code for all other channels under propery of each channel as specified in Customizing channels doc,those are working fine(hided edit button).
    Any idea where to make change and how to get hide the edit button.
    Thanks in advance,Sarath

    Hi Sarath,
    One workaround for this problem.
    You can hide any buttons you want from any channel.
    These steps show how to hide all the buttons.
    - create a channel say "myNetlet" from netlet provider.
    - set the channel title to "myNetlet"
    Go to the dir /etc/opt/SUNWps/desktop/default/JSPTableContainerProvider and edit the file providerCommands.jsp, and modify the last line :
    from :
    <%=minMaximizeCommand%><%=helpCommand%><%=editCommand%><%=detachAtachCommand%><%=removeCommand%>
    to:
    <% if ( !(title.equals("myNetlet"))){ %><%=minMaximizeCommand%><%=helpCommand%><%=editCommand%><%=detachAtachCommand%><%=removeCommand%><% } %>
    Clean the dir mentioned below which contains compiled JSPs.
    /var/opt/SUNWps/https-<host>.<domain>/portal/tmp/_jsps/_etc/_opt/_SUNWps/_desktop/_default_en/_JSPTableContainerProvider/_html
    and reload the page.
    You can customize this logic as per your needs.
    Sanjeev.

  • How to disable "Edit in browser" button in office documents that open in browser

    guys,
    Environment:
    sharepoint 2010
    installed Office Web app
    i installed office word apps and integrated it with sharepoint 2010 and all the office documents now open in the browser. but this also give the qualified users access to the button "Edit in Browser" while viewing the document in the browser (and if the user
    selects to do this and saves then it creates an office 2010 document in the document library), is there any way to disabled the "edit in browser" option completely for all the users, i dont want any users to edit documents online.
    thanks
    sameer.

    Ok so i came up with hack to 'hide' the edit link ..
    You need to edit the css file here on your server
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\INC\1033\WordViewer\WordViewer.css
    and add this 
     div [title="Edit in Browser"]{display:none};
    And to hide the edit capabilties for Powerpoint app - add this jquery
    $('iframe[id*="MSOPageViewerWebPart"]').ready(function () {
            $('iframe[id*="MSOPageViewerWebPart"]').contents().find('.ms-cui-ctl-medium').each(function () {
                if ($(this).text() == "Edit in Browser")
                    $(this).hide();
    Obviously not great solutions, but works for now.

  • How to Hide / Disable the delete button in EditForm using Infopath 2010

    Dear Experts
    In the SharePoint List 2010, need to disable / hide the Delete button while editing the item based on certain condition (based on logged in user)
    E.g, if UserA logged then should able to delete the item in EditItem mode
          if UserB logged then should not delete the item in EditItem mode
    How to achieve this?
    Regards
    Santosh

    Hi Santosh, it's you again! ;)
    I don't think this is possible. You can remove it for all users, but not sure how you could accomplish it just for certain users. See the following link for more info.:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/7a0cecbd-4aba-4fbc-a897-391e0ed4e613/disable-delete-item-option-from-ribbon-and-ecb-menu-even-for-contributors?forum=sharepointgeneralprevious
    cameron rautmann

  • How can I Hide/ Disable the Question mark and Exit button in the Top right corner of Link Bar of Excel Documents in SharePoint 2013?

    Hi,
    How can we  Hide / Disable the Help(?) and Close(x) buttons which are located in the right corner of the Top Link Bar in the Sharepoint Document Library pages as well as Excel Web Access?
    Our requirement is : When we try to view the Excel Services Report from another web site, Help(?) and Close(x) icons are also appearing in the Excel Web Access Web Part, but we don't want to display them in our site.
    Please let us know the solution for this case.
    Thanks in advance.
    Regards,
    Sanjana

    Hi,
    In the xlviewer.aspx, we can find the two buttons like this:
    To hide them, you need to add the CSS into the xlviewer.aspx which stays in:
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to disable the assignment block's Edit button

    Hi guys,
    I need to disable the edit button in assignment block Parties Involved on an opportunity. Only authorised people would be able to see Edit button as enabled.
    I'm not able to do this in the BTPARTNER/Partner as I don't get process id and order id in Partner view.
    Kindly suggest a way to disable the EDIT button of assignment block (in display mode).
    Regards,
    Shaili

    Make use of Parameter ID to set the values at Document Header page and on individual assignment block get this value to enable or disable the button.
    Regards,
    Harshit

  • Why is the SSL Certificate "Edit" button disabled in Server Settings?

    I just setup my Lion server and am attempting to create a self-signed certificate. All of the directions start with "Run the Server app, go to your server, click the setting tabs, and push the 'Edit' button next to SSL Certificate". Well, I can't because the button is disabled.
    I have two theories. The first is that my network setup is messed up somehow. My server name is "server.mydomain.private". When I click on Configure Network, it shows that name and the proper IP address.
    My second theory is that the SSL Certificate requires some other service, maybe Open Directory.
    Anyway, I'm stumped. Any suggestions are welcome.

    venblr, I saw that one too, tried it, but it didn't work. I think I deleted a certificate or something, which caused the problem in the first place. I'm going to finish reading some Lion Server books before starting from scratch by reinstalling Lion and then LIon Server. (I have a screen snap of earlier work and it shows the SSL Certificate "Edit" button enabled.)

Maybe you are looking for

  • Insert blank page 2 for all documents in PDF.  Multiple document PDF.

    I have a form that prints on to many invoices. The first page contains a tear off stub, so i need to skip the second page for each invoice in a multiple invoice PDF.  Assuming this must be done with script as I can skip the page two of entire documen

  • Synching Calendars

    Since updating my iPhone 5 to 8.1, I am unable to sync Calendars to my MBP 10.9.5. Usual fixes not resolved problem. Any suggestions would be greatly appreciated.

  • Dropped frames during playback. Dumb question but I'm just starting to edit again with a new comp. and FC 7

    Hello out there, It's been three years since I've used Final Cut Pro and I"m just getting back in to it. I'm working on my first project editing footage from my Canon 5D markII. I'm trying to do a simple cross fade on the video track but when I watch

  • 11gr2 install on linux 64

    Hi Just looking for confirmation. Should both of these installs be done as the oracle user or should the oragrid user be used to install the grid home binaries? Install oracle RDBMS home (version 11.2.0.2) Install oracle grid home (version 11.2.0.2)

  • Two questions: (1) Removing episodes and (2) Charging for podcasts

    Hi... I hope someone out there can either help me or point in the right direction. I recently launched a podcast and have two episodes. One is a full length podcast (roughly 90 minutes) and the other is a five-minute "teaser" or preview. I'd like to