on 2025 Mar 19 8:39 AM
Hi,
We are trying to restrict transaction codes IW31, IW32, and IW33 at the order type level. However, these transactions invoke the same authorization object, I_AUART, which contains only two authorization fields: WERKS and AUFART.
Could you confirm if there is an existing standard solution available for this requirement?
Looking forward to your response.
Thank you.
Request clarification before answering.
BADI IWO1_ORDER_BADI with method AUTHORITY_CHECK_AUART_ACTIVIT was developed for this purpose
With this BADI you can restrict the order type for a certain plant and a certain activity (Add/Change/Display):
It offers the follwing parameters for the check:
AUART_IMP = Order type of the order
IWERK_IMP = Maintenance planning plant
ACTIVITY_IMP = Activity category (H = Add, V = Change, A = Display)
Please see the documentation in transaction SE18 for further information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.