cancel
Showing results for 
Search instead for 
Did you mean: 

Tolerance limit for GI against production order

Former Member
0 Kudos

HI

Is there any standard functionality of having tolerance limits at Goods issue level - against the production order?

Just like GR.

or can we make this functionality using any Exits?

-ashok

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

tahnks

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Rstriction of excess goods issue against production order is not possible in standard setting.

For achiving this you have to go for User exit.

The logic should be

In MIGO check mvt. type 261

Pass the order through table RESB and select all the components with quantity.

Capture the header material of order and use this as input along with the order creation date, plant and BOM application to explode function module CS_BOM_EXPLOSION.

This will give you the BOM components which were valid at the time of order creation.

Now compare these BOM components with the components from RESB with quantity.

Here conditions will come in picture

If quantity is exactly matching then GI will be possible

or if you want to keep tolerance limit say for 10% then accordingly you can map the condition.

Regards,

R.Brahmankar

Former Member
0 Kudos

HI

as per your logic if the GI is happening at MIGO.

and 10% has to hard code in the program. our client says it may vary.

i think we need to give them a table entry for tolerence if it varies material to material.

ok about mIGO

is tshis exit CONFPP05 PP works for me if i go with backflush - confirmation level GI?

-ashok

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Sorry I don't have any idea about CONFPP05 - PP order conf.: Customer specific enhancements when saving.

I will check and let you know.

Regards,

R.Brahmankar

Former Member
0 Kudos

HI

didi you get any info?

ok thanks for your inputs i need to workout on this, if you get any info pl mention

-ashok

Former Member
0 Kudos

Hi

In Std SAP there is no such limit.

Regards

YMREDDY