| Status | |
| Owner | |
| Stakeholders | HOWES, Jamie NEWBURY, SuzanneAlain Theoret; PALMER, Francine @Anthony Rizos @Ghyslaine ETIENNE; @Helene VROT; HOWES, Jamie |
As a good practice, batch is globally used in Syensqo to track and trace the movements for homogenous partial quantities of required materials/products.
However, in the Composite Materials business, batches are also used to track and trace the movements for individual pieces of materials in some scenarios, even if they have the same characteristics and should belong to the same batch. This is not a standard use of the concept of batches. This KDD assesses the option of using SAP serial numbers to manage the individual pieces of items in the relevant scenarios.
SAP offers serial number functionality to enable detailed tracking and tracing of individual material units throughout their lifecycle. However, for GBU Composite Material, giving the specific business requirements outlined below, Batch Management will still be the recommended approach for managing lot/sublot processes, including both raw materials, manufactured products as well as the tolling products.
Based on the above requirements, leveraging track and trace functionalities through serial number management would require extensive custom developments and introduce additional complexity. This approach conflicts with the project’s principles of standardization and simplification. Therefore, Batch Management remains the recommended solution.
Additionally, the use of embedded intelligent logic in the batch numbering structure can limit scalability and flexibility. It is therefore recommended to decouple this logic from the batch number itself. The approach for achieving this will be further explored during the detailed design phase.
In the following business scenarios, batch number is used to track and trace the movements for individual pieces of material in Syensqo.
1). Sublot Scenario#1
For example, Sublot Rolls are made from a Master Roll as per steps below:
2). Sublot Scenario#2
For example, the production of Parent Tape, Sub-rolls and Slit-rolls can be:
3). Non-Sublot Scenario
In another case, packed FG (finished goods) are produced from a bulk FG.
F or example,
In those scenarios, business will print the Master and/or Sub Batch depending on the requirement. Batch numbers are limited to 10 characters. Most are 6+4 or 6+3, but other schemes are also possible.
Also, in the above scenarios, relevant raw materials are following the same batch naming rules as the manufactured products.
Using one batch number per item to mimic serial number tracking is technically possible, but it introduces several key constraints and challenges that often make it impractical.
In SAP, Batch Management is designed to manage groups of homogeneous material (e.g. lots or production batches), whereas Serial Number Management is specifically designed to track individual items uniquely throughout their lifecycle. Assigning one batch number per each material piece to mimic serial number functionalities is technically feasible, but it introduces several important implications.
1. Deviation from Intended Use
SAP batch management and serial number management are designed for different purposes. Repurposing batch functionality can lead to potential inconsistencies. For example, SAP allows to merge batch numbers which contradicts the intention of a unique identifier. This can also create confusion when both functionalities are used in the company. User trainings are required. To mitigate these risks, user training is essential, and clear business rules must be established to ensure proper control and governance.
2. Performance and Data Volume
Assigning a unique batch to each material piece will significantly increase the number of batch master records and the overall database size. This can potentially slow down batch-related transactions, such as inventory movements, batch searches, and reporting.
3. Data Maintenance Efforts
Maintaining a large number of individual batches will require greater effort, increasing the risk of human error and adding complexity to automation processes.
With this option, during goods receipts from production, relevant Serial Numbers (SNs) will be generated and assigned to each of the material items. It is also possible to generate the required SNs in advance and prepare the relevant labels before goods receipt. SN and relevant Batch number should be printed on the label with the scannable barcode to streamline the downstream transactions such as stock transfer, stock take, picking/packing and goods issue etc.
For the above Sublot scenario, with introducing SN, the Sublot Rolls will be received into the same batch number as the one for Master Roll, and with serial numbers generated for each of the Sublot rolls.
Note: a development may be required to force receiving Sublot Rolls with Master Roll batch number. Otherwise, discipline will need to be established to follow the batch rule.
| Master Roll/Sublot Roll | Option A (SN + Batch) |
|---|---|
| Master roll (which is consumed to make the following...) | Batch only: MROLL1 |
| Sub-lot roll 1 | Batch/SN: MROLL1/SR0001 |
| Sub-lot roll 2 | Batch/SN: MROLL1/SR0002 |
| Sub-lot roll 3 | Batch/SN: MROLL1/SR0003 |
| Sub-lot roll 4 | Batch/SN: MROLL1/SR0004 |
| Sub-lot roll 5 | Batch/SN: MROLL1/SR0005 |
Similarly, for the above Non-Sublot scenario, packed FG (Finished Goods) will be received using the bulk FG (eg. 500L liquid adhesives) batch number. If business needs to track the movement of each individual cans, serial numbers can be generated for each of the packed FGs (eg. 5L cans).
| Bulk FG/Packed FG | Option A (SN + Batch) |
|---|---|
| Bulk liquid adhesive 500 L | Batch only: BATCH1 |
| Packed liquid adhesive 5 L - Can# 1 | Batch/SN: BATCH1 /CAN001 |
| Packed liquid adhesive 5 L - Can# 2 | Batch/SN: BATCH1 /CAN002 |
| ... | ... |
| Packed liquid adhesive 5 L - Can# 100 | Batch/SN: BATCH1 /CAN100 |
With this option, one batch number will be assigned to each piece of sublot rolls or packed FG items. Custom developments are required to automate the processes:
For the above Master Roll example:
| Master Roll/Sublot Roll | Option B (Batch Only) |
|---|---|
| Master roll (which is consumed to make the following...) | Batch: MROLL1 |
| Sub-lot roll 1 | Batch: MROLL1 0001 |
| Sub-lot roll 2 | Batch: MROLL1 0002 |
| Sub-lot roll 3 | Batch: MROLL1 0003 |
| Sub-lot roll 4 | Batch: MROLL1 0004 |
| Sub-lot roll 5 | Batch: MROLL1 0005 |
For the above liquid adhesives example, sub-batch numbers can be generated in or outside SAP depends on the business track and trace requirement.
| Bulk FG/Packed FG | Option B (Batch Only) |
|---|---|
| Bulk liquid adhesive 500L | Batch: BATCH1 |
| Packed liquid adhesive 5L - Can# 1 | Batch: BATCH1 001 |
| Packed liquid adhesive 5L - Can# 2 | Batch: BATCH1 002 |
| ... | ... |
| Packed liquid adhesive 5L - Can# 100 | Batch: BATCH1100 |
Based on four different criteria, the below matrix compares the pros and cons of above 2 options when tracking and tracing the movements for individual piece of materials. Each option is assigned with a Harvey Quarter to indicate the extent of alignment with each criteria. A four quarter
means fully aligned, whereas a zero quarter
means not aligned at all.
Although option A - serialization combed with batch management - is a standard SAP solution with better traceability of individual item movements, it requires extensive custom developments to meet specific inventory management business requirements. This reduces its overall score against the evaluation criteria outlined below.
| Criteria | Option A (SN + Batch) | Option B (Batch Only) | ||
|---|---|---|---|---|
| Standardization |
Although serialization combed with batch management is a standard SAP solution with better traceability of individual item movements, to fulfill specific business requirements, it requires multi-dimensional unit measure conversion and extensive custom developments, which contradicts with the standardization and simplification principles. |
|
In standard SAP S/4HANA, batch number is used to track groups of items with unique number and common characteristics. So to utilize the batch number for individual tracking, either discipline or development is required to guarantee the batch number generation for each of the items rather than one batch for the whole goods receipt quantity.
It's a workaround solution by assigning different batch numbers to the same batch of material, eg. 5 different Sublot Rolls are produced from same Master Roll in the same process order. They're the same batch. Similar to packed liquid adhesives. So in this case, using different batch numbers in SAP system does not match with the physical activity. |
|
| Traceability |
SAP serial numbers can be used in various business procedures within Logistics. In each case, a transaction history is created for the individual serialized material item and its status is maintained automatically. Serial number is also integrated with many other business procedures and objects, such as production orders, inward movements from repetitive manufacturing, equipment and refurbishment order in plant maintenance. Standard SAP reports are available to list the required serial numbers, check the statuses, track and trace all the transactions related to particular serial numbers for relevant materials and batches.
QM inspection at serial number level in conjunction with EWM is not (yet) supported in S/4HANA. In this case, if EWM is in use, the inspection will be performed at the material batch level. |
|
Batch Management is integrated in all applications of the SAP system. It supports the management and processing of batches in all of a company’s business processes, such as inbound, outbound, quality management and warehouse management etc. The batch where-used list shows the path of the batch from its procurement/manufacturing to its delivery to the customer or other sites within company.
Since the link between original batch and each individual subsequent batches relies on the numbering rule, the track and trace ability relies on the correct batch numbering and usage when performing relevant transactions. |
|
| Change Management |
New concepts and processes related to serial number will be introduced to business and users. Training is mandatory. Note: Serial number has already been used in Syensqo but only in plant maintenance. So business may already have some basic understandings serial number management. |
|
Users are familiar with batch/sub-batches concept and processes, so no extra training is required. |
|
| Future Proof |
Extensive custom developments are required to meet specific inventory management business requirements, which constrains the solution adaptability and upgrade ability. |
|
The solution is tied with batch numbering. Considering batch contains only 10 characters, and 6 or more characters are fixed for original/ master batch, this limits the subsequent batch capacity, which constrains the solution adaptability. |
|
Glossary
Abbreviation | Acronym / Term |
KDD | Key Design Document |
IM | SAP Inventory Management |
WM | SAP Warehouse Management |
EWM | SAP Extended Warehouse Management |
HU | Handling Unit |
SN | Serial Number |
