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

Compare with Current View Page History

« Previous Version 143 Next »

Status

  Update in progress

Owner
Stakeholders

Purpose

The purpose of this document is to define the conversion approach to create Business Partners - General in S/4 HANA.

In SAP ECC, customer and vendor master data are maintained separately as distinct entities. Customers are managed through Customer Master Data, while vendors are handled via Vendor Master Data. These records store essential details such as company name, address, payment terms, and tax information.
In SAP S/4HANA, the Business Partner (BP) concept replaces the traditional customer and vendor master data approach. The BP model integrates both customer and vendor roles into a single entity, simplifying data management and ensuring consistency across different business functions


Conversion Scope

The scope of this document covers the approach for converting active Customer Master Data General and Vendor Master General from Legacy Source Systems into S/4HANA Business Partner (BP) General (Role 000000) Master Data Design Standard. 


Customer Master Data - General Information

The data from legacy system includes:

1. Customer with AR Balance under the company codes within S4 Hana implementation scope (BSID-KUNNR).
2. or  There is usage for the customer in the sales document within 4 years, and the sales organization for the sales documents is within scope. * modified on 31/Oct/2025
3. or There is usage for the customer in the finance document within 4 years, and the company code for the finance documents is within scope.. * modified on 31/Oct/2025
4. or Customer is part of Customer Hierarchy Higher Node, and the sales area data is part of the sales areas within migration scope
5. or there is customer consignment stock and the plant for the consignment stock is within S4 Hana implementation scope. 
6. or Customer is set as the credit account for other customers, and either the customer or credit account customer is not deleted. (if both customer or credit account is deleted, then not in migration scope)

7.  Intercompany customer will be defined based on the Enterprise structure. (To identify Intercompany customer, trading partner will be used. In the meantime, Group field(KNA1-KONZS) from customer general data will be used. For WP2/PF2, Group value = 0000810135 (Syensqo) )

8. or the customer in the partner function is active, then the parent customer will also be migrated. * added on 16/Oct/2025

9. or the customer is active in Salesforce and there are activities within 48 months.* added on 16/Oct/2025

10. or there is an existing forecast for the customer in Kinaxis. * added on 16/Oct/2025

11. or there is active master data for the customer, such as active Pricing Condition records. * added on 16/Oct/2025



CriteriaRelevancy RuleTechnical Details
1Customer with AR Balance under the company codes within S4 Hana implementation scope Select KUNNR from BSID where BSID-BUKRS in (Company code in scope)
2

or There is usage for the customer in the sales document within 4 years, and the sales organization for the sales documents is within scope

