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: 

Controling attachment authorizations

Former Member
0 Kudos
77

Hi Everyone

we've got this issue:

If one user is attaching a document to sales contract / order
or quotations then other users can ba able to delete / Change the attachment. This
should not be permitted. Other users can be able to view or attach more documents
but should not be able to delete the attachment uploaded by another user.

Could you please advise what is the best practice to control it.

Regards,

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos
49

Hi,

similar questions have been answered on this forum multiple times. Hence using a search functionality will give you an answer to your question. Summary is that you can try to use standard object provided by SAP or SAP provides a BADI that can be used to implement custom authorization checks.

Cheers

2 REPLIES 2

mvoros
Active Contributor
0 Kudos
50

Hi,

similar questions have been answered on this forum multiple times. Hence using a search functionality will give you an answer to your question. Summary is that you can try to use standard object provided by SAP or SAP provides a BADI that can be used to implement custom authorization checks.

Cheers

Former Member
0 Kudos
49

Hi,

Appreciate your prompt reply Martin. Will look into it.

Regards,