You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Issue

Batch is globally used in Syensqo to track and trace the movements for homogenous partial quantities of required materials/products

However, in Composite Materials business, batch is also used to track and trace the movements for individual piece of materials in some scenarios. This KDD is to assess the option of using SAP serial number to handle the relevant scenarios


Recommendation

Introduce SAP Serial Number (SN) concept and combine serial number and batch management to track and trace the movements for the individual item rather than using batch number only. 


Background & Context

In the following 2 scenarios, batch number is used to track and trace the movements for individual piece of materials in Syensqo.

1). Sublot Scenario

For example, a Process Order is created in SAP to make the Master Roll, which is a piece of carbon fabric of 1 meter wide x 100 meters long. A SAP batch number, for example MROLL1, is generated and assigned to the Master Roll. Later, another Process Order is created to consume Master Roll (MROLL1) and produces 5 separate pieces. Each is 20 CM wide and 100 meters long. Then another 5 SAP batch numbers are generated to identify each of the sublots: MROLL10001, MROLL10002, ... , MROLL10005. 

2). Non-Sublot Scenario 

In another case, for example, 500 liters of a liquid adhesive (bulk finished goods) is produced with SAP batch BATCH1. It's been packed in 5 liter cans (packed finished goods). In total, there are 100 cans of  the adhesive in BATCH1. Business may number each individual cans by using unique numbers related to adhesive BATCH1, eg. BATCH1001 for can#1, BATCH1002 for can#2, etc. Those unique numbers look like sub-batch numbers, but they will only be used to physically identify the cans. They are not SAP batch numbers and are not stored in SAP currently. So those sub-batch numbers cannot be used for tracking or tracing. In other words, business can't track & trace each individual cans in SAP at the moment.


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.


Assumptions

  1. Business needs to track & trace the relevant materials at the individual item level.
  2. Master Roll and Sublot Rolls use different material numbers.
  3. Bulk finished goods and related packed finished goods use different material numbers. 



Constraints

  1. SAP standard serialization numbering doesn't reflect the relevant Batch numbering. 
  2. Some standard Fiori Apps don't support serial number feature, for example F1061 Transfer Stock - In Plant. In this case, classic GUI transaction MIGO will be required. (Refer to SAP Notes# 3459964)

    https://userapps.support.sap.com/sap/support/knowledge/en/3459964

  3. QM inspection at serial number level in conjunction with EWM is NOT (yet) supported in S/4HANA. 


Impacts

1. Impacts on Processes

  • To perform relevant material transactions, such as goods receipt and stock transfer, user need to not only specify batch number but as well as serial numbers for all the relevant individual materials.
  • Since serial number doesn't directly reflect the batch numbering, user won't be able to tell the batch number by relevant serial number. (However, since batch can be configured as mandatory for the relevant serialized material, batch number will be also associated with relevant serial numbers.) 

2. Impacts on Other Domains

1). WM/EWM

When moving serialized material (meaning, material with serial number) in and out warehouse, user also needs to specify the relevant serial numbers.

2). Data and Migration

  • New data object is introduced: Serial Number
  • Data Uploading: Serial Numbers need to be added when uploading the relevant stocks (Stock-on-Hand) or legacy transactions from legacy SAP ECC systems.     

3. Impacts on Developments

Developments may be required to:

  • Enhance the standard Fiori Apps to support the serial number features.
  • Build the visual connection between the batch numbering and serial numbering.       

4. Impacts on Interfaces

If serialized materials are transacted in 3PLs (Third Party Logistics) or other TPAs (Third Party Applications), such as Neptune and Weighbridge, serial number information will need to be communicated in the relevant interfaces.  

5. Impacts on Change Management

Additional training is required for serial number management functionalities. 


Business Rules

Potential business rule if adopt Serial Number management:

- Serial number will be activated for the materials requiring track & trace at individual item level.


Options considered

Option A: Introduce Serial Number (SN) combined with Batch Management

With this option, during goods receipts from production, relevant SNs (Serial Numbers) will be generated and assigned to each of the material items. 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.  

1. Sublot Scenario

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 1Batch/SN: MROLL1/SR0001
Sub-lot roll 2Batch/SN: MROLL1/SR0002
Sub-lot roll 3Batch/SN: MROLL1/SR0003
Sub-lot roll 4Batch/SN: MROLL1/SR0004
Sub-lot roll 5Batch/SN: MROLL1/SR0005

2. Non-Sublot Scenario 