Select KUNNR from KNA1 where KNA1-LOEVM="" and KNVV-KUNNR = KNA1-KUNNR AND KNVV-VKORG in (Sales Org in scope) and KNVV-LOEVM = "" and usage within 4 years. 


  1. Accounting document (Select MAX(BSAD/BSID-CPUDT) where BSAD/BSID-KUNNR =KNA1-KUNNR and BSAD/BSID-BUKRS = (Company code in scope) )
  2. Sales Document (Select MAX(VBAK-ERDAT) WHERE VBAK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  3. Delivery Document (Select MAX(LIKP-ERDAT) WHERE LIKP-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  4. Billing   (Select MAX(VBRK-ERDAT) WHERE VBRK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
3

or There is usage for the customer in the finance document within 4 years, and the company code for the finance documents is within scope.

Select KUNNR from KNA1 where KNA1-LOEVM="" and KNB1-KUNNR = KNA1-KUNNR AND KNB1-BUKRS in (Company code in scope) and KNB1-LOVEM = "" and usage with 4 years


  1. Accounting document (Select MAX(BSAD/BSID-CPUDT) where BSAD/BSID-KUNNR =KNA1-KUNNR and BSAD/BSID-BUKRS = (Company code in scope) )
  2. Sales Document (Select MAX(VBAK-ERDAT) WHERE VBAK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  3. Delivery Document (Select MAX(LIKP-ERDAT) WHERE LIKP-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  4. Billing   (Select MAX(VBRK-ERDAT) WHERE VBRK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
4or Customer is part of Customer Hierarchy Higher Node, and the sales area data is part of the sales areas within migration scopeSelect HKUNNR from KNVH where KNVH-VKORG in (Sales Org in scope)
5or there is customer consignment stock and the plant for the consignment stock is within S4 Hana implementation scope. Select KUNNR from MSKU where MSKU-WERKS in (Plant in scope)
6or Customer is used for Credit Limit Reference in Credit Management, only when the credit account is different from the customer, and at least credit account or customer is still active.Select  KNKLI from KNKK where KNKK-KKBER  = T001CM-KKBER  and T001CM-BUKRS in (Company Code in scope based on the sales organization) where KNKK-KUNNR<>KNKK-KNKLI AND (KNA1-LOEVM is initial where KNA1-KUNNR = KNKK-KUNNR or KNA1-LOEVM is initial where KNA1-KUNNR = KNKK-KNKLI)
7Intercompany Customer is in migration scope, but it will be use Data Collection Template to collect the informationKNA1-VBUND <>"" or KNA1-KONZS = 0000810135 or 0000800001
8or the customer in the partner function is active  and in migration scope (based on rule 2), then the parent customer will also be migrated. * added on 16/Oct/2025

Select KNVP-KUNNR INNER

JOIN KNA1 as a WHERE KNVP-KUNNR = a.kunnr and a.loevm = X and KNVP-VKORG in 'Sales Org in scope'

inner join kna1 as b where knvp-kunn2 = b.kunnr and b.loevm  = '' and kunn2 in rule 2

9or the customer is active in Salesforce and there are activities within 48 months.

Two reports will be provided.


iCare - If (there is value in field 'PRS Code (Account)' or 'RCS code (Account)') and 'Last Activity' is within 48 months and Type <> "Inactive Customer". then the account is in scope. 'PRS Code (Account)' is mapped to PF2 customer number, 'RCS code (Account)' is mapped to WP2 customer number.


Core CRM - If (there is value in field 'PRS ID / RCS ID') and 'Last Activity' is within 48 months and 'Account Organization' = 'SCO' and 'Status'<>"Rejected", then the account is in scope. 'PRS ID / RCS ID' need to split using "/" to get the PRS/RCS code and 'GBU'  in (Novecare, Technology Solutions). 

10or there is an existing forecast for the customer in Kinaxis.
  • This will be parked for now
11

or there is relevant Pricing Condition records maintained for the customer 4 years ago.

a. The relevant condition table will be provided, which includes the customer field

b. The price valid-from date is >= current date - 4 years 

c. Based on the selection criteria mentioned in a&b to select the condition header index table (KONH), then use it to match the customer number. If there is match, then the customer is taken into consideration.

Select  KNA1-KUNNR from KONH where KONH-KOTABNR IN (List to be provided) and KONH-DATAB >= current date - 4 years  and  KONH-VAKEY CS KNA1-KUNNR

The data from legacy system excludes:

  1. One time customer (Account group is Z004 or ZCPD)
CriteriaRelevancy RuleTechnical Details
1

One time customer (Account group is Z004)

KNA1-KTOKD = Z004 or ZCPD


List of source systems and approximate number of records 
SourceScope

Source Approx No. of Records

Target SystemTarget Approx

No. of Records

WP2Customer Master Data General Information55371S4 Hana ROW / China / CUI55371
PF2Customer Master Data General Information36983S4 Hana ROW / China / CUI36983
WP2Customer Master Data General Information10315S4 Hana China10315
PF2Customer Master Data General Information10168S4 Hana China10168
WP2Customer Master Data General Information7321S4 Hana CUI7321
PF2Customer Master Data General InformationN/AS4 Hana CUIN/A

Vendor Master Data - General Information

The data from legacy system includes:

  1. Vendors’ relevant general data with potential duplicate records (refer Relevancy Criteria for Vendor inclusion)
  2. Vendors’ relevant general data with potential missing information such as bank, tax, etc related fields

The data from legacy system excludes:

  1. Vendors marked for deletion (refer Relevancy Criteria for Vendor exclusion)
  2. Inactive vendors with no transactions for the past 2 years  

 List of source systems and approximate number of records 

SourceScope

Source Approx No. of Records

Target SystemTarget Approx

No. of Records

WP2. PF2

Vendor Master Data General Information

Extract from LFA1, LFB1, LFM1, EKPA, EKKO according to relevancy criteria for vendor and deduplication nominations  

70,000S4 Hana< 70,000
DCT

All active BP's in Intercompany DCT, includes

  • Plant
  • Trade partner
  • Non Trade partner

The number range for Inter-Company is external (as per in MDS) with the following prefixed

  • PLYYYY, where YYYY is plant code (Plant Partner to support stock transfer process. One record per plant)
  • ICT XXXX, where XXXX is company code (Trade Partner to support intercompany stock transfer process)
  • ICNXXXX, where XXXX is company code (Non Trade Partner to support intercompany stock transfer process)

Data collection will be prepared and there's a mapping between Syensqo entities as Vendor in WP2/PF2 and those created in BP Intercompany entities.     

Please refer to data object 3027 - Business Partners - Plants/Intercompany Suppliers for more details


S4 Hana





















Relevancy Criteria for Vendor :

Rules

Relevancy rules - All must be true for the Vendor to be considered for relevancy

1

Deletion Flag as no longer used anywhere in system 

(unless Vendor has open transactions: Open PO/AP/Contract)

where Vendor does not belong to the conditions below

  1. LFA1-LOEVM =  'X' or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers) 

2

Has at least one valid extension (unless Vendor has open transactions: Open PO/AP/Contract)

having entry in LFB1/LFM1 where LOEVM <> 'X' with Company Code/Purchasing Organization in scope

3

Exclude Inter-company suppliers (identified with class G - group) 

where ZZR_SEGT_ATTR <> 'G'

4

Exclude employees as well where Account groups: (ZZPE / Z012)

if zSource = 'PF2' and KTOKK <> 'ZZPE'

if zSource = 'WP2' and KTOKK <> 'Z012'

Additional rules - Only one needs to be true for the Vendor to be ‘relevant’ [only Vendor that have passed ‘Relevancy rules’ above are included]

1

Has Purchase Order and Contract created last 4 yrs

where Vendor has PO created (EKKO-AEDAT in past 4 yrs) and EKKO-BSTYP in (F,K) and EKKO-LOEKZ<>X and (EKORG/BUKRS/WERKS in-scope)

2

Has Cleared Items created last 4 yrs

where LIFNR has AP clearing date (BSAK-AUGDT in past 4 yrs) and (EKORG/BUKRS/WERKS in-scope)

3

Has a valid Contract 

where Vendor has Contract created (EKKO-KDATE>=Current-Date and EKKO-BSTYP=K and EKKO-LOEKZ<>X and (EKORG/BUKRS/WERKS in-scope)

4

Has and open purchase order

where Vendor has PO (EKKO-BSTYP=F and and EKKO-LOEKZ<>X and EKPO.EREKZ='' and EKPO-LOEKZ<>X and (EKORG/BUKRS/WERKS in-scope)

5

Is a valid Partner in PO/SO created last 4 yrs

here Vendor having entry in EKPA-LIFN2 (PO created in last 4 yrs) or 
in VBPA-LIFNR (SO created in last 4 yrs)

6

Vendor created in the last 6 months

where Current-Date < LFA1-ERDAT > Current-Date – 6 months

7

Is linked to a valid Customer

where Vendor is linked to a relevant Customer (KNA1-LIFNR )

8

Has Open Items Not Cleared 

where Vendor has an entry in BSIK-LIFNR  (within legal company code in scope) 

9

Is One-Time Vendor 

where Vendor Segment Class LFA1-ZZR_SEGT_ATTR is 'D'  (for info only / no activity checks required)

10

Last purchase order transaction date

Vendor's max(EKKO-AEDAT) where and EKKO-BSTYP=F and EKKO-LOEKZ<>X (for info only / no activity checks required)

11

Has Purchase Order and Contract created last 5 yrs (only for ZIND/ZABF material types)

where Vendor has PO created (EKKO-AEDAT in past 5yrs) and EKKO-BSTYP in (F,K) and EKKO-LOEKZ<>X and EKPO-LOEKZ<>X

and EKPO-MATNR in (MARA-MATNR where MARA-MTART in S4(ZIND/ZABF)) and (EKORG/BUKRS/WERKS in-scope)

12

Has Cleared Items created last 5 yrs (only for ZIND/ZABF material types)

where LIFNR has AP clearing date (BSAK-AUGDT in past 5 yrs) and BSAK-EBELN in

(EKPO-EBELN and and EKPO-LOEKZ<>X and EKPO-MATNR in (MARA-MATNR where MARA-MTART in S4(ZIND/ZABF)) and (EKORG/BUKRS/WERKS in-scope)

13

Has Purchase Requisitions in the last 4 yrs

where Vendor has PR created (EBAN-AEDAT in past 4 yrs) and EBAN-BSTYP=F and EBAN-LOEKZ<>X and (EKORG/BUKRS/WERKS in-scope)

14

Has Process Orders with external procurement in the last 4 yrs

where (PLAF-PSTTR in past 4 years) and (PLAF-SOBES=0)  and (PLAF-FLIEF is not Intercompany & Employee) and (EKORG/WERKS in-scope)

15

Has Valid SourceList

where LFA1-LIFNR = EORD-LIFNR and EORD-BDATU >= Current-Date and (EKORG/BUKRS/WERKS in-scope)

16

Has valid PIR (Purchase Info Records)

where EINA / EINE (LOEKZ<>X) and (EKORG/BUKRS/WERKS in-scope)

17

Is a valid Partner in PO/SO created last 5 yrs (only for ZIND/ZABF material types)

where Vendor having entry in EKPA-LIFN2 (PO created in last 5 yrs) or 

in VBPA-LIFNR (SO created in last 5 yrs) where MARA-MTART in S4(ZIND/ZABF)

18

Has Purchase Requisitions in the last 5 yrs (only for ZIND/ZABF material types)

where Vendor has PR created (EBAN-AEDAT in past 5 yrs) and EBAN-BSTYP=F and EBAN-LOEKZ<>X and MARA-MTART in S4(ZIND/ZABF and (EKORG/BUKRS/WERKS in-scope)

Exception Rules (disregard all above rules)

1

Has VAT changed last 4 yrs

where Vendor EKPA-LIFN2 used in Partner Function EKPA-PARVW 'IP' (Invoice Presented By) and 'VN' (Vendor) is different in open PO. 

2

Inclusion/Exclusion List

Force any vendors to be included or excluded.


   Exclude given list of Vendors from Activity based checks:

1

We should exclude activity checks for Vendors which are extended to Company Code view only (Finance Vendors)- Invoicing Partner/Banks

LFA1-LIFNR not in LFM1

and Vendor does not belong to the conditions below

  1.  LFA1-LOEVM =  'X' or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers)

2

We need to check Vendor ‘Partner Function’ role also (OA, PI) even if they are not extended to any company code or purchasing org. If active Vendors are used as only invoicing Party or as Ordering Address then those vendors will not have any POs.

WYT3-PARVW = 'OA' or 'PI' 

and Vendor does not belong to the conditions below

  1.  LFA1-LOEVM =  'X' or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers)
3

Catalog suppliers (even if they are not extended to any company code or purchasing org)- identified in the attribute 6 field 

ZZR_ZLATR6 = 'CEA' or 'CIA' or 'CIM' or 'COA', or 'CSA'

and Vendor does not belong to the conditions below

  1.  LFA1-LOEVM =  'X or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers)
4

Commission Agents (39*****) where account group is 'ZXAG' even if they are not extended to any company code or purchasing org.

where KTOKK = 'ZXAG'

and Vendor does not belong to the conditions below

  1.  LFA1-LOEVM =  'X' or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers)
5

Not used/Duplicate/VATchange

 LFA1-ZZR_ZLATR8 = ZVN ( (for info only)

and Vendor does not belong to the conditions below

  1.  LFA1-LOEVM =  'X' or
  2. LFA1-ZZR_ZLATR8 = ZBY (Unauthorized Vendor requested by Buyers)

Additional Information

Multi-language Requirement

The customer and vendor general data may contain international address. Therefore, the conversion will also need to support the multi-language address.  Below languages (International versions) are supported. 


International VersionDescription
CSimplified Chinese
MTraditional Chinese
RCyrillic
KKanji (Japanese)
AArabic
3Korean
TThai
HHangul

Document Management

It is possible the customer has attachment in the legacy system. The migration of attachment will be captured in conversion spec CNV-3004 - Attachment for customer master data. 

Legal Requirement

CMMC 2.0 is a mandatory DoD cybersecurity certification for contractors handling Controlled Unclassified Information (CUI) and Federal Contract Information (FCI). CUI includes sensitive technical data (e.g., design specs, system info) related to U.S. military and space applications. The Composites Business handles CUI and is therefore within CMMC scope. Without certification, the business risks disqualification from existing and future DoD programs.
It is mandatory to implement CMMC-compliant systems and processes to for all the organizations that are dealing with CUI. Therefore, there will be one SAP instance specifically for CUI related entities. 

Special Requirements

If the data conversion involves third-party systems or external data sources, such as Icertis, describe any additional requirements related to data mapping, transformation logic, validation rules or security measures that must be followed.

Customer Master Data - General Information

A. Different SAP Instance Migration Approach

Due to compliance requirement, there will be one SAP instance for Rest of the World (ROW), one for China and one for CUI. For BP general data, the same data will be created in all 3 SAP instances as it is Tier 1 object with central data governance and maintenance rule.

  1. For entities in China, the data will be loaded into SAP China instance while the entire migration process will remain the same as rest of the world.

Please refer to the link for the entity mapping for each instance. SAP instance mapping based on company code

 - To identify the record is for which SAP instance, it will follow below logic. If the same customer is mapped to multiple instances, the customer general data will be migrated in the respective SAP instance. 

  1. For customer with company code view in scope, map the company code to the SAP instance based on the mapping file. 
  2. For customer with sales view in scope, map the sales org to company code first, then map the company code to the SAP instance based on the mapping file.
  3. Reconcile the result from step 1/step 2, and remove duplicate based on Customer/SAP Instance combination.


B. WP2/PF2 Customer General Data Reconciliation

In the meantime, for WP2/PF2 customer master general data, it is possible they are both coming from the same MDM PRS system, therefore, a de-duplication or reconciliation needs to be performed based on below logic. 

  1. In PF2, it will have the relationship that KNA1-ZZR_KUNNR_RCS (RCS Customer code) = WP2, KNA1-KUNNR, then it refers to the same customer. 
  2. In WP2, it will have the relationship that KNA1-ZZR_KUNNR_PRS (PRS Customer code)= PF2, KNA1-KUNNR, then it refers to the same customer. 


C. Intercompany BP General Data

For Intercompany BP, it is in the migration scope. However, as the definition of the to-be Intercompany BP is different from the existing ECC Intercompany BP definition, instead of migrating the ECC Intercompany BP directly, a DCT will be utilized to collect the intercompany information, then map to the ECC customer/vendor number if applicable.


GroupingBP GroupingFrom NumberComments
BPABIntercompany Customer - Trade ICTXXXXwhere XXXX is company code
BPABIntercompany Customer - Non TradeICNXXXXwhere XXXX is company code
BPABPlantPLYYYYwhere YYYY is plant code


 D. BP Number Range

In the BAU (business as usual) scenario, the BP number range for external parties will be Internal number range, meaning SAP will generate the running number based on the sequence of creation. For the migration purpose, it will adopt the external number range, which means each partner will have a pre-defined number when migrating to S4 Hana system. The consideration for this set up is to prepare the R3 customer migration in salesforce to keep the number in sync in both Salesforce and S4 Hana. Although the migration is using external number range, the pattern will be the same as internal number range.


GroupingBP GroupingFrom NumberTo Number
BP02Internal Numbering for standard use100000099999999


E. One-time Customer

One time customer will not be migrated directly. However, if there is one time customer used in the open sales documents, or AR, a corresponding customer will be created as a normal customer. 


 Vendor Master Data - General Information

A. Different SAP Instance Migration Approach

There're three target SAP S4 Hana instances which will follow the following approach -

  • Rest Of The World (All remaining entities from rest of the world will be loaded into S4 Hana Rest Of The World instance)
  • China (Entities in China will be loaded into S4 Hana China instance)  
  • CUI US (Entities in CUI will be handled by US based data consultant)


 The following logic is being used to identify record for SAP ROW Instance. 

  1. Vendor has purchasing organization or company code attributes data in below entities. 
  2. If vendor being used in both ROW entities and others, then General attributes data needs to be created in both SAP ROW and others instances.
SAP ROW Instance Specific Company CodesSAP ROW Instance Specific Purchasing Organization





The following logic is being used to identify record for SAP China Instance. 

  1. Vendor has purchasing organization or company code attributes data in below entities. 
  2. If vendor being used in both China entities and others, then General attributes data needs to be created in both SAP China and other instances.
SAP China Instance Specific Company CodesSAP China Instance Specific Purchasing Organization





The following logic is being used to identify record for SAP CUI Instance. 

  1. Vendor has purchasing organization or company code attributes data in below entities. 
  2. If vendor being used in both CUI entities and others, then General attributes data needs to be created in both SAP CUI and other instances.
SAP CUI Instance Specific Company CodesSAP CUI Instance Specific Purchasing Organization







Target Design

The technical design of the target for this conversion approach. 

TableFieldData ElementField DescriptionData TypeLengthRequirement
BUT000PARTNERPARTNERBusiness PartnerCHAR10Mandatory
BUT000BPKINDBPKINDBP TypeCHAR4Conditional
BUT000BU_GROUPBU_GROUPGroupingCHAR4Mandatory
BUT000BPEXTBPEXTExternal BP NumberCHAR20Conditional
BUT000BU_SORT1BU_SORT1Search Term 1CHAR20Mandatory
BUT000NAME_ORG1NAME_ORG1Name 1CHAR40Mandatory
BUT000NAME_ORG2NAME_ORG2Name 2CHAR40Conditional
BUT000NATPERSNATPERSNatural PersonCHAR1Conditional
BUT000MILVEMILVEMilitary useCHAR1Conditional
BUT000NUC_SECNUC_SECNuclear SectorCHAR1Conditional
ADRCNATIONNATIONAddress VersionCHAR1Conditional
ADRCNAME1NAME1NameCHAR40Mandatory
ADRCNAME2NAME2Name 2CHAR40Conditional
ADRCNAME_CONAME_COc/oCHAR40Conditional
ADRCCITY1CITY1CityCHAR40Mandatory
ADRCCITY2CITY2DistrictCHAR40Conditional
ADRCPOST_CODE1POST_CODE1Postal CodeCHAR10Mandatory
ADRCPOST_CODE2POST_CODE2PO Box Postal CodeCHAR10Conditional
ADRCPOST_CODE3POST_CODE3Company Postal CodeCHAR10Conditional
ADRCPO_BOXPO_BOXPO BoxCHAR10Conditional
ADRCPO_BOX_NUMPO_BOX_NUMPO Box w/o No.CHAR1Conditional
ADRCPO_BOX_LOCPO_BOX_LOCPO Box CityCHAR40Conditional
ADRCPO_BOX_REGPO_BOX_REGPO Box RegionCHAR3Conditional
ADRCPO_BOX_CTYPO_BOX_CTYPO Box Ctry/RegionCHAR3Conditional
ADRCTRANSPZONETRANSPZONETransportation ZoneCHAR10Conditional
ADRCSTREETSTREETStreetCHAR60Mandatory
ADRCHOUSE_NUM1HOUSE_NUM1House NumberCHAR10Conditional
ADRCHOUSE_NUM2HOUSE_NUM2SupplementCHAR10Conditional
ADRCSTR_SUPPL1STR_SUPPL1Street 2CHAR40Conditional
ADRCSTR_SUPPL2STR_SUPPL2Street 3CHAR40Conditional
ADRCBUILDINGBUILDINGBuilding CodeCHAR20Conditional
ADRCCOUNTRYCOUNTRYCountry/Region KeyCHAR3Mandatory
ADRCLANGULANGULanguage KeyLANG1Mandatory
ADRCREGIONREGIONRegionCHAR3Mandatory
ADRCSORT1SORT1Search Term 1CHAR20Mandatory
ADRCTEL_NUMBERTEL_NUMBERTelephoneCHAR30Conditional
ADRCTEL_EXTENSTEL_EXTENSExtensionCHAR10Conditional
ADRCFAX_NUMBERFAX_NUMBERFaxCHAR30Conditional
ADRCFAX_EXTENSFAX_EXTENSExtensionCHAR10Conditional
ADRCFLAGCOMM2FLAGCOMM2Telephone...CHAR1Conditional
ADRCFLAGCOMM3FLAGCOMM3Fax...CHAR1Conditional
ADRCFLAGCOMM4FLAGCOMM4TeletexCHAR1Conditional
ADRCFLAGCOMM6FLAGCOMM6E-Mail DefinedCHAR1Conditional
ADRCMC_CITY1MC_CITY1CityCHAR25Conditional
ADRCEXTENSION1EXTENSION1Data lineCHAR40Conditional
ADRCEXTENSION2EXTENSION2TeleboxCHAR40Conditional
ADRCTAXJURCODETAXJURCODETax JurisdictionCHAR15Conditional
ADRCPO_BOX_LOBBYPO_BOX_LOBBYPO Box LobbyCHAR40Conditional
STXHTDOBJECTTDOBJECTText objectCHAR10Conditional
STXHTDNAMETDNAMEText NameCHAR70Conditional
STXHTDIDTDIDText IDCHAR4Conditional
STXHTDSPRASTDSPRASLanguage KeyLANG1Conditional
STXLTDNAMETDNAMEText NameCHAR70Conditional
STXLTDIDTDIDText IDCHAR4Conditional
STXLTDSPRASTDSPRASLanguage KeyLANG1Conditional
STXLCLUSTDCLUSTDDataLRAW7902Conditional
BUT0IDPARTNERPARTNERBusiness PartnerCHAR10Internal
BUT0IDTYPETYPEIdentification TypeCHAR6Conditional
BUT0IDIDNUMBERIDNUMBERID NumberCHAR60Conditional
DFKKBPTAXNUMPARTNERPARTNERBusiness PartnerCHAR10Conditional
DFKKBPTAXNUMTAXTYPETAXTYPETax Number CategoryCHAR4Conditional
DFKKBPTAXNUMTAXNUMTAXNUMTax numberCHAR20Conditional
ADR2CONSNUMBERCONSNUMBERSequence NumberNUMC3Conditional
ADR2COUNTRYCOUNTRYCountry/RegionCHAR3Conditional
ADR2FLGDEFAULTFLGDEFAULTStandard No.CHAR1Conditional
ADR2FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR2HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR2TEL_NUMBERTEL_NUMBERTelephoneCHAR30Conditional
ADR2TEL_EXTENSTEL_EXTENSExtensionCHAR10Conditional
ADR2TELNR_LONGTELNR_LONGTelephone numberCHAR30Conditional
ADR2TELNR_CALLTELNR_CALLCaller numberCHAR30Conditional
ADR2DFT_RECEIVDFT_RECEIVSMS-Enab.CHAR1Conditional
ADR2R3_USERR3_USERMobile phoneCHAR1Conditional
ADR3COUNTRYCOUNTRYCountry/RegionCHAR3Conditional
ADR3FLGDEFAULTFLGDEFAULTStandard No.CHAR1Conditional
ADR3FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR3HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR3FAX_NUMBERFAX_NUMBERFaxCHAR30Conditional
ADR3FAX_EXTENSFAX_EXTENSExtensionCHAR10Conditional
ADR3FAXNR_LONGFAXNR_LONGFax NumberCHAR30Conditional
ADR3FAXNR_CALLFAXNR_CALLSender numberCHAR30Conditional
ADR4FLGDEFAULTFLGDEFAULTStandard No.CHAR1Conditional
ADR4FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR4HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR4TTX_NUMBERTTX_NUMBERTeletex numberCHAR30Conditional
ADR5FLGDEFAULTFLGDEFAULTStandard No.CHAR1Conditional
ADR5FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR5HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR5TLX_NUMBERTLX_NUMBERTelex numberCHAR30Conditional
ADR6FLGDEFAULTFLGDEFAULTStandard addr.CHAR1Conditional
ADR6FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR6HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR6SMTP_ADDRSMTP_ADDRE-Mail AddressCHAR241Conditional
ADR6SMTP_SRCHSMTP_SRCHE-Mail AddressCHAR20Conditional
BUT0BKPARTNERPARTNERBusiness PartnerCHAR10Conditional
BUT0BKBANKSBANKSBank Country/RegionCHAR3Conditional
BUT0BKBANKLBANKLBank KeyCHAR15Conditional
BUT0BKBANKNBANKNBank acctCHAR18Conditional
BUT0BKBKONTBKONTBank Control KeyCHAR2Conditional
BUT0BKBKREFBKREFReference DetailsCHAR20Conditional
BUT0BKKOINHKOINHAccount HolderCHAR60Conditional
KNA1AUFSDAUFSDCentral order blockCHAR2Conditional
KNA1DATLTDATLTData lineCHAR14Conditional
KNA1EXABLEXABLUnloading pointsCHAR1
KNA1FAKSDFAKSDCentral billing blockCHAR2Conditional
KNA1KTOKDKTOKDAccount groupCHAR4Mandatory
KNA1LIFNRLIFNRVendorCHAR10Conditional
KNA1LIFSDLIFSDCentral delivery blockCHAR2Conditional
KNA1LOEVMLOEVMCentral deletion flagCHAR1Conditional
KNA1SPERRSPERRCentral posting blockCHAR1Conditional
KNA1STKZUSTKZULiable for VATCHAR1Conditional
KNA1TELBXTELBXTelebox numberCHAR15
KNA1VBUNDVBUNDTrading partnerCHAR6Conditional
KNA1STKZNSTKZNNatural PersonCHAR1
KNA1WERKSWERKSPlantCHAR4Conditional
KNA1XICMSXICMSICMS-exemptCHAR1Conditional
KNA1XXIPIXXIPIIPI-exemptCHAR1Conditional
KNA1XSUBTXSUBTSubTrib groupCHAR3Conditional
KNA1CFOPCCFOPCCust CFOP categoryCHAR2Conditional
KNA1TXLW1TXLW1ICMS textCHAR3Conditional
KNA1TXLW2TXLW2IPI textCHAR3TBD
KNA1CASSDCASSDCentral sales blockCHAR2Conditional
KNA1J_1KFREPREJ_1KFREPREName of RepresentativeCHAR10Not used
KNA1J_1KFTBUSJ_1KFTBUSType of BusinessCHAR30Not used
KNA1J_1KFTINDJ_1KFTINDType of IndustryCHAR30Not used
KNA1NODELNODELCentral delblockCHAR1Conditional
KNA1SUFRAMASUFRAMASuframa CodeCHAR9Conditional
KNA1ICMSTAXPAYICMSTAXPAYICMS TaxpayerCHAR2Conditional
KNA1DEAR2DEAR2Indicator: Sales partnerCHAR1Conditional
KNA1KUKLAKUKLACUSTOMER CLASSIFIC.CHAR2Not used
KNA1DELIVERY_DATE_RULEDELIVERY_DATE_RULEDelivery Date Rule

Conditional
KNA1RGRGRG Number
Conditional
KNA1EXPEXPIssued by

Conditional
KNA1UFUFState

Conditional
KNA1RGDATERGDATERG Issuing Date
Conditional
KNA1RNERNEForeign National RegistrationConditional
KNA1RNEDATERNEDATERNE Issuing Date
Conditional
KNA1CRTNCRTNCRT Number
Conditional
KNA1INDTYPINDTYPIndustry Main Type
Conditional
KNA1TDTTDTTax Declaration TypeConditional
KNA1COMSIZECOMSIZECompany Size
Conditional
KNA1DECREGPCDECREGPCDeclaration Regimen for PIS/COFINSConditional
KNA1J_1IPANNOJ_1IPANNOPermanent Account Number

Conditional
KNA1GST_TDSGST_TDSGST TDS Registration

Conditional
KNA1DATLTDATLTData line

Conditional
KNVAABLADABLADUnloading PointC25Conditional
KNVAKNFAKKNFAKCust.fact.calendarC2Conditional
KNVAWANIDWANIDGoods receiving hrsC3Conditional
KNVATPQUATPQUAMeans of Transp. QualificationC1Conditional
KNVATPGRPTPGRPMeans of Transport GroupC2Conditional
KNVASTZKLSTZKLWait Time Class (Factor, Var. Portion)P2Conditional
KNVASTZZUSTZZUWait Time Surcharge (Fixed Portion)P2Conditional
KNVAMOAB1MOAB1MondayT6Conditional
KNVAMOBI1MOBI1MondayT6Conditional
KNVAMOAB2MOAB2MondayT6Conditional
KNVAMOBI2MOBI2MondayT6Conditional
KNVADIAB1DIAB1TuesdayT6Conditional
KNVADIBI1DIBI1TuesdayT6Conditional
KNVADIAB2DIAB2TuesdayT6Conditional
KNVADIBI2DIBI2TuesdayT6Conditional
KNVAMIAB1MIAB1WednesdayT6Conditional
KNVAMIBI1MIBI1WednesdayT6Conditional
KNVAMIAB2MIAB2WednesdayT6Conditional
KNVAMIBI2MIBI2WednesdayT6Conditional
KNVADOAB1DOAB1ThursdayT6Conditional
KNVADOBI1DOBI1ThursdayT6Conditional
KNVADOAB2DOAB2ThursdayT6Conditional
KNVADOBI2DOBI2ThursdayT6Conditional
KNVAFRAB1FRAB1FridayT6Conditional
KNVAFRBI1FRBI1FridayT6Conditional
KNVAFRAB2FRAB2FridayT6Conditional
KNVAFRBI2FRBI2FridayT6Conditional
KNVASAAB1SAAB1SaturdayT6Conditional
KNVASABI1SABI1SaturdayT6Conditional
KNVASAAB2SAAB2SaturdayT6Conditional
KNVASABI2SABI2SaturdayT6Conditional
KNVASOAB1SOAB1SundayT6Conditional
KNVASOBI1SOBI1SundayT6Conditional
KNVASOAB2SOAB2SundayT6Conditional
KNVASOBI2SOBI2SundayT6Conditional
KNVADEFABDEFABDefault unloading ptC1Conditional
BUT100RLTYPRLTYPBP RoleCHAR6Mandatory
ADRCTREMARKREMARKNotesCHAR50Conditional


Data Cleansing

All data cleansing should take place in the data source system as defined in this document, unless system limitations prevent it.

Customer Master Data - General Information

IDCriticalityError Message/Report DescriptionRuleOutputSource System
3007-C01C-1Block customer general data without any usage for more than 2 years

If customer is created for more than 2 years

For customer without Central Deletion Flag and customer is not used in any sales or finance transaction for more than 2 years 


If customer is created for less than 2 years

For customer without Central Deletion Flag and customer is not used in any sales or finance transaction for more than X months



Customer/Name/Country/Last Transaction Date


Below source document will be considered to get the last transaction date

  1. Accounting document (Select MAX(BKPF-BUDAT) where BSEG-KUNNR =KNA1-KUNNR and BKPF-BUKRS = BSEG-BUKRS AND BKPF-BELNR = BSEG-BUKRS AND BKPF-GJAHR =BSEG-BUKRS )
  2. Sales Document (Select MAX(VBAK-ERDAT) WHERE VBAK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  3. Delivery Document (Select MAX(LIKP-ERDAT) WHERE LIKP-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
  4. Billing   (Select MAX(VBRK-ERDAT) WHERE VBRK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR)
PF2/WP2
3007-C02C-2Missing Postal code in the general dataActive customer in scope and there is no postal code maintained except for HK

Customer/Name/Country/Postal Code / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBU


For the Leading Sales Or / Leading GBU information, it will follow below logic.


  1. Get the combination of customer/sales organization (the customer in migration scope, and the sales organization is also in scope) based on KNVV records
  2. Map the Sales organization to GBU, which get the Customer/GBU combination. If for the same customer, there are multiple GBU, then perform following
  3. Select the sales order based on the customer number from VBPA (VBPA-KUNNR) table, and the sales order sales organization (VBAK-VKORG) should be in scope as well and the sales order creation date is within 4 years (VBAK-ERDAT)
  4. Get the total count of sales document based on customer/sales organization
  5. For the same customer, the sales organization with highest document count will be the leading sales org, then map to the GBU 
  6. If there is still no leading GBU result, get the combination of customer/company code from BSAD.
  7. Map the Company code to Sales Org based on TVKO table to get the combination of Customer/Sales org, then map to GBU
  8. Fetch the first records as the leading GBU for this customer
  9. If there is still no leading GBU result, get the combination of customer/company code from KNB1.
  10. Map the Company code to Sales Org based on TVKO table to get the combination of Customer/Sales org, then map to GBU
  11. Fetch the first records as the leading GBU for this customer
PF2/WP2
3007-C03C-2Missing Street in the general dataActive customer in scope and there is no street information in either Street/2/3/4/5Customer/Name/Country/Street/Street2/Street3/Street4/Street5 / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C04C-2Missing Region in the general dataActive customer in scope and there is no region code maintainedCustomer/Name/Country/City/Region code / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C05C-2Review the international version address maintained for the customerActive customer in scope and there is international address maintained. In the meantime, the international version content doesn't match the international versionCustomer/Name/International version/International version Name 1/International version Name 2/International version Street/International version Street2 / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C06
Review the customer with obsolete region codeActive customer in scope and the region code is no longer valid, i.e., the region code includes description such as D* / Obs / OBLASTCustomer/Name/Country/City/Region code/ECC description / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C07C1Identify duplicate BP
1. customer vs customer

Active customer in scope and meet below 2 conditions

  1. Tax registration number is same
  2. The name/street/country/region/bank information similarity is above the threshold
Customer/Name/Country/Street/Street2/Street3/Street4/Street5/Tax ID/Bank Info / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name PF2/WP2
3007-C08C1Identify duplicate BP
2. vendor vs customer if applicable

Active customer/vendor in scope and meet below 2 conditions

  1. Tax registration number is same
  2. The name/street/country/region/bank information similarity is above the threshold
Customer/Name/Country/Street/Street2/Street3/Street4/Street5/Tax ID/Bank Info PF2/WP2
3007-C09C2Missing customer without transportation zone

Active customer in scope and there is no transportation zone

Customer/Name/Street/Country/Region/Transportation Zone / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C10C3Review customer using name 3 and name 4 and re-organize the name if possible?

Active customer in scope, and there is information maintained in name 3 or name 4

Customer/Name/Name2/Name3/Name4/Country  / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C11C3Customer name not in the correct format

Active customer in scope and customer name 1/2/3/4 has following pattern


  1. Company name includes C/O (Care Of) names
  2. Company name includes DBA (Doing Business As)
  3. Company name includes T/A (Trading As)
  4. Company name includes A/C (Account)
  5. Company name includes the location of a plant/warehouse/branch/factory/office/department/center/division
  6. Company name includes tax codes
  7. Company name includes any other illegal character
  8. Company name includes part numbers
  9. Company name includes address
  10. Company name includes the name of a person or department with ATTN/FOA
  11. Company name includes abbreviation/alternate name following the complete company name
Customer/Name/Name2/Name3/Name4 /Country /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C12C3Remove room number as the field is no longer in use

Active customer in scope and there is room number

Customer/Name/Country/Street/Street2/Street3/Street4/room number /Country /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name/ Geo Region / Leading GBUPF2/WP2
3007-C13C2Identify one customer has multiple VAT ID in different registration country

If the customer has multiple VAT ID, identify if this is for different country and if there is different VAT registration address, if yes, then need to split the customer into multiple ship-to in S4

Customer/Name/Street/Country/Region/VAT ID(STCEG)/Tax Number 1(STCD1)/Tax Number 2(STCD2)/Tax Number 3(STCD3)/Tax Number 4(STCD4)/Tax Number 5(STCD5)/Tax Number 6(STCD6) /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C14C2Customers with identical VAT ID

After de-duplication, there are several customers share the identical VAT ID

Customer/Name/Street/Country/Region/VAT ID(STCEG)/Tax Number 1(STCD1)/Tax Number 2(STCD2)/Tax Number 3(STCD3)/Tax Number 4(STCD4)/Tax Number 5(STCD5)/Tax Number 6(STCD6) /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C15C3Salesforce customer not in SAP

iCare/Core CRM customer in migration scope, but there is no data in WP2/PF2

Account ID / Name / Account Manager / PRS/RCS ID  / Geo Region / Leading GBUiCare/Core
3007-C16C3Tax jurisdiction code is missing

For CA/US/BR, tax jurisdiction code is mandatory.  Active customer in scope for the 3 countries, but there is no tax jurisdiction code

Customer/Name/Country/Street/Region /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C17C3Customer with PO Box only

Customer is defined as sold-to/ship-to, but there is no street/2/3/4/5 information, just the PO Box

Customer/Name/Country/Street/Street2/Street3/Street4//5/PO Box /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBUPF2/WP2
3007-C18C3VAT Number Position

Customer has tax number in STCEG/STCD1/2/3/4/5/6, but not in the correct field

Customer/Name/Country/Street/STCEG/STCD1/2/3/4/5/6/Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region/Proposed Tax Field / Leading GBUPF2/WP2
3007-C19C3Brazil Nota Fiscal Related fields

Brazil customer missing value for mandatory fields for Nota Fiscal, such as ICMS TAXPAYER( KNA1-ICMSTAXPAY)

Customer/Name/Country/Street/Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region/ Leading GBUPF2/WP2


Vendor Master Data - General Information


IDCriticalityError Message/Report DescriptionRuleOutputSource System

3007-001

C2

Vendor General Bank - Missing/Incorrect bank details

1) Vendors with missing bank account, IBAN.

2) Bank account numbers and IBANs must be in the correct format. For countries outside the EU, the appropriate format must be validated.


3) SWIFT/BIC codes must be present and valid to ensure proper international transactions. 


DCT report to highlight missing bank details such as :-

Vendor, Name, Country, Description, Region, Comment, Baseline

PF2/WP2

3007-002

C2

Deduplication

Vendors with same name, VAT ID, bank details, etc., should be unified to avoid redundant BP creation.


Criteria:

  • Same or similar name
  • Same or similar address, phone number, city.
  • VAT/TAX registration number (where applicable) 
  • Bank Country, Bank Key and Bank Account 
  • DUNS number

DCT for business to select golden record using parent and child approach .

BP - Vendor Dedup Header List

  • Vendor with Same Name
  • No of Count with same name
  • Review Status (Traffic Light)

BP- Vendor Dedup Item List

  • Record Id
  • Source System
  • Vendor
  • Name
  • Name 2
  • Street
  • City
  • Country
  • Golden BP (checkbox)
  • Account Group
  • DUNS 
  • Reviewed (checkbox)
  • Changed By
  • Changed On


PF2/WP2

3007-003C2Missing VAT Number / Tax Number

1) VAT numbers, tax codes, and tax jurisdictions must be valid and correctly formatted


2) International vendors must comply with tax rules of their respective countries


3) Generally all records should have at least one of the fields VAT numbers, tax codes, and tax jurisdictions, CNPJ updated


4) International vendors must comply with tax rules of their respective countries

DCT report to highlight missing VAT number and format that not correctPF2/WP2
3007-004C2Vendor Address Check and Standardization

1) (Street) must be populated

2) (City) must be populated

