Application Development and Automation 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: 
Read only

SE78 BITMAPS ACCESS SECURITY

Former Member
0 Likes
344

Hi Guys,

I'm asked to print the signature of purchase order releaser on PO form.

I'm thinking about storing signatures using SE78 and call them dynamically from print program while printing the form.

Now I have to answer security questions:

Is it possible to read/print/delete ... these BITMAPS with any other way but transaction SE78 ? I mean from others SAP transaction or from outside of SAP ?

Is it possible to have authority checks on Bitmaps so that only users with special authorisations can read/print/delete ... some bitmaps ?

Thank you for your help.

Best regards

Vincent

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
287

Hi,

All this files is stored in the contentserver so you can access this files from the web

(servername:8000\sap\bc\contentserver?sap-client=000&.....) read more about documents management service in sap

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/30/08a037b9e62417e10000009b38f889/content.htm">Document Management Service</a>

1 REPLY 1
Read only

Former Member
0 Likes
288

Hi,

All this files is stored in the contentserver so you can access this files from the web

(servername:8000\sap\bc\contentserver?sap-client=000&.....) read more about documents management service in sap

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/30/08a037b9e62417e10000009b38f889/content.htm">Document Management Service</a>