cancel
Showing results for 
Search instead for 
Did you mean: 

User Status/Status Profile in auto mode

tanuj_parikh
Active Participant
0 Kudos

Dear Experts,

I have a scenario as below:

As soon as Inspection Lot is created thru Production Confirmation, User status should be set to 'NAVL' if "for same batch as of Inspection Lot, Z table entry not found" otherwise it should not set. As soon as entry for that batch is available in Z table, User status should be changed to 'AVL'.

Is this possible in auto mode? Any user exit?

This should not restrict normal flow of QM i.e. no influence on normal RR and UD.

Regards,

Tanuj Parikh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can wirte a programme which checks the Z Table entries and sets the user status based on the conditions .. you can use below FMs for your purpose :-

STATUS_CHANGE_INTERN

STATUS_CHANGE_EXTERN

JEST is the table where its stored. You can read the status using STATUS_READ.

Further set this programme as batch job in SM36/SM37 with some frequency like 30min..

Let me know if it works

regards

pushpa