cancel
Showing results for 
Search instead for 
Did you mean: 

Production order, need to update batch in component

Former Member
0 Kudos

Hi All,

Help Help..I have created a production order in Co01 and i would like to update the batch data in component details after i release the production order? is there anyway i can do it?

thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear friend,

do u need automatic batch determintaion upon release of the order, u need to assign the search procedure for determination in OPL8/CORC for ur order type. then maintain statergy in COB1 for material/ordertype/plant. Before this create sort sequence SU70. in COB1 assign ur sort sequence and selection critiria. in material master MRP view batch entry field should be 3. then your batch determination works

for details refer this link

sree

Answers (2)

Answers (2)

Former Member
0 Kudos

In the work scheduling view of material master maintain the batch entry to 3.

it will solve your problem.

Kindly reply back if any queries

Former Member
0 Kudos

hi Kumar,

can you explain furhter? did not get to the screen you mention:(

thanks

Former Member
0 Kudos

In the material master Work scheduling view maintain Batch entry Field to '3'.

Then when you release the production order automatic batch determination is done for material.

For automatic determination maintain search strategy and assign it to production order type in SPRO.

Kindly revert back if any queries

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Please try with Batch Determination" button at bottom of the component tab of production order CO02

Or you can use the read PP master data from CO02--Function Header menu.

Or,

You use the 'VB_BATCH_DETERMINATION' get avaiable batch , then use 'BAPI_ALM_ORDER_MAINTAIN' maintain production order.

Regards,

R.Brahmankar

Former Member
0 Kudos

Hi R.Brahmankar,

I could not use auto batch determination, i need to find a way to write the code, to select the data from MCHB table, get the data and populate the data from there.

is there any other way that i can try?