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.

Similar Messages

  • 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

  • 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

  • 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

  • User Exit which runs after pressing SAVE button at VF01 Screen.

    Dear all,
    I need user Exit which runs after pressing SAVE button at VF01 Screen.
    Kind Regards,

    If you search the forum, you can find plenty of threads on this, for example Re: Badi or user exit for VF01 while save Can you let the forum know what exactly you want to achieve using user exit during saving of a billing document?
    Regards,

  • 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/

  • Resubmit Push Button on Approval Screen

    Hello All
    We are on SRM 5.0 and I was wondering if anyone could tell me what the resubmit pushbutton is for on the Approval screen.  I clicked on it and it gave me a place to put a resubmission date and when I clicked the save resubmission date I got a message: Resubmission for work item entered successfully and then the work item disappeared from my approval inbox.
    Can anyone tell me what this functionality is actually used for and what the system should be doing? 
    Thanks!
    Jane

    Hi,
    The following functions are available on the Approval tab:
    ·         Display/Edit: You can display the details of a work item or edit it.
    ·         Approve: You can approve a work item.
    ·         Reject: You can reject a work item.
    ·         Resubmit: You can have a work item resubmitted to you for processing at a later date. To do this, choose Resubmit and then enter the date on which you want to receive the work item.
    ·         Forward: You can forward a work item to another user.
    ( for example i want to appear this work item in my approval inbox after one week)
    With the help of Resubmit Button, work item receive by the approver on the date entered.
    Hope that your problem was solved..
    Thanks
    prasad.s

  • 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...

  • How ti disable enter button in selection screen.

    Hi,
    Developed a  report and when execute the Tx code first i get selection screen and when inputs are given in selection screen and hit enter it will direct to module pool screen.. here after giving inputs in selection screen,ENTER and F8 button are working but i want to disable ENTER button ....
    Regards,
    Venkat.

    Hi venkat,
    I am also fasing same problem plz help me how to call form in start-of-selection please help me with any sample as soon as possible,
    Regards
    sridevi.V

  • Save button in PO screen in display mode

    Hi Friends,
    I am creating purchase order with reference to purchase requisition. In purchase order screen all data has pull-up  but save button is in display mode, i can not save purchase order. I have gone through to spro purchase requisition/ order document type. I could not understand how to fix this problem, please the detail reply.
    Thanks
    Sunny

    Hi
    click on check icon and check the message what message you get from system
    Regards
    Kailas Ugale
    Edited by: kailasugale on Jun 8, 2011 9:54 AM

  • 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/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

  • Disable save button in adobe forms WD FOR ABAP

    Hi, i have some problem about how to disable button save in interactive forms. Can anybody help me please! I use WD for ABAP
    Another question, how i change security setting of pdf file. I want to disable 2 field of pdf. They are: 'content copying' and 'content copying for accessbility'.
    This is very importance for me, please help me if you can.
    Thanks you.

    Hi,
    In form-ready layout event, you can do that if it is by default to be hidden.
    Save.presence = "hidden";
    if save is the button name.
    Press save button and select the necessary event and choose language as Javascript and then write the above code.Here save is name of the button.

Maybe you are looking for

  • Open Hub DTP issue (Error 21 when writing to the local workstation)

    Hi, I am using an openhub destination to output my csv file. Its a local workstation share folder. Data Provider got around 50000 rows (expecting a 40MB file). When ever I execute the DTP, it run for first data package and fell down with below error

  • Photoshop CS6 - failure to open after 2 year's use  due to adobe message.

    An Adobe message to confirm a trial of PS CS6 Extended has suddenly appeared to prevent me from continuing to open my photoshop application ( non extended) which has run OK for two years.  No other options are given.   How can I get rid of this messa

  • How to get value from option box and submit accordingly

    Sorry for posting my question. I have been trying to edit message and repost it and not successful. Hence I am reposting my question. Please let me know. I am right now exploring JSF for presentation layer. I am designing a form with <h:outputLabel..

  • Question about applying Cyclic bulletin 8.0o

    Dear all:         Its the first time Im gonna be in charge of implementing this new Cyclic bulleting, and I have doubts about what will happen when the basis team update the BSI softwarw. Will we lose all the configuration we had in the BSI side? (we

  • Deleting photos in LR 4

    Sometimes when I try to delete photos in Lightroom 4 a dialog box apears saying that the photo can't be deleted, it isn't in any collection so how can I get rid of it from both LR4 and the harddrive?