How to disable Save & Print functionality in PDF form?

Hi,
This is the requrement, client need to disable Save & Print functionality in PDF form. (They not allow employee save & print the hrforms payslip)
May I know how to do it. Thank you.
What is the parameter value in structure SFPOUTPUTPARAMS  that I need to set in order to  disable Save & Print functionality ?
call function 'FP_JOB_OPEN'
    changing
      ie_outputparams = SFPOUTPUTPARAMS
    exceptions
      others          = 1.

Hi Nayan,
I'm the person who did the WD as well, using IFrame to contain the PDF binary. WD site didn't contro the binary source.
I pre-define the 'FP_JOB_OPEN' before calling the PDF generation.
Optional: Set output parameters
  gs_outputparams-nodialog  = ''.
  gs_outputparams-preview   = ''.
  gs_outputparams-getpdf    = 'X'.
  gs_outputparams-nopreview = 'X'.
  gs_outputparams-noprint   = 'X'.
  gs_outputparams-noarchive = 'X'.
  gs_outputparams-nopributt = 'X'.
  gs_outputparams-arcmode = '1'.
  gs_outputparams-noarchive = 'X'.
Open print job
  CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
      ie_outputparams = gs_outputparams
    EXCEPTIONS
      OTHERS          = 1.
Regards,
Eric

Similar Messages

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

  • Disable SAVE-AS functionality in Adobe Form

    Hi all,
    There is a requirement from the client that we need to disable to SAVE-AS functionality.
    Is there any way in which we can achieve this?
    Regards,
    Kunjal

    Kunjal,
    You may check these threads:-
    Hide the Save button in tool bar in pdf form
    Disable Save Button in the Interactive PDF form
    Chintan

  • Print functionality using PDF form in a webdynpro application

    Hello! All
    Currently, we have a webdynpro application and we need to provide the print feature to print the content of the iview display on IE browser. We try the File-> print feature provide by Microsoft through IE but this doesn't work. We are looking for any other option like print to pdf form. We don't know if it is possible. Is there any tutorial, help or anything that can help us to print to pdf form. Please share any other suggestion, comment and it will be much appreciated. Thank you very much.

    Hi,
    The content (which is a pdf content) can be exported as a PDF from a WD Application. For this you can use File Download control whose source is in the form of bytes (which is PDF content).
    Do you have the PDF content already generated?
    If so it is very easy to generate PDF from WD.
    If you need further help, kindly let us know.
    Thanks and regards
    RK

  • How do I save a 2 page pdf (created in Illustrator) to be used in a web site?

    How do I save a 2 page pdf (created in Illustrator) to be used in a web site?
    When I save my Illustrator file as a pdf, it is about 2600 kb, my web site admin will only allow storage of 5000 kb. I tried to "save for the web", but that only saves the first page of my document. Any suggestions other than paying for more storage???

    What pdf preset are you using? Try smallest file size rather than illustrator default.
    Save for web does not do PDF, so no multipage.

  • I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    Hi,
    You may open the original form in FormsCentral and toggle to “Page View” at the lower right corner. Adjust the page content to make sure no page breaks in this view.
    Thanks,
    Wenlan

  • How to disable the purchase function?

    Anyone know how to disable the purchase function from the ipad2? How to disable and empty the payment credit card inform? If not, is it secure?

    None for payment
    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".

  • How to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi?

    I'd like to how to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi.
    Any help would be appreciated.

    NeoChang:
    You can modify the installation package using the Adobe Customization Wizard to toggle the "Display PDF in Browser" but I have not found a setting to disable JavaScript from the Wizard. I have created a script which makes the changes, but it has to be run for every user since that info is stored in the User hive of the Windows registry.
    Disable JavaScript:
    REG ADD "HKCU\SOFTWARE\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /f
    Disable Browser Integration:
    REG ADD "HKCU\Software\Adobe\Acrobat Reader\9.0\Originals" /v bBrowserIntegration /d 0 /t REG_DWORD /f
    Michael
    ~Simplicity of Character is a Natural Result of Profound Thought~

  • How To Generate And Print Reports In PDF Format From EBS With The UTF8 Char

    Hi,
    I want to know How To Generate And Print Reports In PDF Format From EBS With The UTF8 Character Set in R12.0.4.
    Regards

    Refer to Note: 239196.1 - PASTA 3.0 Release Information
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=239196.1
    Or, you can use XML Publisher.
    Note: 551591.1 - Need Latest XML Publisher / BI Publisher Patches For R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=551591.1

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

  • How to disable easy print in server 2012 r2

    how to disable easy print in server 2012 r2

    Hi,
    To disable RD Easy Print on server 2012 r2, we need to disable the policy setting “Use Remote Desktop Easy Print printer driver first” under following path. 
    Computer Configuration\Administrative templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Printer Redirection
    Please check below article for checking RD Easy print.
    http://blogs.msdn.com/b/rds/archive/2009/09/28/using-remote-desktop-easy-print-in-windows-7-and-windows-server-2008-r2.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to disable the printer's color management in Photoshop CS5 with Mavericks?

    Hi there, does anyone know how to disable the printer's color management in Photoshop CS5 with Mavericks? There doesn't seem to be an option. Could you help? Many thanks

    Just select Photoshop Manages Color, and the printer driver color options should be disabled.

  • How can you save from photoshop to pdf with intact formlayers?

    How can you save from photoshop to pdf with intact formlayers?

    No, it is form layers for a cutting machine, when you save to pdf from ill or indesign you can select make acrobat layers but not in photoshop.
    Do anyone have a sullotion?

  • Using an Epson 3880, how to disable the printer's color mgmt in the Photoshop CC print settings dialogue box?

    Using an Epson 3880, how to disable the printer's color mgmt in the Photoshop CC print settings dialogue box?

    Just select Photoshop Manages Color, and the printer driver color options should be disabled.

  • How to find print program of pdf form

    hi,
    i want to know how can i find print program of pdf forms

    Hi,
    You can take a look  at the FP_PDF* test programs in SE38. Additional documentation and information on <a href="http://help.sap.com/saphelp_nw70/helpdata/en/96/6ee0d5b39640d68fc0078fc575114a/frameset.htm">help.sap.com</a>.
    Regards,
    Francois

Maybe you are looking for

  • Imessage not working in dubai or apple server is down ?

    i have ipad2 and  i am facing problems with my imessage it worked for sometime then it stopped working suddenly , i dunno wether its blocked in uae or apple server for imessage or something like that is down !!!  everything is correct and i tried goo

  • Not able to start the TNS Listener in OracleXE 10g Database

    Hi All, I have Installed OracleXE 10g database sucessfully, but when i'm trying to open the homepage it is not displaying anything. Because i have checked in the services the TNSListener has not been started. When i am trying to start the TNSListener

  • IPhone 3G / Apple Component AV Cable / iTunes DRM Movies

    Hello. Can't seem to find a definite answer to this online. Would appreciate any assistance. I purchase movies from iTunes on my MacBook Pro. Which then syncs them to my iPhone 3G. I would like to watch them on my HDTV without purchasing an Apple TV.

  • Nano beeping when connected to computer?

    Recently, my Nano died because the battery was depleted entirely. I plugged it into my computer to begin charging it and a generic picture of a battery appeared and it began beeping, twice every interval. Was this something normal or not?

  • LR roundtrip to PS different?

    Hello everybody, I work a lot in Lightroom 3, and sometimes I roundtrip (take an image) to Photoshop CS5 and then back. When in lightroom I select Photo > Edit in > Photoshop. Then I used to get a dialog asking me to either edit the original; the ori