cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Save and email button.

former_member629554
Discoverer
0 Kudos

Hi,

In the PO Adobe output form MEDRUCK_PO, I need to disable the Save and email button when print Preview is done. The Print button can be disabled by setting SFPOUTPUTPARAMS-NOPRINT = 'X'.

Can you please let me know if the Save and Email buttons can be disabled?

Thanks,

Dhananjoy.

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

A: if you resolve your problem, please share the solution

B: why do you have to hide the buttons? The standard approach is to say: "you´re expected to do this and this, not this, if you don´t follow the orders, it does not work".

Regards Otto

Former Member
0 Kudos

The Save buttom cannot be dissabled.

The available params are:

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

Also check PDFCHANGESRESTRICTED = 'X'

OttoGold
Active Contributor
0 Kudos

I don´t think that is possible. There is a way how to hide the toolbar, but user can easily use some shortcut to get it back.

Regards Otto