
Scenario: The delete function is active in VA02 for an empty order in the document flow. How can we disable this function for some users
Go to Se38
MV45AF0C
We will write in the following include MV45AF0C_CUA_MODIFIZIEREN
As below, we add exite by giving the user information of which user will not be active
IF SY-UNAME EQ 'TZORLU' and US_STATUS eq 'U'.
READ TABLE cua_exclude WITH KEY 'LOES' TRANSPORTING NO FIELDS.
CHECK SY-subrc ne 0.
append 'LOES' to CUA_EXCLUDE.
ENDIF.
User TZORLU is still unable to delete a delivery with empty document flow in VA02
Active on other user
I would be happy to read your thoughts and comments and if there are better ways to fulfil the requirement, please leave them in the comment section below.
Thanks so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |