cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Modification Rule

rajesh_sutar2
Active Contributor
0 Kudos

Hi Experts,

I have material to be inspected once reach GR quantity 80 or more than 80. Could we avail Dynamic Modification Rule for this. If yes please tell how do we can maintain this.

Suppose:

In following case inspection lot should be generate.

GR quantity 10 - No Inspection lot

GR quantity 15 - No Inspection lot ( 10 + 15 = 25)

GR quantity 20 - No Inspection lot ( 20 + 25 = 45)

GR quantity 25 - No Inspection lot ( 25 + 45 = 70)

GR quantity 15 - Need Inspection lot ( 15 + 70 = 85) ----- Inthis stage I need Inspection lot as GR quantity reach 80 or more than 80.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member42743
Active Contributor
0 Kudos

No.  DMR will not help you with that.

You would need to do development for that.

Look at using

  QPL10001 QM: Inspection lot creation - editing work area on creation

In here you can suppress the creation of the lot by setting a flag.  I believe this is the correct user exit for this.  If not check a few others in the the same series... (QPL1000*) and you'll find it.

So you would need to add coding to determine the qty received in a given period of time and compare that against the qty allowed for that material.  You would need to store the qty somewhere.  I believe in the QM info record there are a couple of user fields that you could use for that.

If the sum of the receipts do not exceed the stored value, than suppress the creation of the lot.

FF

Answers (0)