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

Similar Messages

  • Disable Save Button in the Interactive PDF form

    Hi Experts,
        I have created an interactive form using NWDS and I am able to show it as Collable Object. Now the requirement is that I have to disable the save button from the PDF.
    Can you please let me know how to disable the Save Button for the interactive form?
    Thanks in Advance
    Regards,
    Kuldeep Verma

    Hi Kuldip,
    if you're trying to hide the Save Button in the Adobe toolbar, then you can place the following code in the wdDoModifyView method to hide the whole toolbar.
    // Get interactibe form handler.
            IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(), "<name of your form>");
    //     Get appearance setter. 
          IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
    hope this helps,
    harman

  • Hide Adobe save button

    Hi,
    Does anyone know how to hide the save button on an Adobe form?
    The reason that I am asking is that we have a save button on a Web Dynpro that saves the document to a content server, we want to disable the save button in Adobe to stop users from saving to the local machine.
    I have looked at the javascript hideToolbarButton command but it seems that this needs to go into the config.js file.  This is not a solution as the save button is then not available to pdf documents opened outside of SAP.
    Any help much appreciated.
    Thanks,
    Ian

    Hi Chintan,
    Thanks for your reply. 
    I have read through the link but unfortunately it talks about hiding the toolbar, unfortunately this would not be a solution as we require the print option.
    The link also suggests using the app.hideToolBarButton but this is not possible as this setting is stored on an ini file on the users PC and would disable the Save button for all PDF documents (i.e. when the users opens a PDF form outside of SAP the save button will not be available).
    I am not sure if it is possible but I would like to just hide/disable the Save button?
    Many thanks for your help.
    Ian

  • Disable save button in toolbar in offline form

    Hi to all !
    I am facing a wierd problem in my  adobe interactive offline form.
    I have added a save button in my offline form . I have added  validation script on this button.
    Hence I want the user to use this button only.So I want to disable the save button  that comes in the adobe reader for every user of this particular form.
    i know that their is a similar functionality for wd adobe form but i am creating an offline form, and i do not know how to disable the button in this case.
    So please help me

    Hi Kuldip,
    if you're trying to hide the Save Button in the Adobe toolbar, then you can place the following code in the wdDoModifyView method to hide the whole toolbar.
    // Get interactibe form handler.
            IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(), "<name of your form>");
    //     Get appearance setter. 
          IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
    hope this helps,
    harman

  • Hide the Save button in tool bar in pdf form

    Hi All,
    I need to hide the save button in the tool bar in pdf form out put. I need not hide the print button, hand tool and etc.
    I have seen some forum threads,but i am not able to get the answer.
    I have refered this links
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/fd9841e2ebb05fe10000000a1550b0/frameset.htm
    How to hide tool bar from Adobe Form
    The above link contains some scripts,The code id used for hide the hole tool bar not only save button.
    I need to hide only save button in the tool bar.
    How to hide the save button in the tool bar ?
    Thanks and regards,
    Boopathi M

    Adobe Designer 7.1 uses XFA 2.4
    If you can upgrade to Adobe desinger 8.2 to be abel to use XFA 2.8 you can code in the following way:
    Write the following code in the preSave method
    if (do_not_save_condition == 1) then
      xfa.event.cancelAction = 1
    endif
    Adobe Quote
    cancelAction specifies whether to cancel a forthcoming action.
    This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.
    The user experience is determined by the scripting event that contains the cancelAction reference:
    u2022  preOpen - The drop-down list does not expand to display the list of values. 
    u2022  preSubmit - Form submission does not occur. 
    u2022  preSign - The form is not digitally signed. 
    u2022  prePrint - No print dialog boxappears, and the form is not printed. 
    u2022  preSave The form is not saved. The user experience is that no action occurred. 
    Edited by: Reema Shahbazkar on Sep 10, 2008 7:54 PM
    Using this, the save button will still be visible but, you can prevent the form from being saved.

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • Disable SAVE button in EBS front end

    Hi Experts,
    I am working on forms 6i, EBS 11i. I want to disable the 'SAVE' button in the front end menu.
    Kindly help me.
    Thanks

    Hi;
    I am working on forms 6i, EBS 11i. I want to disable the 'SAVE' button in the front end menu. Is it custom forms or seeded one? If custom one i suggest please see below googling:
    http://www.google.com.tr/#hl=tr&source=hp&q=disable+SAVE+button%2Boracle+form&oq=disable+SAVE+button%2Boracle+form&aq=f&aqi=&aql=&gs_sm=e&gs_upl=296l4343l0l4546l20l19l0l17l17l0l187l297l0.2l2&fp=96ce050406090a43&biw=1280&bih=797
    Regard
    Helios

  • Suppress or Disable SAVE button in Approval screen (BBPSC07)

    Dear Experts,
    i would like to ask how to suppress or disable SAVE button in Approval Screen (BBPSC07). Thanks in advance..
    Edited by: Mochamad Affan Rasyidi on Oct 3, 2009 6:38 AM

    Hi
    If you mean disabling the Variant Save Option of the SAVE button in a Selection-Screen without getting rid of the button in the screen you can do this.
    FIELD-SYMBOLS <fs>.
    AT SELECTION-SCREEN.
      IF sy-ucomm EQ 'SPOS'.
        ASSIGN ('(RSDBRUNT)<SSCRFIELDS>-UCOMM') TO <fs>.
        <fs> = ''. 
    *  Logic you want to apply to the SAVE button
      ENDIF.

  • How to Disable Save Button in interactive form via sfp

    Dear,experts
    My requirement is that Disable Save Button in interactive form via sfp .Is there any options to do this or write Javascript/Formcalc.Please help!
    Thanks
    Vince.

    I found a adobe documentation that says that If you want to disable some toolbar buttons, you will have to use application-level Javascript. Looks like it is not possible from ADLC
    Place the following Javascript code inside a .js file in
    %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScripts   to disable the toolbar buttons:
    // [File - Create Adobe PDF Using Acrobat.com], plus toolbar button
    app.hideMenuItem("WebServices:CreatePDF");
    app.hideToolbarButton("Weblink:CreatePDF");
    // [File - Collaborate], plus toolbar button
    app.hideMenuItem("Annots:FileCollaboration");
    app.hideToolbarButton("Annots:CollabToolButton");
    app.hideToolbarButton("CommentTask");
    app.hideToolbarButton("SigTaskButton");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("Save");
    Regards
    Sandy

  • Disable 'SAVE' button on 'FILE' menu on some forms using personalization

    Hi there,
    I need to disable 'SAVE' button on 'FILE' menu on some forms using personalization. Please let me know if you know how to do this. Currently we have done this through custom.pll and we are trying to phase out custom.pll. Any help is appreciated.
    thanks
    Sudeep

    whether i know u cannot disable SAVE toolbar through Personalization. You do it with custom.pll.
    CHECK FOLLOWING LINK
    Disable Save item from Contrl Menu
    Pradhyumn Sharma

  • 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

  • Disable save button in vl01n

    hi
         can you everybody tell me how will disable save button in vl01n
        please reply me
    Thanks
    with regards vijay

    hi,
    i could not understand ur query? pl. put it in a right way, then only it would be possible for us to give you the prompt reply.
    regards
    KR

  • Urgent !!!! - Disable "saveas" button

    hi all.
    i 've create a Application by webdynpro for java ,it will display a pdf file in Interactive form,
    but i  wannto disable saveas button on reader toolbar,what can i do?

    send your suggestion here http://www.apple.com/feedback/

  • How To Disable Save Button in a PDF

    I have Creating One Application in Oracle Forms 6 and Run in Web
    In that I have Showing a Pdf Fie using a WEB.SHOW_DCOUMENT.
    But I have to Disable a Save and print Button in Display pdf file in a IE.
    It’s Possible then help
    thx

    The best way to find out something about it is to type in www.google.com these key words: disable save adobe
    Then you can read more about it on this links:
    http://www.adobeforums.com/cgi-bin/webx/.3bb65a55
    http://www.adobeforums.com/cgi-bin/webx/.3bc076e4
    http://www.acrobatusers.com/forums/ask_an_expert/questions/view/1222/
    It's interesting question and very important but looks like unsolved...

Maybe you are looking for