cancel
Showing results for 
Search instead for 
Did you mean: 

Quality Score based on Stock Posting

kraghavanbindhu
Contributor
0 Kudos

I Need to update the Quality Score base on stock posting. I could not able to use the quality scoring procedure in Configuration.
Is there any BAPI to upload the quality score based on the stock posting.
Kindly help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member42743
Active Contributor

You could simply create 5 acceptable UD codes and assign a Q-score to the UD code.

  • A1 - All stock passed 100
  • A2 - 80-99% stock passed 80
  • A3 - 60-80% stock passed 60
  • A4 - 40-60% stock passed 40
  • R3 - 20-40% stock passed 20
  • R2 - 1-20% of stock passed 10
  • R1 - All stock rejected. 1

It's simple and requires no programming.

Craig

Answers (1)

Answers (1)

sourabh_maheshwari2
Active Participant
0 Kudos

You can define your Quality scores as below: (these are std.)

Share of scrap in lot

Maximum share of scrap for chars

Minimum quality score for chars

Weighted from share of scrap for chars

Weighted from quality score of chars.

From usage decision code

which procedure are you using?

In case you want to calculate based on stock postings (part going to UR / part to Blocked / etc.) then this is custom. You will need to define a new procedure, write a custom FM to determine and update the score, and assign this FM to the procedure

kraghavanbindhu
Contributor
0 Kudos

We have built the custom FM and its not triggering at the time of saving the inspection lot.

sourabh_maheshwari2
Active Participant
0 Kudos

It should be triggered on saving of UD

If you want it to trigger at some other time, then you need to find the relevant exit to call your custom FM at that time