3) Telephone Number must be numeric

4) Ensure the Postcode is populated and follow the structure expected for the respective country

DCT report to highlight vendor address not in right formatPF2/WP2
3007-005C2

Missing Emails

Vendors with missing emails.DCT report to highlight missing emailsPF2/WP2
3007-006C2Vendor - Marked for Deletion (Reduce Scope)

1) if Central Posting Block (LFA1-SPERR) = X or
2) if Central imposed purchasing Block (LFA1-SPERM) = X or
3) if Central Archiving Flag (BUT000-XDELE) = X or
4) if Central Block for Business Partner (BUT000-XBLCK) = X or
5) LFA1-SPERQ - 'Block Function' is = code 99 (total block)
6) LFA1-ZZR_ZLATR8 - 'ZBY' Unauthorized Vendor or 'ZVN' Obsolete vendor - not used / Duplicate / VAT changed 
7) if (LFB1-SPERR and LFB1-LOEVM) = X  - For Specific Company Code
8) if (LFM1-SPERM and LFM1-LOEVM) = X - For Specific Purchasing Organization

DCT report to reduce scopePF2/WP2
3007-007C2Relevancy report

Create vendor report with all LFA1 fields relevancy flags from Vendor Relevancy plus the additional flags below:

  1. zActive_PO_Spares - If Vendor is present in EKKO table where EKKO-BSTYP=F and EKKO-LOEKZ <> X and EKKO-AEDAT in last 5 years (within in scope – Company Code, PurchOrg) and PO has item in EKPO (within in-scope plant) then this flag is set to 1 and material is an indirect material where EKPO-MATNR found in MARA and MARA-MTART identified in the link sheet below as ZIND under the Material Types Definition tab.

  2. zActive_AP_Cleared - where Vendor has an entry in BSAK-LIFNR in the last 7 years (within legal company code in scope)

  3. zReturn_Vendor - where LFM1-KZRET=X

