Application Development 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: 

IW32 change of user status

Former Member
0 Kudos

Hi,

In Plant Maintenance orders to help users to manage the work process of

user statuses,

When we open the order using tcode IW32, we should be able to set the

userstatus to JBDN, but it should not get reversed from JBDN to any

other previous status(like from JBDN to WIP i.e., high to low). We want to restrict the

authorizations in one role for this type of status change.

Similarly, we want authorizations to be restricted in another role

where we should ONLY be able to set the status from JBDN to WIP(It

means, it should not allow to change the status from WIP to JBDN in the

same role i.e., lower status to higher status).

It mean, we want the user status to be allowed to change in one way.

We tried to restrict the authorization with B_USERSTAT. But it is

allowing to change the status in both ways(i.e., from JBDN to WIP and

also from WIP to JBDN) which should not be the case.

Please let me know what authorization objects to be restricted for this.

Regds

Sekhar.

1 REPLY 1

Former Member
0 Kudos

Hi,

As per my knowledge/experience, it is not possible to restrict the user from select options only 1 way and this kind of restrictions are not included in SAP authorizations. May be, you need to look for a customized program, which can lock the option once selected.

Rgds,

Raghu