cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of more than one batch during production order creation.

Former Member
0 Kudos

Hi,

Have a requirement for creation of more than one batch during production order creation. The queries are:

1. Is this possible through SAP standard procedure or through workarounds?

2. If workaround is required which tables are updated and how the batches could be retrieved (Any BAPI) ?

3. Will such a workaround effect the integrated modules like MM,QM and CO.

Thanks in advance,

R.S.

Accepted Solutions (0)

Answers (3)

Answers (3)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Please refer my reply from these links,

http://scn.sap.com/thread/1441919

http://scn.sap.com/thread/1648458

Regards,

R.Brahmankar

Former Member
0 Kudos

Hi Roshan,

As per my understanding you can do it in below both ways :-

Ya! it is possible to split the produced quantity in several batches. To do this plase do following:

1. Create a production order without assigning a batch number to it at the time of creation or release.

2. On confirmation > Goods movement screen, please select the header line item and select splitting from menu. After splitting as per your requirement click adopt.

Now select the various splitted line items and click create batch from menu. System will generate diff batches for the same material. Now save the confirmation

                           OR

1.Use the Exit EXIT_SAPLCOBT_001 under enhancement PPCO0001 where-in based on your requirement you can create multiple batches for your production order. We have used this user-exit at current client to create multiple header batches.

2.You can use CALL FUNCTION 'VB_CREATE_BATCH' to create the batches as per your requirement.

Also make sure the automatic batch creation setting in Prodn Scheduling profile has been turned-off so that the batch is created only through the user-exit.

Pls check above steps & come back with ur queries.

TnX

vishal_arora3
Explorer
0 Kudos

Dont create batches on production order creation if you want more than one batch.

Create batches at the time of GR.