Application Development and Automation 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: 
Read only

IW32 order authorization

Former Member
0 Likes
828

hi,

i want to restrict orders which created last months. Users should not change the order from IW32 or IW22. is that possible with spro or pfcg?

or

maybe this way: is that possible to make unchangeable order after the the technical completion?

hi,

i want to restrict orders which created last months. Users should not change the order from IW32 or IW22. is that possible with spro or pfcg?

or

maybe this way: is that possible to make unchangeable order after the the technical completion?

2 REPLIES 2
Read only

Former Member
0 Likes
662

Create a user status (object B_USERSTAT and B_USERST_T) which forbids changing the order (configuration, transaction OIBS) and then adjust all affected roles to actions on the objects mentioned above to your hearts content.

EDIT: do not(!) make the order unchangeable forever! You definitely will want to set ABGS at some point and follow up with deletion flag / deletion mark to be able to archive the thing!

Read only

shah_viraj
Active Participant
0 Likes
662

You may use method "AUTHORITY_CHECK_AUART_ACTIVIT" of BADI "IWO1_ORDER_BADI".