cancel
Showing results for 
Search instead for 
Did you mean: 

ECM - user status control

Former Member
0 Kudos

Hi everybody,

In Engineering change management,

While creating a user status, we have option to set 1) what are system status can be controled by this user status

2) which system status can set this particular user status.

How do we set one user status control other user status.

In my scenarios user status B should be allowed to set from user status A, ONLY after the system status P is set.

thanks in advance for responce

Thanks

vennela

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

This is possible by inserting the logic into the screen exit.

Ask your abaper to check for the exit. Also you may have to create a ZTable to maintain the status sequence.

We have done it in our project

Regards

Prasad K

Edited by: Prasad K on Dec 17, 2010 1:37 PM

Former Member
0 Kudos

Hi Prasad,

This is very helpful.

Can you please explain more detailed solution,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

This can be accomplished in the user status img,where you can mention the order of the user status also you can mention for ever user status what is the lowest or the highest status to which it can traverse,thus you can accomplish your requested

functionality.

regards

kaushik

Former Member
0 Kudos

Kaushi,

The issue here is User status B should be allowed ONLY after the System status P is set.

I think, having the priority and sequence in user status will only help the direction of user status traversal, but does not restrict setting the user status whether the required system status is set or not.

thanks