Skip to main content

Enabling Batch Determination for Process/Production Order

Batch determination is a process in production planning where a specific batch or lot number is assigned to a production order. This ensures that the materials used in the production process are traceable and can be linked back to a specific batch.

To determine the batch in a production order, several factors are considered such as the availability of materials, the expiration dates of the materials, the quantity required, and any special requirements such as quality control checks or specific production dates.

Customizing the Batch Determination for Process/Production Order

Step 1: Go to following customizing path. We have to execute all the tasks under batch determination and batch check node.

SIMG > Logistics-General > Batch Management > Batch Determination and Batch Check

Step 2: Go to "Define Process Order Condition Tables" under condition tables node.
Step 3: We will use table number '030'

Step 4: Now go to "Define Process Order Access Sequences" under access sequences node
We will use 'CO01' access sequences.
Check the table is assigned to the access sequence.
Step 5: Now go to "Define Sort Rules" under the batch determination and batch check node.
Step 6: Provide a custom name for sort sequence and then go to characteristics. 

Step 7: Assign the characteristics for which the batch will be sorted during batch determination. As we want to sort the batches according to expiry date in the ascending order we have configured like the below screenshot.
Step 8: Now go to "Define Process Order Strategy Type" under the strategy type node.
Step 9: We will use COR1 strategy for this example.
Step 10: Enter into the COR1 strategy type and check the assignment of the access sequence. Then assign a batch class. Then assign the sort sequence we have created a while ago.
Step 11: Now go to "Define Process Order Search Procedure" under the batch search procedure definition node.
Step 12: Create a custom search procedure copying the standard procedure.
Step 13: Check the procedure control and COR1 should be assigned here.
Step 14: Go to "Assign Search Procedure to Process Order and Activate Check".
Step 15: Assign your custom search procedure for the required order type and plant combination.
Step 16: Go to following customizing path.

SIMG > Production Planning for Process Industries > Process Order > Master Data > Order > Define Order Type Dependent Parameters for Process Orders 
Step 17: Assign the custom search procedure under the batch determination tab

Creation of Batch Search Strategy

Step 1: Go to transaction code "COB1"
Step 2: Input order type, plant and materials
Step 3: Assign materials in the list and then click on "Selection Criteria" button.
Step 4: Assign the batch class here and then go back.
Step 5: Now click on "Sort" button
Step 6: Assign the sort rule here and click on the save button.

Checking the Batch Determination

Step 1: Go to change mode of a process order (COR2). 
Step 2: Check the batch list and check the characteristics string. Check the list whether it is coming according to our defined sort rule or not.
You can also check the strategy info by simply clicking on strategy info button.




Comments

Popular posts from this blog

Adding New Input Fields to SAP Confirmations Screen (CO11N/COR6N) Without Coding

It is possible to add additional input fields in the SAP production order confirmation screen without coding. We can do this just adding fields to a structure which is included in AFRU table (Confirmation table). Process Steps Step 1:   Go to below customizing path. SIMG > Production > Shop Floor Control > Operations > Confirmation > Single Screen Entry > Define Single Screen Entry for Confirming Production Order Step 2:  Double click on the standard profile. Add "Customer Specific Fields of CI_AFRU" in the detail area. Step 3:  Go to default tab. Select an option from the "Customer Specific Fields" area. Then click on save button. Step 4:  Go to transaction code "SE11". Select database table and put "AFRU" and click on change button. Step 5:  Go to the include marked in the screenshot and double click on the data element of the include. Step 6:  Double click on "CI_AFRU". Step 7:  Click on "Yes" in the pop u...

Creating a Search Help and Assigning it to Another Table in SE11

In SAP ABAP, a search help is a feature that provides a user interface for searching and selecting data values from a list. A search help is essentially a dialog box that displays a list of possible values for a particular field or selection criterion. Once a search help is defined and assigned to a data element or domain, it can be used in various SAP applications, such as data entry screens, reports, and dialog programs. To use a search help in a program or report, you can call the function module "F4_HELP" or "F4IF_INT_TABLE_VALUE_REQUEST" to display the search help dialog box and retrieve the selected values. You can also customize the search help behavior and appearance using various parameters and options. There are two types of search help available in SAP ABAP: elementary search help and collective search help. Elementary search help is used to display a list of possible values for a single input field. It is used when the user needs to select a single valu...

Transporting Data Migration Cockpit Project between Clients

SAP Data Migration Cockpit (DMC) is a tool provided by SAP to assist in the process of migrating data from legacy systems or external sources into an SAP system. The DMC offers a user-friendly interface for designing, executing, and monitoring data migration activities. Steps to Transport Data Migration Cockpit Project There are two ways to transport data migration cockpit project between clients. They are Export/import method Transport request generation method Export/Import Method Process steps for export/import method are Exporting the Project Go to transaction code "LTMOM" Then go to "Go to>Export/Import Project". If this functionality is not available in this t-code, go to transaction code "SE38" and run the report "/LTB/MC_PROJ_Q2P" Select the "Export Project" radio button and provide "Mass Transfer ID". Then click on execute. Show the location on your PC and click on save. Project will be exported. Importing the Proj...