Info report for relevancy analysisPF2/WP2














Conversion Process 

The high-level process is represented by the diagram below:

The ETL (Extract, Transform, Load) process is a structured approach to data migration and management, ensuring high-quality data is seamlessly transferred across systems. Here’s a breakdown of its key components:

1. Extraction
The process begins with extracting metadata and raw data from source systems, such as Syensqo ECC system (i.e., WP2/PF2) periodically. The extracted data is then staged for transformation.

It will extract the customer and vendor master data related table, such as KNA1/LFA1/KNVV/KNB1/LFB1/LFM1/ADRC/ADR2/ADR3/ADR4/ADR5/ADR6 etc.


2. Transformation
Once extracted, the data undergoes cleansing, consolidation, and governance. This step ensures data integrity, consistency, and compliance with business rules. The transformation process includes:
- Data validation to remove inconsistencies.
- Standardization to align formats across datasets.
- Business rule application to refine data for operational use.


3. Loading
The transformed data is then loaded into the target S4 Hana system. SAP Migration cockpit will be used to migrate the Customer/Supplier separately. If the Business partner is customer and vendor in the same time, the BP general information will be in the Customer loading file.




Data Privacy and Sensitivity

N/A


Extraction

Extract data from a source into Syniti Migrate for SAP ROW and SAP China relevant entities. There are 2 possibilities:

  1. The data exists. Syniti Migrate connects to the source and loads the data into Syniti Migrate. There are 3 methods:
    1. Perform full data extraction from relevant tables in the source system(s).
    2. Perform extraction through the application layer.
    3. Only if Syniti Migrate cannot connect to the source, data is loaded to the repository from the provided source system extract/report.
  2. The data does not exist (or cannot be converted from its current state).  The data is manually collected by the business directly in Syniti Migrate. This is to be conducted using DCT (Data Collection Template) in Syniti Migrate

