cancel
Showing results for 
Search instead for 
Did you mean: 

Hide save button in pdf form

Former Member
0 Kudos

Hi,

I have created a pdf form through transaction SFP. My requirement is to hide the save button in print preview.Is this possible to hide the save button.

Regards

Lalit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes mate.

Put the button in a subform and set the subform presence to hidden by script.

Subform.presence = "hidden";

Cheers,

sai

Former Member
0 Kudos

Sai,

i have not created any button..its the print and save button which are coming automatically while print previewing.

Regards

Lalit

Former Member
0 Kudos

Hi Lalit,

Have a look into the below link.

you can disable the print button but shortcut keys still work, there is no pint of doing it.

what he sujjests is write a script on respective events.

http://acrobatusers.com/forum/forms-livecycle-designer/disable-print-button

hope this helps you,

cheers,

Sai

Former Member
0 Kudos

Hi Lalit,

I don't think there is a direct method to hide the save button.

Anyway, check whether the following link is helpful to you.

[]

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Lalit,

once I wanted to prevent the user from downloading the form data. I wanted to set corresponding form rights and learned from SAP that this must be done via job profiles (s. SDN, how-to-guide). In case that you find a form right to hide the save button, you can set it via a job profile which is a xml file on the ADS you can address via abap.

Cheers,

Alexander

former_member317232
Participant
0 Kudos

Just put NOARCHIVE field to 'X' of SFPOUTPUTPARAMS structure filled to your FP_JOB_OPEN.

Same way to hide print button for example but with field NOPRINT.

Edited by: Saphir TMA on Mar 4, 2011 1:56 PM