SAP from abandonment to entry series WIP Batch (Work-in-Process)-Part2

I. Introduction

The process of this test verification is really uncomfortable. Due to the lack of information, the official SAP documents found are also very rough. Because from the very beginning, I purposely verified whether this function can solve the N:M feeding situation, and whether the output batch of each product can correspond to the specific feeding batch. After several attempts, it was finally done. BMBC inquired about the batch call list, and the results were as follows: Production order 1001581, two batches of the same raw material were cast, namely batch 1 and batch 2, which corresponded to WIP batches WIP_B_025 and WIP_B_026, and the first WIP batch number WIP_B_025 was produced to produce product batch GR027.
insert image description here

The operation of WIP batch splitting, WIP batch merging, WIP batch warehousing, and automatic copying of WIP batch features will not be demonstrated.

2. System operation

2.1 Data Settings

In the main product material master data, the OB parameter of the work plan view is maintained as 1, and batch management is enabled in the factory view. There is no difference in other BOM, process route, and production version data.

2.2 Business data

1. There is no difference between the creation of an order and the normal operation, just create a production order normally.
insert image description here

2. Production order material feeding. Here, the WIP batch has no effect after input, only the relationship between WIP batch and feeding can be bound in CO11N.There may be a problem with my data, and I will correct it when I find the problem
insert image description here

3. Work Report-CO11N. Create the WIP batch (WIP batch) relationship generated by material feeding. It can be created without reference or with reference.
insert image description here

Here we directly enter the batch and storage location of material feeding, and then click WIP batch creation.: If it is created directly in the WIP batch, then you need to click the WIP batch and the raw material in the WIP batch dispatch, and click Create GI Reference to bind the relationship between the feeding batch and the WIP batch.
insert image description here

CO14 View the data of the report. There will be two rows of data here. One is the labor confirmation data, and the other is the WIP batch data. If you only generate WIP batches, you can change the number of reported jobs to 0, but two lines will still be generated. Refer to the NOTE at the end of this article to see why.
insert image description here

Similarly, create WIP batch WIP_B_031 through CO11N, corresponding to material batch 2
insert image description here

CO03 can order, click environment-WIP batch
insert image description here

The result is as follows: the relationship between feeding and WIP batches is settled.
insert image description here

4. Storage: Create the relationship between WIP batches and storage batches, so as to establish the relationship between feeding and storage. Execute CO11N
insert image description here

When MIGO receives the goods, it will automatically bring out WIP batches and storage batches
insert image description here

In the same way, operate the second storage batch GR029.There is no response after clicking the button, you can directly enter the storage batch after the WIP batch

After the execution is completed, CO03 checks the WIP batch. The output batch GR028 corresponds to the feeding batch 1, and is associated with the WIP batch WIP_B_030 in the middle. The raw material feeding batch associated with GR029 is 2
insert image description here

2.3 Related NOTE: 1473025 - FAQ: WIP batches

This note contains answers to frequently asked questions (FAQs) about (WIP) WIP batches

3. Others

Although the purpose has been achieved, the operation feels very strange. The relationship between each feeding and storage and WIP batch needs to be correlated through CO11N. If you can directly enter the WIP batch during feeding and storage, it is quite easy to use directly. The interface of MIGO clearly has a data input box for WIP batches, but it does not work after inputting. If you know the reason, please share and make progress together.

Reference articles:
https://wiki.scn.sap.com/wiki/display/ERPMan/Special+cases+of+using+WIP+batches
https://wiki.scn.sap.com/wiki/display/ERPMan/WIP+batches±+Basics
https://wiki.scn.sap.com/wiki/display/ERPMan/WIP+batches±+Customizing

Guess you like

Origin blog.csdn.net/Wang_Deji/article/details/131692000