Similarly, for the above Non-Sublot scenario, packed FG (Finished Goods) will be received using the bulk FG (eg. 500L liquid adhesives) batch number, and serial numbers will be generated for each of the packed FGs (eg. 5L cans).

Bulk FG/Packed FG

Option A (SN + Batch)

Bulk liquid adhesive 500 LBatch only: BATCH1
Packed liquid adhesive 5 L - Can# 1Batch/SN: BATCH1/CAN001
Packed liquid adhesive 5 L - Can# 2Batch/SN: BATCH1/CAN002
......
Packed liquid adhesive 5 L - Can# 100Batch/SN: BATCH1/CAN100


Option B: Replicate AS-IS Batch Number Logic 

With this option, different batch numbers will be generated for either Master Roll or Bulk FG, as well as each of the individual FG items. Development will be required to maintain the numbering link between the original batch and the subsequent batches.

1. Sublot Scenario

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 1Batch: MROLL10001
Sub-lot roll 2Batch: MROLL10002
Sub-lot roll 3Batch: MROLL10003
Sub-lot roll 4Batch: MROLL10004
Sub-lot roll 5Batch: MROLL10005

2. Non-Sublot Scenario 

For the above liquid adhesives example:

Bulk FG/Packed FG

Option B (Batch Only)

Bulk liquid adhesive 500LBatch: BATCH1
Packed liquid adhesive 5L - Can# 1Batch: BATCH1001 
Packed liquid adhesive 5L - Can# 2Batch: BATCH1002
......
Packed liquid adhesive 5L - Can# 100Batch: BATCH1100



Evaluation


Criteria

Option A

(SN + Batch)


Option B
(Batch Only)

Standardization

(plus) Pros

  • Standard SAP solution

In standard SAP S/4HANA, serial number is used to uniquely identify a specific item. So no extra effort required to develop a process to generate the required tracking number and embedded into the subsequent transactions.    

  • System matches with physical activity

In reality, Sublot Rolls and Master Roll should be the same batch of material but in different sizes, and similar to bulk and packed liquid adhesives. So by using Batch & SN combination, SAP system matches with physical activity.

(minus)Cons

  • Non-Standard SAP solution

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. 

  • System not reflect physical activity

It's a workaround solution by assigning different batch numbers to the same batch of material, eg. either Sublot Rolls or Packed Liquid Adhesives. And in this case, SAP system does not match with the physical activity. 

Traceability

(plus)Pros

 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. 

(minus)Cons

QM inspection at serial number level in conjunction with EWM is not (yet) supported in S/4HANA. In this case, the inspection will be performed at the material batch level.

(plus)Pros

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.

(minus)Cons

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

(minus)Cons

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. 

(plus)Pros

Users are familiar with batch/sub-batches concept and processes, so no extra training is required. 

Future Proof

(plus)Pros

Use batch + serial number combination, we have the advantages of both batch and serial number managements. This provides more flexibilities to apply the solution to other potential future business scenarios. 

(minus)Cons

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. 



See also


No files shared here yet.

Change log

