Hi everyone,
I created a report that shows a preview of a pdf using an interactive form. To show the preview, Acrobat Reader is launched embedded in SAP.
I was able to avoid printing from the preview using a specific field of a parameter:
p_outputparams-noprint = 'X'.
CALL FUNCTION 'FP_JOB_OPEN'
CHANGING
ie_outputparams = p_outputparams
This avoid printing from the Acrobat Reader interface and the pdf is protected. But it is still possible to save it and to send it by email from the Acrobat Reader interface.
My question is: is it possible to avoid saving and sending email from the Acrobat Reader interface?
Thank you in advance.
Bye
Emanuele