Question:
Hai Friends,
Is there any authorization object to restrict the user from deleting / changing the attachments already attached to a PO. In ME22/ME22N you can attach documents to the PO and also list the documents attached. In that window the system allows the user to delete or change an attachment. Any way to restrict the user do that using authorization object. Thanks in advance.
Regards,
Kumar
Answer:
As posted earlier:
In some applications there an object used to contorol this either starting with ab 'S' or a 'B' ( not logged on at the moment). To see if this is controllable in thetcode in questions start ST01 authorization trace and then run the tcode and remove an attachement. DO note that some tcodes check the objects at the start of the tcode and not at the specific action so the ST01 trace should be done from the start of the tcode all the way through to the exit. This will show if any object is available to controlas you need.
Also check the IMG ( SPRO) to see if it is configurable.
You may also need to look for a user exit to see if authorization can be added.