cancel
Showing results for 
Search instead for 
Did you mean: 

Status management in QM ?

Former Member
0 Kudos

Hi Experts,

I have a scenarion like,

Quality inspection and defect recording and UD is done by a a Quality supervisor.

But if any critical defects occured then only QM manager should be able to release(Do the UD) of the inspection lot.

Plz suggest how to map this scenario.

Thanks

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks to all

Former Member
0 Kudos

HI

Check user exit :QEVA0010 :UD: Usage decision check

Here logic will be if critical defect is recorded then it should verify the login-id.If ID is not equal to the QM manager then only UD should be allowed.You may have to Hard code the ID of Manager.Take help of abaper.

Regards

Sujit

former_member587434
Active Contributor
0 Kudos

Instead of hard coding manager's user i-d create seprate role for QM manager & add logic in suggested exit, if defect exist for lot then QM manager role only can do UD .

Hope this helps.

Thanks!!!

former_member42744
Active Contributor
0 Kudos

You could create a user status SAPR (Special Approval required), on the inspection lot. When this is set, have it block the UD from beign done. Assign a security group to this to allow it to be changed to UDRE - UD reviewed. Assign the security group only to the QA manager.

When saving the results, use a user exit to set the user status to SAPR when a crtical defect has been recorded. The status DEF will be on the lot so you only have to run the check when that status is set.

Once SAPR is set, the QA manager would be the only one to be allowed to go in and chagne the status from SAPR to UDRE. They would change the user status and then make the UD.

Craig