cancel
Showing results for 
Search instead for 
Did you mean: 

Production Process

Former Member
0 Kudos

Hi

1.We will not determine batches during process order creation or release.

2.Batch determination and qty change if any should happen after point 1 -

Can it be done during staging LP10 - Batch field is greyed out here

3.Then we will take the transfer order and physically pick the materials.

4.The determined batches with changed quantities should flow to MIGO GI or can we avoid MIGO GI .

Kind Regards

Samson

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Gabriel,

Basically, you either perform Batch Determication in the Production Order, or in WM, but not both. Your decision of whether to do it in PP or WM is usually based on how far in advance the Production Order is released, of the actual physical staging. Orders released only immediately before physical WM Staging should have BD in the Production Order. Orders released with a significant time gap between release and physical staging should have BD performed in WM.

If you decide to do Staging in PP, then the "Batch Entry" Field in the Material Master should usually have value "3". If you decide to do the Staging in WM, then the "Batch Entry" Field in the Material Master should usually have value "2", which would mean that upon confirmation in the Production Order, the batches which were physically used in the production process, would have to be entered, if they were not entered previously, or transferred from the WM Transfer Order.

Obviously, there is more to it than that, but this is the main info. If you have a specific issue, concerning one part of the process, then please let us know exactly what your problem is.

Appreciate if your problem is solved.

Regards,

Maddy..

Former Member
0 Kudos

Hi

Thanks for the prompt reply.

Our scenario is "Orders released with a significant time gap between release and physical staging should have BD performed in WM.

We have set "Batch Entry" Field in the Material Master should usually have value "2",

1.Now where do i give the batch numbers, the batch field in staging LP10 is greyed out.

If point 1 is not possible

Then i am able to give batch during TO creation.

But when i do GI via MIGO ,the batches does not flow from the TO,We have enter the batches again.

Hope i have explained my requirement clearly.

Kind regards

Samson

Former Member
0 Kudos

Hi,

1. Normally, as SAP standard process, batch determination happens at the creation of Process Order, but if you want to determine the batches at later, you have to map the standard SAP logic into your Z program by using a copy of CO_WB_BATCH_DETERMINATION or VB_BATCH_DETERMINATION function module.

2. In the T-Code COR1, whenever a user selects a component material and triggers batch determination, SAP determines a list of eligible batches based on the search strategy & condition records defined in the configuration.

3. It is not directly possible to use this Function Module VB_BATCH_DETERMINATION to to evaluate all new batches and compare the Batch results with the batch search strategy. To be able to use this Function module properly, its necessary to pass the correct structures to its importing parameters, which can be determined using 2-3 Function Modules before this and fetching data from the standard tables.

Please revert for more communication.

Regards,

Maddy