The agreed Relevancy criteria is applied to the extracted records to identify the records that are applicable for the Target loads.


Extraction Run Sheet

Req #Requirement DescriptionTeam Responsible
Extraction Scope Definition

- Identify the source systems and databases involved.
- Define the data objects (tables, fields, records) to be extracted.
- Establish business rules for data selection.


Major tables to be extracted are  KNA1/LFA1/KNVV/KNB1/LFB1/LFM1/ADRC/ADR2/ADR3/ADR4/ADR5/ADR6.

Data team

Extraction Methodology

- Specify the extraction approach (full, incremental, or delta extraction). For this object, it will be full extraction.
- Determine the tools and technologies used.
- Define data filtering criteria to exclude irrelevant records.

Syniti
Extraction Execution Plan- Establish execution timelines and batch processing schedules.
- Assign responsibilities for extraction monitoring.
- Document dependencies on other migration tasks.
Syniti
Data Quality and Validation- Define error handling mechanisms for extraction failures.Syniti




Selection Screen

Selection Ref ScreenParameter NameSelection TypeRequirementValue to be entered/set
N/A



















Data Collection Template (DCT)

Target Ready Data Collection Template will be created for BP General data with exception of some fields which require transformation as mentioned in the transformation rule.

BP General DCT Rules


Customer Master Data - General Information


A. Collect BP Type information

Field NameField DescriptionRule
KUNNRCustomer Number

Mandatory

Key link to Customer master table KNA1.

9003 for Sales Agent.

Currently there is a request to use this field to identify Sales Agents/Commission Agents for Royalty management. 

NAME1Customer Name 

Display only

link to Customer master table KNA1 

STRASSTREET

Display only

link to Customer master table KNA1 

LAND1COUNTRY

Display only

link to Customer master table KNA1 

BPKINDBP Type

Mandatory

Key link to table TB004, limit to value 9003 (Sales Agent)

TEXT40BP Type Description

Display only

link to table TB004


C. Collect Customer Loading Points


Field NameField DescriptionRule
CLIENTSystem ID

Mandatory

System ID with drop-down

PF2 or WP2 

KUNNRCustomer

Mandatory

Unloading points will be required for specific Ship-To parties that have defined receiving days or limited goods receiving hours. The customer number here will be the SAP ECC Customer number

ABLADUnloading Point

Mandatory

It follows below pattern

<CustomerCode>_<Location>

KNFAKCust.fact.calendar

Optional

Customer's factory calendar
Specifies the factory calendar that the customer uses. The factory calendar determines the workdays on which business can be transacted (for example, the days on which the customer can receive deliveries).

WANIDGoods receiving hrs

Optional

Goods receiving hours ID (default value)
Identifies a schedule of goods receiving hours.

Use
You can create different schedules according to the unloading requirements of your customers. You can specify a schedule for each unloading point at the customer's site in the customer master record of the ship-to party. During automatic delivery processing, the system proposes delivery dates based on the following information:

The schedule of goods receiving hours
The customer's factory calendar

TPQUAMeans of Transp. QualificationOptional
TPGRPMeans of Transport GroupOptional
STZKLWait Time Class (Factor, Var. Portion)Optional
STZZUWait Time Surcharge (Fixed Portion)Optional
MOAB1Monday morning from ...

Optional 

Goods receipt times: Monday morning from ...

MOBI1Monday morning until ...

Optional 

Goods receiving hours: Monday morning until ...

MOAB2Monday afternoon from ...

Optional 

Goods receipt times: Monday afternoon from ...

MOBI2Monday afternoon until ...

Optional 

Goods receiving hours: Monday afternoon until ...

DIAB1Tuesday morning from ...

Optional 

Goods receipt times: Tuesday morning from ...

DIBI1Tuesday morning until ...

Optional 

Goods receiving hours: Tuesday morning until ...

DIAB2Tuesday afternoon from ...

Optional 

Goods receipt times: Tuesday afternoon from ...

DIBI2Tuesday afternoon until ...

Optional 

Goods receiving hours: Tuesday afternoon until ...

MIAB1Wednesday morning from ...

Optional 

Goods receipt times: Wednesday morning from ...

MIBI1Wednesday morning until ...

Optional 

Goods receiving hours: Wednesday morning until ...

MIAB2Wednesday afternoon from ...

Optional 

Goods receipt times: Wednesday afternoon from ...

MIBI2Wednesday afternoon until ...

Optional 

Goods receiving hours: Wednesday afternoon until ...

DOAB1Thursday morning from ...

Optional 

Goods receipt times: Thursday morning from ...

DOBI1Thursday morning until ...

Optional 

Goods receiving hours: Thursday morning until ...

DOAB2Thursday afternoon from ...

Optional 

Goods receipt times: Thursday afternoon from ...

DOBI2Thursday afternoon until ...

Optional 

Goods receiving hours: Thursday afternoon until ...

FRAB1Friday morning from ...

Optional 

Goods receipt times: Friday morning from ...

FRBI1Friday morning until ...

Optional 

Goods receiving hours: Friday morning until ...

FRAB2Friday afternoon from ...

Optional 

Goods receipt times: Friday afternoon from ...

FRBI2Friday afternoon until ...

Optional 

Goods receiving hours: Friday afternoon until ...

SAAB1Saturday morning from ...

Optional 

Goods receipt times: Saturday morning from ...

SABI1Saturday morning until ...

Optional 

Goods receiving hours: Saturday morning until ...

SAAB2Saturday afternoon from ...

Optional 

Goods receipt times: Saturday afternoon from ...

SABI2Saturday afternoon until ...

Optional 

Goods receiving hours: Saturday afternoon until ...

SOAB1Sunday morning from ...

Optional 

Goods receipt times: Sunday morning from ...

SOBI1Sunday morning until ...

Optional 

Goods receiving hours: Sunday morning until ...

SOAB2Sunday afternoon from ...

Optional 

Goods receipt times: Sunday afternoon from ...

SOBI2Sunday afternoon until ...

Optional 

Goods receiving hours: Sunday afternoon until ...

DEFABDefault unloading pt

Optional 

Default unloading point

Specifies an unloading point as the default.

Use

When you enter more than one unloading point for a customer, you can select one unloading point as the default. During sales order processing, the system prompts you to choose one unloading point. The system presents the default unloading point as the first choice in the pop-up window.



Vendor Master Data - General Information

Field NameField DescriptionRule
 


 



Extraction Dependencies

Item #Step DescriptionTeam Responsible
1

Source System Availability

  • Ensure that the source database or application is accessible.
  • Confirm that necessary credentials and permissions are granted
Syensqo IT
2

Data Structure

  • Identify relationships between tables, views, and stored procedures.
Syniti
3

Referential Integrity

  • Ensure dependent records are extracted together.
Syniti
4

Extraction Methodology

  • Define whether extraction is full, incremental, or delta-based.
  • Establish batch processing schedules for large datasets.
Syniti
5

Performance and Scalability Considerations

  • Optimize extraction queries to prevent system overload.
  • Ensure network bandwidth supports data transfer volumes.
Syniti
6

Security and Compliance

  • Adhere to regulatory standards for sensitive information if applicable
Syniti


Transformation

The Target fields are mapped to the applicable Legacy field that will be its source, this is a 3-way activity involving the Business, Functional team and Data team.  This identifies the transformation activity required to allow Syniti Migrate to make the data Target ready:

  1. Perform value mapping and data transformation rules.
    1. Legacy values are mapped to the to-be values (this could include a default value)
    2. Values are transformed according to the rules defined in Syniti Migrate
  2. Prepare target-ready data in the structure and format that is required for loading via prescribed Load Tool.  This step also produces the load data ready for business to perform Pre-load Data Validation

Transformation Run Sheet

Item #Step DescriptionTeam Responsible
1Identify target S/4HANA fields and determine applicable legacy source fields from both ECC systems WP2, PF2Functional Team (L2C/S2P)+ Data Team (L2C/S2P)
2Map legacy field values to S/4HANA target values (including field-level mapping and technical names)Data Team (L2C/S2P), Data Team (Syniti)
3Define value mapping rules for fields requiring standardization or harmonization across the two source systems WP2, PF2 Functional Team (L2C/S2P)+ Data Team (L2C/S2P)
4Identify and agree on default values where legacy data is incomplete or inconsistentBusiness Team + Functional Team (L2C/S2P)
5Configure transformation rules in Syniti Migrate Data Team (Syniti)
6Review transformation logic and mappings with Business for confirmationBusiness Team + Functional Team (L2C/S2P)
7Perform initial transformation run and generate draft target-ready datasetData Team (Syniti),
8Review draft target-ready data for structure and completenessData Team (L2C/S2P), Functional Team (L2C/S2P)
9Share transformed data with Business for Pre-load ValidationBusiness Team
10Incorporate feedback from Business and refine mappings or transformation logic as neededData Team (L2C/S2P)
11Finalize and approve transformed data as Target Ready Load FileBusiness + Functional (L2C/S2P) + Data Team (L2C/S2P)
12Handover final file to Load Team or trigger the load via Syniti Load WorkbenchData Team (Syniti), Data Load Team


Transformation Rules


Customer Master Data Transformation Rule


Rule #Source systemSource TableSource FieldSource DescriptionTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
1WP2/PF2KNA1KUNNRBusiness PartnerS4 HanaBUT000PARTNERBusiness PartnerRule - For External BP
Apply external number range from 1000000 to 99999999, use the running number from 1000000
For Intercompany BP, it will be DCT, the numbering will be as following
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL+S4 Plant code
2WP2/PF2

BP TypeS4 HanaBUT000BPKINDBP TypeDCT - Only used for Agent. When it is Agent, apply value 9003
3WP2/PF2

