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: 

Restrict Vendor Master Attachment Create / Delete

chris_hall2
Participant
0 Kudos

SAP ECC 6

Transactions - XK01 / XK02 / XK03

When a user is within the Vendor Master I have been able to restrict the user from Deleting other users attachments (Note 825348).  I am struggling to figure out a way to restrict users from also deleting their own document.  Is this even possible?

How to Delete the Attachment:

Transaction - XK03

Services for Objects

Attachment List

Highlight Line Item

Delete

Thank You,

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

check note 1539457  for explanation how standard authorization checks work. You can also implement additional checks with BADI GOS_SRV_SELECT. So you should be able to achieve your requirement with custom development.

Cheers