Search This Blog...

Sunday, January 16, 2011

Authorization Check for Delivery Document Deletion

Requirement:

Requirement is to check user authorization at delivery document deletion.

Eg: Only selected user ID’s should be able to delete delivery documents in the system.
(Transaction VL02N)

This functionality is not directly available in the standard SAP with authorization objects.

Please refer OSS note: 580226.

Therefore we have to go for below 2 step process.

1. Enable delete activity to the relevant authorization object
2. Code a user exit to check the activity status of the authorization object and to popup a error message


Happy Reading!!

Please feel free to post your suggestions, feedback and comments!

No comments:

Post a Comment