GroupingS4 HanaBUT000BU_GROUPGroupingRule - For External BP - Apply BP02
For Intercompany BP - Apply BPAB
4WP2/PF2KNA1KUNNRExternal BP NumberS4 HanaBUT000BPEXTExternal BP NumberRule - if it is single, just copy legacy customer or vendor number.
if there are multiples legacy number, use '/' to combine customer/vendor number
5WP2/PF2ADRCSORT1Search Term 1S4 HanaBUT000BU_SORT1Search Term 1Copy - 
6WP2/PF2ADRCNAME1Name 1S4 HanaBUT000NAME_ORG1Name 1Copy - 
7WP2/PF2ADRCNAME2Name 2S4 HanaBUT000NAME_ORG2Name 2Copy - 
8WP2/PF2KNA1STKZNNatural PersonS4 HanaBUT000NATPERSNatural PersonCopy - KNA1-STKZN
9WP2/PF2KNA1MILVEMilitary useS4 HanaBUT000MILVEMilitary useCopy - KNA1-MILVE
10WP2/PF2KNA1CCC02Nuclear SectorS4 HanaBUT000NUC_SECNuclear SectorCopy - KNA1-CCC02
12WP2/PF2ADRCNATIONAddress VersionS4 HanaADRCNATIONAddress Version

Rule - Copy. For below country with mismatch, it will follow the rule to correct the international version during transformation


C – Chinese → Used in Mainland China — for legal names, licenses, and postal addresses as per local documentation.
M – Chinese trad. → Used in Taiwan and Hong Kong, where Traditional script is mandatory for registration and invoicing.
K – Kanji → Used in Japan for official business names and postal addresses, as required by local regulations.
R – Cyrillic → Used in Russia, Ukraine, Bulgaria, Serbia, Kazakhstan, etc., where company/legal names must appear in local Cyrillic script.
A - Arabic → Middle East regions — Saudi Arabia, UAE, Egypt, Qatar, Kuwait, Oman — mandatory for commercial registration, tax certificates, and local invoices.

T - Thai

3 - Korean

13WP2/PF2ADRCNAME1NameS4 HanaADRCNAME1NameCopy - 
14WP2/PF2ADRCNAME2Name 2S4 HanaADRCNAME2Name 2Copy - 
15WP2/PF2ADRCNAME_COc/oS4 HanaADRCNAME_COc/oCopy - 
16WP2/PF2ADRCCITY1CityS4 HanaADRCCITY1CityCopy - 
17WP2/PF2ADRCCITY2DistrictS4 HanaADRCCITY2DistrictCopy - 
18WP2/PF2ADRCPOST_CODE1Postal CodeS4 HanaADRCPOST_CODE1Postal CodeRule - Copy, but it is blank and the country/region (such as HK) doesn't require postal code, put dummy value such as 00000
19WP2/PF2ADRCPOST_CODE2PO Box Postal CodeS4 HanaADRCPOST_CODE2PO Box Postal CodeCopy - 
20WP2/PF2ADRCPOST_CODE3Company Postal CodeS4 HanaADRCPOST_CODE3Company Postal CodeCopy - 
21WP2/PF2ADRCPO_BOXPO BoxS4 HanaADRCPO_BOXPO BoxCopy - 
22WP2/PF2ADRCPO_BOX_NUMPO Box w/o No.S4 HanaADRCPO_BOX_NUMPO Box w/o No.Copy - 
23WP2/PF2ADRCPO_BOX_LOCPO Box CityS4 HanaADRCPO_BOX_LOCPO Box CityCopy - 
24WP2/PF2ADRCPO_BOX_REGPO Box RegionS4 HanaADRCPO_BOX_REGPO Box RegionCopy - 
25WP2/PF2ADRCPO_BOX_CTYPO Box Ctry/RegionS4 HanaADRCPO_BOX_CTYPO Box Ctry/RegionCopy - 
26WP2/PF2ADRCTRANSPZONETransportation ZoneS4 HanaADRCTRANSPZONETransportation ZoneRule - Copy if the same transportation zone is defined in S4. Otherwise it will use the map approach
27WP2/PF2ADRCSTREETStreetS4 HanaADRCSTREETStreet

Rule - If there is value in ADRC-STR_SUPPL3 / LOCATION, concatenation logic is required.


28WP2/PF2ADRCHOUSE_NUM1House NumberS4 HanaADRCHOUSE_NUM1House NumberCopy - 
29WP2/PF2ADRCHOUSE_NUM2SupplementS4 HanaADRCHOUSE_NUM2SupplementCopy - 
30WP2/PF2ADRCSTR_SUPPL1Street 2S4 HanaADRCSTR_SUPPL1Street 2

Rule - If there is value in ADRC-STR_SUPPL3 / LOCATION, concatenation logic is required.

31WP2/PF2ADRCSTR_SUPPL2Street 3S4 HanaADRCSTR_SUPPL2Street 3

Rule - If there is value in ADRC-STR_SUPPL3 / LOCATION, concatenation logic is required.

32WP2/PF2ADRCBUILDINGBuilding CodeS4 HanaADRCBUILDINGBuilding CodeCopy - 
33WP2/PF2ADRCCOUNTRYCountry/Region KeyS4 HanaADRCCOUNTRYCountry/Region KeyCopy - 
34WP2/PF2ADRCLANGULanguage KeyS4 HanaADRCLANGULanguage KeyCopy - 
35WP2/PF2ADRCREGIONRegionS4 HanaADRCREGIONRegionMapping - Refer to mapping table MAP_REGION. Based on ADRC-COUNTRY/REGION to map the S4 Hana region code
36WP2/PF2ADRCSORT1Search Term 1S4 HanaADRCSORT1Search Term 1Copy - 
37WP2/PF2ADRCTEL_NUMBERTelephoneS4 HanaADRCTEL_NUMBERTelephoneCopy - 
38WP2/PF2ADRCTEL_EXTENSExtensionS4 HanaADRCTEL_EXTENSExtensionCopy - 
39WP2/PF2ADRCFAX_NUMBERFaxS4 HanaADRCFAX_NUMBERFaxCopy - 
40WP2/PF2ADRCFAX_EXTENSExtensionS4 HanaADRCFAX_EXTENSExtensionCopy - 
41WP2/PF2ADRCFLAGCOMM2Telephone...S4 HanaADRCFLAGCOMM2Telephone...Copy - 
42WP2/PF2ADRCFLAGCOMM3Fax...S4 HanaADRCFLAGCOMM3Fax...Copy - 
43WP2/PF2ADRCFLAGCOMM4TeletexS4 HanaADRCFLAGCOMM4TeletexCopy - 
44WP2/PF2ADRCFLAGCOMM6E-Mail DefinedS4 HanaADRCFLAGCOMM6E-Mail DefinedCopy - 
45WP2/PF2ADRCMC_CITY1CityS4 HanaADRCMC_CITY1CityCopy - 
46WP2/PF2ADRCEXTENSION1Data lineS4 HanaADRCEXTENSION1Data lineCopy - 
47WP2/PF2ADRCEXTENSION2TeleboxS4 HanaADRCEXTENSION2TeleboxCopy - 
48WP2/PF2ADRCTAXJURCODETax JurisdictionS4 HanaADRCTAXJURCODETax JurisdictionCopy - 
49WP2/PF2ADRCPO_BOX_LOBBYPO Box LobbyS4 HanaADRCPO_BOX_LOBBYPO Box LobbyCopy - 
50WP2/PF2STXHTDOBJECTText objectS4 HanaSTXHTDOBJECTText objectDefault - Default to KNA1
51WP2/PF2STXHTDNAMEText NameS4 HanaSTXHTDNAMEText NameMapping - Map ECC customer number to S4 Customer number
52WP2/PF2STXHTDIDText IDS4 HanaSTXHTDIDText IDMapping - Refer to MAP_KNA1_TDID
53WP2/PF2STXHTDSPRASLanguage KeyS4 HanaSTXHTDSPRASLanguage KeyCopy - 
54WP2/PF2STXLTDNAMEText NameS4 HanaSTXLTDNAMEText NameMapping - Map ECC customer number to S4 Customer number
55WP2/PF2STXLTDIDText IDS4 HanaSTXLTDIDText IDMapping - Refer to MAP_KNA1_TDID
56WP2/PF2STXLTDSPRASLanguage KeyS4 HanaSTXLTDSPRASLanguage KeyCopy - 
57WP2/PF2STXLCLUSTDDataS4 HanaSTXLCLUSTDDataCopy - Copy the long text
58WP2/PF2

Business PartnerS4 HanaBUT0IDPARTNERBusiness PartnerRule - For External BP
Apply external number range from 1000000 to 99999999, use the running number from 1000000
For Intercompany BP
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL+S4 Plant code
59WP2/PF2

Identification TypeS4 HanaBUT0IDTYPEIdentification TypeRule - if follow fields are not blank, map to below ID

KNA1-ZZR_DUNS_DIRECT        DUNS direct code - Map to ID BUP001

60WP2/PF2

ID NumberS4 HanaBUT0IDIDNUMBERID NumberRule - if follow fields are not blank, copy the value

KNA1-ZZR_DUNS_DIRECT        DUNS direct code - Map to ID BUP001

61WP2/PF2

Business PartnerS4 HanaDFKKBPTAXNUMPARTNERBusiness PartnerRule - For External BP
Apply external number range from 1000000 to 99999999, use the running number from 1000000
For Intercompany BP
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL+S4 Plant code
62WP2/PF2