Version Published Changed By Comment
CURRENT (v. 21) Jul 30, 2025 07:26 HE-ext, Cindy
v. 75 Jul 14, 2025 07:07 HE-ext, Cindy
v. 74 Jul 01, 2025 09:50 HE-ext, Cindy
v. 73 Jun 30, 2025 16:12 HE-ext, Cindy
v. 72 Jun 30, 2025 16:11 HE-ext, Cindy
v. 71 Jun 30, 2025 16:02 HE-ext, Cindy
v. 70 Jun 25, 2025 14:53 HE-ext, Cindy
v. 69 Jun 25, 2025 14:47 HE-ext, Cindy
v. 68 Jun 24, 2025 20:21 WENNINGER-ext, Sascha
v. 67 Jun 19, 2025 08:23 HE-ext, Cindy
v. 66 Jun 19, 2025 07:42 HE-ext, Cindy
v. 65 Jun 18, 2025 16:29 HE-ext, Cindy
v. 64 Jun 18, 2025 16:27 HE-ext, Cindy
v. 63 Jun 18, 2025 16:01 HE-ext, Cindy
v. 62 Jun 18, 2025 15:59 HE-ext, Cindy
v. 61 Jun 18, 2025 15:39 HE-ext, Cindy
v. 60 Jun 18, 2025 15:00 HE-ext, Cindy
v. 59 Jun 18, 2025 09:04 HE-ext, Cindy
v. 58 Apr 11, 2025 15:10 WENNINGER-ext, Sascha
v. 57 Sept 09, 2024 11:05 HE-ext, Cindy
v. 56 Sept 09, 2024 11:04 HE-ext, Cindy
v. 55 Aug 19, 2024 05:59 HE-ext, Cindy
v. 54 Jul 30, 2024 09:03 HE-ext, Cindy
v. 53 Jul 25, 2024 11:41 HE-ext, Cindy
v. 52 Jul 25, 2024 11:41 HE-ext, Cindy
v. 51 Jul 25, 2024 11:39 HE-ext, Cindy
v. 50 Jul 25, 2024 11:13 HE-ext, Cindy
v. 49 Jul 24, 2024 11:20 WENNINGER-ext, Sascha
v. 48 Jul 22, 2024 12:47 HE-ext, Cindy
v. 47 Jul 22, 2024 12:29 HE-ext, Cindy
v. 46 Jul 17, 2024 14:59 HE-ext, Cindy
v. 45 Jul 17, 2024 14:48 HE-ext, Cindy
v. 44 Jul 16, 2024 13:52 WENNINGER-ext, Sascha
v. 43 Jul 16, 2024 12:54 HE-ext, Cindy
v. 42 Jul 16, 2024 12:27 HE-ext, Cindy
v. 41 Jul 16, 2024 10:50 HE-ext, Cindy
v. 40 Jul 16, 2024 10:09 HE-ext, Cindy
v. 39 Jul 10, 2024 11:44 HE-ext, Cindy
v. 38 Jul 10, 2024 08:52 WENNINGER-ext, Sascha
v. 37 Jul 10, 2024 08:41 WENNINGER-ext, Sascha
v. 36 Jul 10, 2024 08:38 WENNINGER-ext, Sascha
v. 35 Jul 10, 2024 02:59 HE-ext, Cindy
v. 34 Jul 10, 2024 02:52 HE-ext, Cindy
v. 33 Jul 10, 2024 02:40 HE-ext, Cindy
v. 32 Jul 08, 2024 11:02 HE-ext, Cindy
v. 31 Jul 08, 2024 10:57 HE-ext, Cindy
v. 30 Jul 08, 2024 10:50 HE-ext, Cindy
v. 29 Jul 08, 2024 09:44 HE-ext, Cindy
v. 28 Jul 08, 2024 08:31 HE-ext, Cindy
v. 27 Jul 08, 2024 08:25 HE-ext, Cindy
v. 26 Jul 08, 2024 08:11 HE-ext, Cindy
v. 25 Jul 08, 2024 07:34 HE-ext, Cindy
v. 24 Jul 08, 2024 06:06 HE-ext, Cindy
v. 23 Jul 08, 2024 04:43 HE-ext, Cindy
v. 22 Jul 08, 2024 03:33 HE-ext, Cindy
v. 21 Jul 04, 2024 07:09 HE-ext, Cindy
v. 20 Jul 04, 2024 04:33 HE-ext, Cindy
v. 19 Jul 03, 2024 12:10 WENNINGER-ext, Sascha
v. 18 Jul 02, 2024 14:58 HE-ext, Cindy
v. 17 Jul 02, 2024 10:45 HE-ext, Cindy
v. 16 Jul 02, 2024 09:50 HE-ext, Cindy
v. 15 Jul 01, 2024 07:34 HE-ext, Cindy
v. 14 Jul 01, 2024 05:02 HE-ext, Cindy
v. 13 Jun 28, 2024 11:19 HE-ext, Cindy
v. 12 Jun 28, 2024 10:40 HE-ext, Cindy
v. 11 Jun 27, 2024 17:13 HE-ext, Cindy
v. 10 Jun 27, 2024 16:20 HE-ext, Cindy
v. 9 Jun 27, 2024 15:35 HE-ext, Cindy
v. 8 Jun 27, 2024 14:54 HE-ext, Cindy
v. 7 Jun 27, 2024 14:51 HE-ext, Cindy
v. 6 Jun 27, 2024 14:19 HE-ext, Cindy
v. 5 Jun 27, 2024 14:01 HE-ext, Cindy
v. 4 Jun 27, 2024 11:16 HE-ext, Cindy
v. 3 Jun 27, 2024 10:05 HE-ext, Cindy
v. 2 Jun 26, 2024 17:26 HE-ext, Cindy
v. 1 Jun 26, 2024 17:11 HE-ext, Cindy

Workflow history

Title Last Updated By Updated Status  
There are no pages at the moment.

  • No labels