cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to Enter Batch while Re-processing traxn COGI or CO1P

Former Member
0 Kudos

Dear PP Gurus,

Our Process is interface based ... no user interaction , hence CO11N would be automated using BAPI_PROD_ORDER_CONF_CREATE.

Batch is not selected either in Production order release or in BAPI for confirmation. Records are passed to post processing.

Current setting is using CO1P process "Back Flushing" ... but it doesn't allow to enter batch...

If we chnage setting & allow error records to be generated & procssed by COGI , it also doesnot allow batch entry.

Is it mandatory to have batch before records are passed to CO1P /COGI or is there a way to fill blank batch with batch while doing CO1P/COGI

Thank you for guidence .

Jatin

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Jatin,

CO1P and COGI allowed to enter the batch if it is missing.

Also could you please tell me the exact BAPI are you using for confirmation?

It would be better if you determine the batches before and avoid manual work of CO1P and COGI.

implement an automatic batch determination by function module CO_WB_BATCH_DETERMINATION or VB_BATCH_DETERMINATION.


Best Regards,

R.Brahmankar

Former Member
0 Kudos

Hello Rupesh,

We copied BAPI_PRODORDCONF_CREATE_TT to create Confirmation. It doesn't have batch determination code , hence we decided to do Post processing using CO1P/COGI.

I still cannot find batch field in Co1P

Regards,

Jatin

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Jatin,

I would suggest to have the batch determination during the confirmation through BAPI or inside the order.

Anyway use COGI Double click and edit the record you will get the good movements error with missing batches.


Also refer blog

Best Regards,

R.Brahmankar

Former Member
0 Kudos

Hi Rupesh,

Is it possible to do Batch determination upon Release of Production order automatically?. We have componnet assigned to Operation.

Thank you for your support

Regards,

Jatin

kiran_kumar179
Active Contributor
0 Kudos

Jatin,

Try with Material master in MRP2 view and set field "Batch Entry" to value 3 Automatic Batch Determination during order release.

Maintain other search strategy procedures in COB1 and check.

BR
KK

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Jatin,

Yes it is very well possible for all the components in MRP2 view define Batch entry =3 Automatic batch determination upon release of order.

You have the maintain the batch search sort rule with condition record for it and assign the Search Procedure to your order type.

If you search in this forum you will get lot discussions and dccuments on it.

Please refer,

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0caed4a-40f9-2c10-349a-96ec617a8...

Best Regards,

R.Brahmankar

Former Member
0 Kudos

Hi Kiren ,

I tested , but it is very restrictive... if Stock is not received & no batch is available , it stops release of production order....

We are in interface environment, we can't have release failure of production order.

Regards,

Jatin

Answers (1)

Answers (1)

kiran_kumar179
Active Contributor
0 Kudos

Jatin,

Did you try with COGI also? it should allow to enter the missing batch in COGI because batch entry missing is common error in post processing records.

BR
KK

Former Member
0 Kudos

Hi Kiran,

Yes... it is allowing to enter Batch Detail. Is there a program for COGI , which we can schedule in backgrond, same way as CO1P has program CORUPROZ.

Thank you for your input.

Regards,

Jatin

kiran_kumar179
Active Contributor
0 Kudos

Jatin,

Check with program CORUPROC, and schedule the batch job to clear the COGI errors.

Also refer SAP Notes 312584,540392 and 830198.

BR
KK

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Jatin,

Program CORUPROC or CORUPROZ. doest not clear the manual entry error like Batch missing, Storage location missing. So you have to mannualy process them.

Best Regards,

R.Brahmankar

Former Member
0 Kudos

Hi Rupesh,

Yes , it will clear only stock missign entries.

Regards,

Jatin