Tax Number CategoryS4 HanaDFKKBPTAXNUMTAXTYPETax Number CategoryRule - Refer to MAP_TAXTYPE. Based on KNA1-LAND/STCEG/STCD1/2/3/4/5/6 to map the tax number categories and fields. 
63WP2/PF2KNA1STCEG/STCD1/STCD2/STCD3/STCD4/STCD5/STCD6Tax numberS4 HanaDFKKBPTAXNUMTAXNUMTax numberRule - Refer to MAP_TAXTYPE. Based on KNA1-LAND/STCEG/STCD1/2/3/4/5/6 to map the tax number categories and fields
64WP2/PF2ADR2CONSNUMBERSequence NumberS4 HanaADR2CONSNUMBERSequence NumberCopy - 
65WP2/PF2ADR2COUNTRYCountry/RegionS4 HanaADR2COUNTRYCountry/RegionCopy - 
66WP2/PF2ADR2FLGDEFAULTStandard No.S4 HanaADR2FLGDEFAULTStandard No.Copy - 
67WP2/PF2ADR2FLG_NOUSEDo Not Use Communication NumberS4 HanaADR2FLG_NOUSEDo Not Use Communication NumberCopy - 
68WP2/PF2ADR2HOME_FLAGHome AddressS4 HanaADR2HOME_FLAGHome AddressCopy - 
69WP2/PF2ADR2TEL_NUMBERTelephoneS4 HanaADR2TEL_NUMBERTelephoneCopy - 
70WP2/PF2ADR2TEL_EXTENSExtensionS4 HanaADR2TEL_EXTENSExtensionCopy - 
71WP2/PF2ADR2TELNR_LONGTelephone numberS4 HanaADR2TELNR_LONGTelephone numberCopy - 
72WP2/PF2ADR2TELNR_CALLCaller numberS4 HanaADR2TELNR_CALLCaller numberCopy - 
73WP2/PF2ADR2DFT_RECEIVSMS-Enab.S4 HanaADR2DFT_RECEIVSMS-Enab.Copy - 
74WP2/PF2ADR2R3_USERMobile phoneS4 HanaADR2R3_USERMobile phoneCopy - 
75WP2/PF2ADR3COUNTRYCountry/RegionS4 HanaADR3COUNTRYCountry/RegionCopy - 
76WP2/PF2ADR3FLGDEFAULTStandard No.S4 HanaADR3FLGDEFAULTStandard No.Copy - 
77WP2/PF2ADR3FLG_NOUSEDo Not Use Communication NumberS4 HanaADR3FLG_NOUSEDo Not Use Communication NumberCopy - 
78WP2/PF2ADR3HOME_FLAGHome AddressS4 HanaADR3HOME_FLAGHome AddressCopy - 
79WP2/PF2ADR3FAX_NUMBERFaxS4 HanaADR3FAX_NUMBERFaxCopy - 
80WP2/PF2ADR3FAX_EXTENSExtensionS4 HanaADR3FAX_EXTENSExtensionCopy - 
81WP2/PF2ADR3FAXNR_LONGFax NumberS4 HanaADR3FAXNR_LONGFax NumberCopy - 
82WP2/PF2ADR3FAXNR_CALLSender numberS4 HanaADR3FAXNR_CALLSender numberCopy - 
83WP2/PF2ADR4FLGDEFAULTStandard No.S4 HanaADR4FLGDEFAULTStandard No.Copy - 
84WP2/PF2ADR4FLG_NOUSEDo Not Use Communication NumberS4 HanaADR4FLG_NOUSEDo Not Use Communication NumberCopy - 
85WP2/PF2ADR4HOME_FLAGHome AddressS4 HanaADR4HOME_FLAGHome AddressCopy - 
86WP2/PF2ADR4TTX_NUMBERTeletex numberS4 HanaADR4TTX_NUMBERTeletex numberCopy - 
87WP2/PF2ADR5FLGDEFAULTStandard No.S4 HanaADR5FLGDEFAULTStandard No.Copy - 
88WP2/PF2ADR5FLG_NOUSEDo Not Use Communication NumberS4 HanaADR5FLG_NOUSEDo Not Use Communication NumberCopy - 
89WP2/PF2ADR5HOME_FLAGHome AddressS4 HanaADR5HOME_FLAGHome AddressCopy - 
90WP2/PF2ADR5TLX_NUMBERTelex numberS4 HanaADR5TLX_NUMBERTelex numberCopy - 
91WP2/PF2ADR6FLGDEFAULTStandard addr.S4 HanaADR6FLGDEFAULTStandard addr.Copy - 
92WP2/PF2ADR6FLG_NOUSEDo Not Use Communication NumberS4 HanaADR6FLG_NOUSEDo Not Use Communication NumberCopy - 
93WP2/PF2ADR6HOME_FLAGHome AddressS4 HanaADR6HOME_FLAGHome AddressCopy - 
94WP2/PF2ADR6SMTP_ADDRE-Mail AddressS4 HanaADR6SMTP_ADDRE-Mail AddressCopy - 
95WP2/PF2ADR6SMTP_SRCHE-Mail AddressS4 HanaADR6SMTP_SRCHE-Mail AddressCopy - 
96WP2/PF2KNBKKUNNRBusiness PartnerS4 HanaBUT0BKPARTNERBusiness PartnerRule - For External BP
Apply external number range from 1000000 to 99999999, use the running number from 1000000
For Intercompany BP
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL+S4 Plant code
97WP2/PF2KNBKBANKSBank Country/RegionS4 HanaBUT0BKBANKSBank Country/RegionCopy - 
98WP2/PF2KNBKBANKLBank KeyS4 HanaBUT0BKBANKLBank KeyMapping - Refer to Bank Key mapping 
99WP2/PF2KNBKBANKNBank acctS4 HanaBUT0BKBANKNBank acctCopy - 
100WP2/PF2KNBKBKONTBank Control KeyS4 HanaBUT0BKBKONTBank Control KeyCopy - 
101WP2/PF2KNBKBKREFReference DetailsS4 HanaBUT0BKBKREFReference DetailsCopy - 
102WP2/PF2KNBKKOINHAccount HolderS4 HanaBUT0BKKOINHAccount HolderCopy - 
103WP2/PF2KNA1AUFSDCentral order blockS4 HanaKNA1AUFSDCentral order blockCopy - 
104WP2/PF2KNA1DATLTData lineS4 HanaKNA1DATLTData lineCopy - 
105WP2/PF2KNA1EXABLUnloading pointsS4 HanaKNA1EXABLUnloading pointsTBD - 
106WP2/PF2KNA1FAKSDCentral billing blockS4 HanaKNA1FAKSDCentral billing blockCopy - 
107WP2/PF2KNA1KTOKDAccount groupS4 HanaKNA1KTOKDAccount groupRule - For External BP - Apply BP02
For Intercompany BP - Apply BPAB
108WP2/PF2KNA1LIFNRVendorS4 HanaKNA1LIFNRVendorMapping - apply BP Supplier vs ECC vendor mapping
109WP2/PF2KNA1LIFSDCentral delivery blockS4 HanaKNA1LIFSDCentral delivery blockCopy - 
110WP2/PF2KNA1LOEVMCentral deletion flagS4 HanaKNA1LOEVMCentral deletion flagCopy - 
111WP2/PF2KNA1SPERRCentral posting blockS4 HanaKNA1SPERRCentral posting blockCopy - 
112WP2/PF2KNA1STKZULiable for VATS4 HanaKNA1STKZULiable for VAT

"Rule - Applicable for all customers where VAT registration exists.

Blank for entities not liable for VAT (e.g., private individuals, exempt organizations)."

113WP2/PF2KNA1TELBXTelebox numberS4 HanaKNA1TELBXTelebox numberTBD - 
114WP2/PF2KNA1VBUNDTrading partnerS4 HanaKNA1VBUNDTrading partnerRule - For external customer, this field is not used.
For intercompany customer, it will be via DCT
115WP2/PF2KNA1STKZNNatural PersonS4 HanaKNA1STKZNNatural PersonTBD - 
116WP2/PF2KNA1WERKSPlantS4 HanaKNA1WERKSPlantMapping - Refer to MAP_WERKS
117WP2/PF2KNA1XICMSICMS-exemptS4 HanaKNA1XICMSICMS-exemptCopy - 
118WP2/PF2KNA1XXIPIIPI-exemptS4 HanaKNA1XXIPIIPI-exemptCopy - 
119WP2/PF2KNA1XSUBTSubTrib groupS4 HanaKNA1XSUBTSubTrib groupCopy - 
120WP2/PF2KNA1CFOPCCust CFOP categoryS4 HanaKNA1CFOPCCust CFOP categoryMapping - Refer to MAP_CFOPC 
121WP2/PF2KNA1TXLW1ICMS textS4 HanaKNA1TXLW1ICMS textMapping - Refer to MAP_TXLW1
122WP2/PF2KNA1TXLW2IPI textS4 HanaKNA1TXLW2IPI textTBD - 
123WP2/PF2KNA1CASSDCentral sales blockS4 HanaKNA1CASSDCentral sales blockCopy - 
124WP2/PF2KNA1J_1KFREPREName of RepresentativeS4 HanaKNA1J_1KFREPREName of RepresentativeNot used
125WP2/PF2KNA1J_1KFTBUSType of BusinessS4 HanaKNA1J_1KFTBUSType of BusinessNot used
126WP2/PF2KNA1J_1KFTINDType of IndustryS4 HanaKNA1J_1KFTINDType of IndustryNot used
127WP2/PF2KNA1NODELCentral delblockS4 HanaKNA1NODELCentral delblockCopy - 
128WP2/PF2KNA1SUFRAMASuframa CodeS4 HanaKNA1SUFRAMASuframa CodeTBD - 
129WP2/PF2KNA1ICMSTAXPAYICMS TaxpayerS4 HanaKNA1ICMSTAXPAYICMS TaxpayerCopy - 
130WP2/PF2

Indicator: Sales partnerS4 HanaKNA1DEAR2Indicator: Sales partnerRule - If this is a sold-to party (if there AG partner function defined in the KNVP for this customer) , it will be X. 
131WP2/PF2

CUSTOMER CLASSIFIC.S4 HanaKNA1KUKLACUSTOMER CLASSIFIC.Not used
132WP2/PF2

Delivery Date RuleS4 HanaKNA1DELIVERY_DATE_RULEDelivery Date RuleDCT - Check with KK if DCT required
133WP2/PF2KNA1RGRG NumberS4 HanaKNA1RGRG NumberCopy - 
134WP2/PF2KNA1EXPIssued byS4 HanaKNA1EXPIssued byCopy - 
135WP2/PF2KNA1UFStateS4 HanaKNA1UFStateCopy - 
136WP2/PF2KNA1RGDATERG Issuing DateS4 HanaKNA1RGDATERG Issuing DateCopy - 
137WP2/PF2KNA1RNEForeign National RegistrationS4 HanaKNA1RNEForeign National RegistrationCopy - 
138WP2/PF2KNA1RNEDATERNE Issuing DateS4 HanaKNA1RNEDATERNE Issuing DateCopy - 
139WP2/PF2KNA1CRTNCRT NumberS4 HanaKNA1CRTNCRT NumberCopy - 
140WP2/PF2KNA1INDTYPIndustry Main TypeS4 HanaKNA1INDTYPIndustry Main TypeCopy - 
141WP2/PF2KNA1TDTTax Declaration TypeS4 HanaKNA1TDTTax Declaration TypeCopy - 
142WP2/PF2KNA1COMSIZECompany SizeS4 HanaKNA1COMSIZECompany SizeCopy - 
143WP2/PF2KNA1DECREGPCDeclaration Regimen for PIS/COFINSS4 HanaKNA1DECREGPCDeclaration Regimen for PIS/COFINSCopy - 
144WP2/PF2KNA1J_1IPANNOPermanent Account NumberS4 HanaKNA1J_1IPANNOPermanent Account NumberCopy - 
145WP2/PF2KNA1GST_TDSGST TDS RegistrationS4 HanaKNA1GST_TDSGST TDS RegistrationDCT - Check with KK if DCT required
146WP2/PF2KNA1DATLTData lineS4 HanaKNA1DATLTData lineCopy - 
147WP2/PF2KNVAABLADUnloading PointS4 HanaKNVAABLADUnloading Point

DCT 

When creating the DCT page, copy the ECC existing data as reference for KNVA table

