cancel
Showing results for 
Search instead for 
Did you mean: 

Warning Pop up message during Usage decision for rejected characteristics .

former_member1244710
Participant
0 Kudos

Dear QM gurus ,

Our client wants that .. when ever there is one or more rejected characteristics during result recording , the system should give a warning message during Usage decision , particularly when the user is trying to use accept as the usage decision .

We do not want a message after the UD is posted but before the UD is posted .

Kindly let us know the config and master settings for the same . Appropriate/full points to be awarded for those who add value towards resolution of this requirement .

Ram ~

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Precisly you can use exit QEVA0010--->UD: Usage decision check

Logic will be if valuation of any of the mic is rejected ,you can give warning during UD especially Accepted.

You can use bapi BAPI_INSPCHAR_GETRESULT inside exit.

former_member1244710
Participant
0 Kudos

Thanks I could get it done through our ABAP team but we did not need the BAPI . can any one tell me why the BAPI is used ?

Former Member
0 Kudos

This BAPI is used to get the results so that you can validate it and if rejected  then the user exit ll be actvated.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In standard SAP if any parameter is rejected/ Defect raised for the lot then the same will be displayed above the UD screen which will help the user to see if there is any rejection. Else you can user eser exits QEVA0005 or QEVA0010 to validate the usage decision.

Regards,

SMruti

former_member1244710
Participant
0 Kudos

Thanks Smruti ,

Actually it comes as a screen reference for result recording . We would like to see a pop up at the time when user chooses the acceptance as usage decision .

Can you ellaborate more on the user exit for UD validation as given by you .

Thanks

Former Member
0 Kudos

Hi,

you can take the help of any abaper and put your requried conditions for the UD.

Regards,

Smruti