Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Disable print option to view PDF document Stored in SAP using BDS

Former Member
0 Kudos
880

Hi all,

i had developed a program which allows user to store PDF documents and also to view the same. but now they required to restrict save as button , mouse right click and printing when user is allowed by the administrator.

Suraj Tripathi

6 REPLIES 6

Former Member
0 Kudos
285

Use this  FM "FP_JOB_OPEN"  Restrict Save as button .

Regard's

Smruti

0 Kudos
285

smruti could u please help me out... what value i had to pass in my program.

0 Kudos
285

Well smruti

i had tried but its not working.

Actually i m opening stored PDF doccument in SAP and i want to disable toolbar of PDF application completely in SAP.

regards

Suraj

0 Kudos
285

Former Member
0 Kudos
285

Hi suraj,

Are you displaying this through an Adobe form ?

0 Kudos
285

Hi Namrata

It is not and ADOBE FORM Print.

It is and 'Z' program through which the soft document is stored from local PC to SAP using function BDS_BUSINESSDOCUMENT_CREATEF and also displaying the same in SAP through ABAP when required.

Now User requries to control PRINT of those Stored PDF documents when viewing it from SAP

regards

Suraj1