148WP2/PF2KNVAKNFAKCust.fact.calendarS4 HanaKNVAKNFAKCust.fact.calendarDCT
149WP2/PF2KNVAWANIDGoods receiving hrsS4 HanaKNVAWANIDGoods receiving hrsDCT - 
150WP2/PF2KNVATPQUAMeans of Transp. QualificationS4 HanaKNVATPQUAMeans of Transp. QualificationDCT - 
151WP2/PF2KNVATPGRPMeans of Transport GroupS4 HanaKNVATPGRPMeans of Transport GroupDCT - 
152WP2/PF2KNVASTZKLWait Time Class (Factor, Var. Portion)S4 HanaKNVASTZKLWait Time Class (Factor, Var. Portion)DCT - 
153WP2/PF2KNVASTZZUWait Time Surcharge (Fixed Portion)S4 HanaKNVASTZZUWait Time Surcharge (Fixed Portion)DCT - 
154WP2/PF2KNVAMOAB1MondayS4 HanaKNVAMOAB1MondayDCT - 
155WP2/PF2KNVAMOBI1MondayS4 HanaKNVAMOBI1MondayDCT - 
156WP2/PF2KNVAMOAB2MondayS4 HanaKNVAMOAB2MondayDCT - 
157WP2/PF2KNVAMOBI2MondayS4 HanaKNVAMOBI2MondayDCT - 
158WP2/PF2KNVADIAB1TuesdayS4 HanaKNVADIAB1TuesdayDCT - 
159WP2/PF2KNVADIBI1TuesdayS4 HanaKNVADIBI1TuesdayDCT - 
160WP2/PF2KNVADIAB2TuesdayS4 HanaKNVADIAB2TuesdayDCT - 
161WP2/PF2KNVADIBI2TuesdayS4 HanaKNVADIBI2TuesdayDCT - 
162WP2/PF2KNVAMIAB1WednesdayS4 HanaKNVAMIAB1WednesdayDCT - 
163WP2/PF2KNVAMIBI1WednesdayS4 HanaKNVAMIBI1WednesdayDCT - 
164WP2/PF2KNVAMIAB2WednesdayS4 HanaKNVAMIAB2WednesdayDCT - 
165WP2/PF2KNVAMIBI2WednesdayS4 HanaKNVAMIBI2WednesdayDCT - 
166WP2/PF2KNVADOAB1ThursdayS4 HanaKNVADOAB1ThursdayDCT - 
167WP2/PF2KNVADOBI1ThursdayS4 HanaKNVADOBI1ThursdayDCT - 
168WP2/PF2KNVADOAB2ThursdayS4 HanaKNVADOAB2ThursdayDCT - 
169WP2/PF2KNVADOBI2ThursdayS4 HanaKNVADOBI2ThursdayDCT - 
170WP2/PF2KNVAFRAB1FridayS4 HanaKNVAFRAB1FridayDCT - 
171WP2/PF2KNVAFRBI1FridayS4 HanaKNVAFRBI1FridayDCT - 
172WP2/PF2KNVAFRAB2FridayS4 HanaKNVAFRAB2FridayDCT - 
173WP2/PF2KNVAFRBI2FridayS4 HanaKNVAFRBI2FridayDCT - 
174WP2/PF2KNVASAAB1SaturdayS4 HanaKNVASAAB1SaturdayDCT - 
175WP2/PF2KNVASABI1SaturdayS4 HanaKNVASABI1SaturdayDCT - 
176WP2/PF2KNVASAAB2SaturdayS4 HanaKNVASAAB2SaturdayDCT - 
177WP2/PF2KNVASABI2SaturdayS4 HanaKNVASABI2SaturdayDCT - 
178WP2/PF2KNVASOAB1SundayS4 HanaKNVASOAB1SundayDCT - 
179WP2/PF2KNVASOBI1SundayS4 HanaKNVASOBI1SundayDCT - 
180WP2/PF2KNVASOAB2SundayS4 HanaKNVASOAB2SundayDCT - 
181WP2/PF2KNVASOBI2SundayS4 HanaKNVASOBI2SundayDCT - 
182WP2/PF2KNVADEFABDefault unloading ptS4 HanaKNVADEFABDefault unloading ptDCT - 
183WP2/PF2BUT100RLTYPBP RoleS4 HanaBUT100RLTYPBP RoleDefault - FLCU01
184WP2/PF2ADRCTREMARKNotesS4 HanaADRCTREMARKNotesCopy - 


































































































































































































































































































                             

List of Custom Target Reports for this object is maintained here: Conversion Specification - Custom Reports Register.



 Vendor Master Data Transformation Rule

Rule #

Source systemSource TableSource FieldSource DescriptionTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
To be updated from the excel file











































As deduplication/consolidation is performed for customer and vendor general data during migration, following fields will have special rule to ensure the complete information is migrated into S4 Hana system.

There will be 3 scenarios. 

a. Multiple customers are merged into 1 customer

b. Multiple vendors are merged into 1 vendor

c. One or several customer and vendor are merged into 1 BP in S4


Rule #Source systemSource TableSource FieldSource DescriptionTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
1WP2/PF2ADRCAll relevant fields
S4 HanaADRCAll fields
Follow Customer 
2WP2/PF2ADR2All relevant fieldsTelephone Numbers (Business Address Services)S4 HanaADR2All fields
Merge all the different values
3WP2/PF2ADR3All relevant fieldsFax Numbers (Business Address Services)S4 HanaADR3All fields
Merge all the different values
4WP2/PF2ADR4All relevant fieldsTeletex Numbers (Business Address Services)S4 HanaADR4All fields
Merge all the different values
5WP2/PF2ADR5All relevant fieldsTelex Numbers (Business Address Services)S4 HanaADR5All fields
Merge all the different values
6WP2/PF2ADR6All relevant fieldsE-Mail Addresses (Business Address Services)S4 HanaADR6All fields
Merge all the different values
7WP2/PF2KNBK / LFBKAll relevant fieldsCustomer/Vendor Master (Bank Details)S4 HanaBUT0BKAll fields
TBD
8WP2/PF2 KNA1/LFA1STCEG/STCD1/2/3/4/5/6VAT/Tax IDS4 Hana DFKKBPTAXNUMTAXNUM
Merge the values when it is blank in the master record


Transformation Mapping

Mapping Table NameMapping Table Description 

Map ECC customer number to S4 Customer number
MAP_REGIONCountry/Region Code Mapping Table

Bank Key mapping 
MAP_TDID_KNA1KNA1 text ID mapping
MAP_CFOPCCustomer's CFOP category Mapping
MAP_TXLW1Mapping ICMS Law

Transformation Dependencies

List the steps that need to occur before transformation can commence
Item #Step DescriptionTeam Responsible
1Source Data Integrity
- Ensure extracted data is complete, accurate, and consistent.
- Validate that data types and formats align with transformation requirements.
Syniti
2Referential Integrity
- Ensure dependent records are transformed together or in advance
Syniti
3Transformation Logic and Mapping
- Define data mapping rules between source and target schemas.
Data Team
4Performance and Scalability Considerations
- Optimize transformation processes for large datasets.
- Ensure system resources can handle transformation workloads
Syniti
5Logging and Error Handling
- Maintain detailed logs of transformation activities.
- Define error-handling procedures for failed transformations
Syniti


Pre-Load Validation

Project Team

The following pre-load validations will be performed by the Project Team.

Completeness

TaskAction
Compare Data Counts
  1. Verify row counts between source and target databases.
  2. Identify missing or duplicated records.


Validate the mandatory fieldsValidate there is value for all the mandatory fields
Validate Primary Keys and Unique Constraints
  1. Check for duplicate or missing primary key values, i.e., if there is same BP number.
  2. Ensure unique constraints are maintained.


Test Referential IntegrityConfirm dependent records exist in related tables

Accuracy

TaskAction
Validate the transformationValidate the fields which require transformation have the value after transformation instead of the original field value
Check Data Consistency
  1. Compare field values across systems
  2. Validate data formats and structures





Business

 The following pre-load validations will be performed by the business. 

Completeness

TaskAction
Compare Data Counts
  1. Verify row counts in the source databases.
  2. Identify missing or duplicated records.


Review populated templates for missing or incorrect valuesUse checklists to verify completeness and correctness before submission



Accuracy

TaskAction
Check Data Consistency
  1. Business Data Owner/s to verify that all the data in the load table/ file is accurate as per endorsed transformation/ mapping rules (and signed-off DCT data).





Load

The load process includes:

  1. Execute the automated data load into target system using load tool or product the load file if the load must be done manually
  2. Once the data is loaded to the target system, it will be extracted and prepared for Post Load Data Validation

Load Run Sheet

Item #Step DescriptionTeam Responsible
1Confirm readiness of final approved data sets for each ECC source system WP2 and PF2Business / Functional Team
2Validate transformation rules and mappings in Syniti toolData Team (L2C/S2P-Data)
3Generate target-ready load files based on S/4HANA BP table formatData Team (Syniti)
4Review and approve load files before executionBusiness / Functional Team
5Execute the custom loading program in the S/4HANA system Data Load Team
6Monitor load progress and capture load statistics (records loaded, errors, duplicates, etc.)Data Team (Syniti) / Technical Team
7Extract loaded data from S/4HANA for post-load validationData Team (Syniti)
8Perform post-load data validation (compare target data with source/approved files) for all loaded BP general dataData Team (L2C/S2P-Data)
9Log and resolve any data load errors or mismatches identified during validationData Team (L2C/S2P-Data) + Functional Team + Syniti
10Obtain business sign-off on successful load and validationBusiness Team
11Archive load logs, error reports, and validation results for audit/complianceData Team (L2C/S2P-Data) / Data Team (Syniti) / PMO


Load Phase and Dependencies

The Business Partner General will be loaded in the pre-cutover period.

Before loading, it will have dependency on the configuration. The configuration needs to be transported into the respective system first, including the manual configuration such as the BP number range set up.

Configuration

Item #Configuration Item
1BP Grouping
2Customer/Vendor Account Group
3International Version
4Tax Category
5BP Type
6BP Number Range/Customer/Vendor Number range
7Transportation zone


 Conversion Objects

Object #Preceding Object Conversion Approach
1083Bank Master




Error Handling

Error TypeError DescriptionAction Taken
Configuration / Data TransformationThe value XXX for field XXX doesn't exist
  1. Check the mapping/conversion is done properly in the loading file
  2. Validate the target value is configured/transported in the target system
  3. Reach out to function team to validate the configuration
ConfigurationThere is mandatory field XXX missing
  1. Validate MDS if the fields are set as mandatory
  2. Validate if there is value in the pre-loading file
  3. Validate if the configuration for the mandatory fields are done properly
ConfigurationThe BP grouping is External or Internal Number range
  1. Validate the number range set up if this is External or Internal number range


Post-Load Validation

Project Team

The following post-load validations will be performed by the Project Team.

Completeness

TaskAction
Perform Source-to-Target Comparisons
  1. Validate that migrated data matches source records.
  2. Check for discrepancies in numerical values, text fields, and timestamps

Accuracy

TaskAction
Execute Sample Queries and Reports
  1. Run queries to validate business logic.
  2. Generate reports to compare expected vs. actual results
Conduct Post-Migration ReconciliationGenerate reports comparing pre- and post-migration data.



Business

Post-load validation is a critical step in data migration, ensuring that transferred data is accurate, complete, and functional within the target system.

1. Ensuring Data Integrity
After migration, data must be consistent with its original structure. Post-load validation checks for missing records, incorrect mappings, and formatting errors to prevent discrepancies.
2. Business Continuity
Faulty data can disrupt operations, leading to financial losses and inefficiencies. Validating post-load data ensures that applications function as expected, preventing downtime.
3. Error Detection and Resolution
By validating data post-migration, businesses can detect anomalies early, reducing the cost and effort required for corrections

Completeness

TaskAction
Perform Source-to-Target Comparisons
  1. Validate that migrated data matches source records.
  2. Check for discrepancies in numerical values, text fields, and timestamps
Conduct Post-Migration ReconciliationGo through reports comparing pre- and post-migration data.



Accuracy

TaskAction
Perform Manual TestingConduct manual spot-checks for additional assurance.





Key Assumptions

  • BP Master Data Standard is up to date as on the date of documenting this conversion approach and data load. 
  • BP General (Role 000000) is in scope
  • There will be 3 SAP instances, one for ROW, one for China and one for CUI only.
  • BP General data will be loaded into all 3 SAP instances.




Change log

Version Published Changed By Comment
CURRENT (v. 143) Apr 27, 2026 08:28 CELEDONIO-ext, Arnold
v. 219 Apr 24, 2026 15:27 RUAN-ext, Eric *20260424 update remove the redundant relevancy rule
v. 218 Apr 21, 2026 13:36 CELEDONIO-ext, Arnold Update Vendor mapping rules
v. 217 Apr 20, 2026 14:01 RUAN-ext, Eric 20260420 update for but100 to remove source and add ADR table without selecting the person records
v. 216 Apr 06, 2026 10:14 CELEDONIO-ext, Arnold
v. 215 Apr 02, 2026 14:51 RUAN-ext, Eric
v. 214 Mar 31, 2026 16:16 RUAN-ext, Eric
v. 213 Mar 30, 2026 10:35 CELEDONIO-ext, Arnold
v. 212 Mar 30, 2026 10:23 CELEDONIO-ext, Arnold
v. 211 Mar 26, 2026 14:24 RUAN-ext, Eric

Go to Page History

Workflow history

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

  • No labels