cancel
Showing results for 
Search instead for 
Did you mean: 

Consumption Against Production Order (Urgetmt

Former Member
0 Kudos

Hi ,

i have one issue . we are using backflush. when we confirm production order it consumes the child part also. IF we have produced 1000 qty it should consume the child part 1000 also .issue is if we have stock of 990 for child part it will not consume 990 and send 10 to cogi whereas it is sending 1000 to cogi.

what solution i can propose to clinet

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

wat is promting COGI.

muthusamy_sankaran
Active Contributor
0 Kudos

Hi,

Use Program "CORUAFWP" to schedule background job to post COGI error records if the error is corrected

Please check this link for details,

[Background processing of COGI|]

Regards,

Sankaran

Former Member
0 Kudos

Hi,

In BADI WORKORDER_GOODSMVT, method BACKFLUSH you can warn users if failed goods movements exits during confirmations. You can also manipulate goods movements quantities to be posted.

Former Member
0 Kudos

Hi,

Is it possible that at time of confirmation system should consume what ever stock is there and post rest in COGI

Former Member
0 Kudos

Hi,

The behaviour you except is not directly possible.possible unless you use the user exit/ badI AS SUGGESTED BY OTHER USERS IN the forum.

Regards,

Santosh sarda

Former Member
0 Kudos

Hi,

It is possible theoratically although I have not seen it implemented. A method as follows could work. CT_COMPONENTS structure in the BADI keeps goods movements lines to be posted. If you partition a component line into two, one having quantity in stock and the other having the insufficient quantity, after posting one will be successful the other will fall to COGI. You have to deduct storage location quantity and such in the program. This could be cumbersome. I still think it is best to warn users in program but have them adjust the quantities.

Regards.