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

Compare with Current View Page History

« Previous Version 219 Current »

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, Bank Details 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 * removed on  



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)  ) *20260424 update
  2. Sales Document (Select MAX(VBAK-ERDAT) WHERE VBAK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR) and VBAK-VKORG in scope *20260210 update
  3. Delivery Document (Select MAX(LIKP-ERDAT) WHERE LIKP-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR) and LIKP-VKORG in scope *20260210 update
  4. Billing   (Select MAX(VBRK-ERDAT) WHERE VBRK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR) and VBRK-VKORG in scope *20260210 update
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) and BUKRS in scope *20260210 update *20260424 update
  3. Delivery Document (Select MAX(LIKP-ERDAT) WHERE LIKP-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR) and BUKRS in scope *20260210 update *20260424 update
  4. Billing   (Select MAX(VBRK-ERDAT) WHERE VBRK-VBELN=VBPA-VBELN AND VBPA-KUNNR = KNA1-KUNNR) and BUKRS in scope 20260210 update *20260424 update
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 / CUI*20260215 Update, Remove CUI55371
PF2Customer Master Data General Information36983S4 Hana ROW / China / CUI*20260215 Update, Remove CUI36983
DCT

All active BP's and Intercompany in DCT, includes

  • Plant
  • Trade partner
  • Non Trade partner
4000S4 Hana ROW / China / CUI*20260215 Update, Remove CUI4000
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 related fields
  3. Vendors LFA1-LIFNR listed in the Inclusion DCT table,
  4. Business Partners which are not in legacy that may have been created via DCT including intercompany/plant vendors.

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 4 years if Material Type <> ZIND/ZABF material types and 5 years for ZIND/ZABF material types.
  3. Vendors LFA1-LIFNR listed in the Exclusion DCT table,

 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, LFBK, BNKA, DFKKBPTAXNUM according to relevancy criteria for vendor and deduplication nominations  

70,000S4 Hana< 70,000
DCT

All active BP's and In tercompany in 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 for Intercompany Vendors Purchasing View information for more details

TBDS4 HanaTBD






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 if Material Type <> ZIND/ZABF material types

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 if Material Type <> ZIND/ZABF material types

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 if Material Type <> ZIND/ZABF material types

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 if Material Type <> ZIND/ZABF material types

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 if Material Type <> ZIND/ZABF material types

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 or vendor has attachment in the legacy system. The migration of attachment will be captured in conversion spec CNV-3004 - Attachment for customer master data and CNV-3031 Vendor Doc Attachments.

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. *20260215 Update, Remove CUI

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(*20260215 Update, Remove 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 Business Partner - Trade ICTXXXXwhere XXXX is company code
BPABIntercompany Business Partner - Non TradeICNXXXXwhere XXXX is company code
BPABPlantPLYYYYwhere YYYY is plant code
BPABPlant

PXYYYY

*20260210 update

where 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
TBD



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
TBD



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
TBD





Target Design

The technical design of the target for this conversion approach.  MDS Link

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.CHAR1Internal
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.CHAR1Internal
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.CHAR1Internal
ADR4FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR4HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR4TTX_NUMBERTTX_NUMBERTeletex numberCHAR30Conditional
ADR5FLGDEFAULTFLGDEFAULTStandard No.CHAR1Internal
ADR5FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR5HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR5TLX_NUMBERTLX_NUMBERTelex numberCHAR30Conditional
ADR6FLGDEFAULTFLGDEFAULTStandard addr.CHAR1Internal
ADR6FLG_NOUSEFLG_NOUSEDo Not Use Communication NumberCHAR1Conditional
ADR6HOME_FLAGHOME_FLAGHome AddressCHAR1Conditional
ADR6SMTP_ADDRSMTP_ADDRE-Mail AddressCHAR241Conditional
ADR6SMTP_SRCHSMTP_SRCHE-Mail AddressCHAR20Conditional
BUT0BKPARTNERPARTNERBusiness PartnerCHAR10Conditional
BUT0BKBKVID

BKVID

*20260331 BKVID Update

Bank Detail IDCHAR4Conditional
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.CHAR2

Not used

Conditional * updated on 20260128

KNA1DELIVERY_DATE_RULEDELIVERY_DATE_RULEDelivery Date RuleCHAR1NOT IN USE
KNA1RGRGRG NumberCHAR11Conditional
KNA1EXPEXPIssued byCHAR3Conditional
KNA1UFUFStateCHAR2Conditional
KNA1RGDATERGDATERG Issuing DateDAT8Conditional
KNA1RNERNEForeign National RegistrationCHAR10Conditional
KNA1RNEDATERNEDATERNE Issuing DateDAT8Conditional
KNA1CRTNCRTNCRT NumberCHAR1Conditional
KNA1INDTYPINDTYPIndustry Main TypeCHAR2Conditional
KNA1TDTTDTTax Declaration TypeCHAR2Conditional
KNA1COMSIZECOMSIZECompany SizeCHAR2Conditional
KNA1DECREGPCDECREGPCDeclaration Regimen for PIS/COFINSCHAR2Conditional
KNA1J_1IPANNOJ_1IPANNOPermanent Account NumberCHAR40Conditional
KNA1GST_TDSGST_TDSGST TDS RegistrationCHAR18Conditional
KNA1DATLTDATLTData lineCHAR14Conditional
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
ADR2VALID_FROMVALID_FROMValid FromCHAR14Internal
ADR2VALID_TOVALID_TOValid ToCHAR14Internal
ADR3VALID_FROMVALID_FROMValid FromCHAR14Internal
ADR3VALID_TOVALID_TOValid ToCHAR14Internal
ADR4VALID_FROMVALID_FROMValid FromCHAR14Internal
ADR4VALID_TOVALID_TOValid ToCHAR14Internal
ADR5VALID_FROMVALID_FROMValid FromCHAR14Internal
ADR5VALID_TOVALID_TOValid ToCHAR14Internal
ADR6VALID_FROMVALID_FROMValid FromCHAR14Internal
ADR6VALID_TOVALID_TOValid ToCHAR14Internal
LFBKBVTYPPARTNER BANK TYPEBank TypeCHAR4Required
LFBKEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
Status of Bank DetailsCHAR1Required
BUT020ADEXTADEXTAddress number in external systemsCHAR20Conditional
FITHA_BRNCHBUKRS *20260326 update for FITHA_BRNCHBUKRS *20260326 update for FITHA_BRNCHCompanyCHAR4Not used
FITHA_BRNCHBP_NUMMR *20260326 update for FITHA_BRNCHBP_NUMMR *20260326 update for FITHA_BRNCHCustomer/vendor account numberCHAR10Conditional
FITHA_BRNCHKOART *20260326 update for FITHA_BRNCHKOART *20260326 update for FITHA_BRNCHAccount typeCHAR1Conditional
FITHA_BRNCHBCODEBCODEBranch CodeCHAR5Conditional






















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 data

Active customer in scope and there is no postal code maintained except for HK

*start of CR0338

  • Uganda (UG)
    - Zimbabwe (ZW)
    - Qatar (QA)
    - Jamaica (JM)
    - Ethiopia (ET)
  • AE, AO, BO, CD, CG, CW

*end of CR0338

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 GBU (VKORG in scope *20260210 update)PF2/WP2
3007-C04C-2Missing Region in the general data

Active customer in scope and there is no region code maintained


or Active customer in scope and the region code is no longer valid, i.e., the region code includes description such as D* / Obs / OBLAST

Customer/Name/Country/City/Region code / Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBU (VKORG in scope *20260210 update)PF2/WP2
3007-C05C-2Review the international version address maintained for the customer

Active customer in scope and there is international address maintained. In the meantime, the international version content doesn't match the international version


*start of CR0338

  • there is no English character for more than 3 char. (1 char can still be the building number) in name1/2/3/4 and street/2/3/4 and city

*end of CR0338

Customer/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 GBU (VKORG in scope *20260210 update)PF2/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 GBU

PF2/WP2

*20260120 Duplicates


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 GBU (VKORG in scope *20260210 update)PF2/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 GBU

PF2/WP2


*20260120 will use the transformation instead

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

Start of *CR388 Update

8/9) "Name 1", "Name 2", "Name 3" fields contain ≥4 numerical digits. That would allow us to catch out cases where the address is set up in one of the name fields, e.g. "Post box 1449". As well, it would tackle the part number usage in the name field, part numbers usually are 6 numerical digits long.
11) Filter for "AKA"  (also known as) = this allows to find alternate name, abbreviations
11) Filter for "Formerly" / "Formerly known as" = again, allows to find alternate names
11) Set up a rule to identify where "Name 2" & "Name 3" fields  contain significantly more characters than "Name 1" field = this will show the names where abbreviations are used for Name 1.

End of *CR388 Update

Customer/Name/Name2/Name3/Name4 /Country /Sales Org / Distribution Channel / Division / Sales Office / Sales Group / CSR Name / Account Manager Name / Geo Region / Leading GBU (VKORG in scope *20260210 update)PF2/WP2
3007-C12C3Reorganize 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 GBU (VKORG in scope *20260210 update)PF2/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 GBU (VKORG in scope *20260210 update)PF2/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 GBU (VKORG in scope *20260210 update)PF2/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 GBU (VKORG in scope *20260210 update)

iCare/Core

*20260120 not for data cleansing as this is report only

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 GBU (VKORG in scope *20260210 update)PF2/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 GBU

PF2/WP2


*20260120 Duplicates

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 GBU (VKORG in scope *20260210 update)


Start of *CR388 Update

  The tax category value is maintained in configuration table TFKTAXNUMTYPE in ERD 100 client.

In general, it will follow the rule as follows with the exceptions mentioned in SAP note 775919, such as China and Argentina

Tax category ending in 0 --- Goes to field tax “VAT Reg. No” (STCEG)
Tax category ending in 1 --- Goes to field “Tax Number 1” (STCD1)
Tax category ending in 2 --- Goes to field “Tax Number 2” (STCD2)
Tax category ending in 3 --- Goes to field “Tax Number 3” (STCD3)
Tax category ending in 4 --- Goes to field “Tax Number 4” (STCD4)
Tax category ending in 5 --- Goes to field “Tax Number 5” (STCD5)

End of *CR388 Update

PF2/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 GBU (VKORG in scope *20260210 update)PF2/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. 


<CR0388> Use Pattern DCT to determine validity.


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

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 or Invalid 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


<CR0388> Use Pattern DCT to determine validity.

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

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

Missing Emails

Vendors with missing emails.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

Info 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
3007-008C2Non-English characters check

Vendor names & addresses where LFA1-SPRAS= 'EN' that are containing non-english characters.

Report to ensure readability of vendor information.PF2/WP2
3007-009
Additional Validation Reports will be added in Validation_Reports_link
















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/LFBK/BNKA/DFKKBPTAXNUM, 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.



The high-level process for vendors, where there is no source data, is represented by the diagram below:

image-2025-6-16_14-54-55.png

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/LFBK/BNKA,/DFKKBPTAXNUM

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 (BPKIND)

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


B. Collect Customer Delivery Date Rule 


Field NameField DescriptionRule
KUNNRCustomer Number

Mandatory

Key link to Customer master table KNA1.

Prepopulate the customer number for  (Ship-To / Sold-To) 

NAME1Customer Name 

Display only

link to Customer master table KNA1 

DELIVERY_DATE_RULEDelivery Date Rule

Display only

link to Customer master table KNA1 

TEXT40 Delivery Date Rule Description

Display only


C. Collect India customer tax related information  


Field NameField DescriptionRule
KUNNRCustomer Number

Mandatory

Key link to Customer master table KNA1.

Prepopulate the customer number for  India customer only

NAME1Customer Name 

Display only

link to Customer master table KNA1 

GST_TDSGST TDS Registration

Applicable for India only.
Maintain when the customer is registered for GST TDS under Section 51 of the CGST Act.
Mandatory for customers liable for TDS as per Indian tax law.
Not applicable for customers outside India or where TDS does not apply.

J_1IPANNOPermanent Account Number

Applicable for India.
Mandatory for all tax-registered customers (individuals and organizations).
The PAN must be valid and verifiable through the official government PAN database.
Used for tax reporting, invoice validation, and TDS/TCS compliance.


D. Collect Thai customer tax related information  


Field NameField DescriptionRule
KUNNRCustomer Number

Mandatory

Key link to Customer master table KNA1.

Prepopulate the customer number for  Thai customer only

NAME1Customer Name 

Display only

link to Customer master table KNA1 

BCODEBranch Code

Indicates the Thai Revenue Department branch code used for input/output VAT reporting.

Applicable only for domestic Thailand customers (Sold-To, Ship-To, Payer).

Maintain ‘00000’ for all domestic Thailand customers (default value).

Not required for international/export customers, as the field impacts only Thai VAT reporting.

Upon business request, the value may be updated to a specific branch code (00001–00009 / 00010).





E. Collect Customer Loading Points (KNVA) *20260210 update. This DCT is removed.


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.

F. Customer general - General Data (Intercompany customer and any new customer outside of ECC)


For customer general data, for Intercompany BP scenario, the value will be prepopulated based on the enterprise structure. A mapping of the new Intercompany BP and legacy ECC intercompany customer/vendor will be provided to propose the baseline values.


Field NameField DescriptionRule
KUNNRCustomer NumberCustomer Number*

Key fields are mandatory and must always be filled with a unique key.
If there is internal numbering, you can provide the key of your source system or any other unique key.
The key is technically mandatory for the tool to internally connect the records of subordinated sheets with the records of the superordinate sheets.

BU_GROUPBP GroupingBP Grouping*

BU_GROUP: BP02 NRRNG: 02 From No: 0001000000 To Number: 0009999999 Ext:
BU_GROUP: BPAB NRRNG: AB From No: A To Number: ZZZZZZZZZZ Ext: X
NAME1NameName

If you want to create an organization, enter the first name of your account organization.
All fields for Account Person must be empty.

NAME_ORG2Name 2Name 2

Second name field for business partners in the Organization category.
All fields for Account Person must be empty.

BU_SORT1Search Term 1Search Term 1

Denotes the term that you define for a business partner, and via which you can restrict the search for a business partner in the business partner search or in the locator.

BPKINDBP TypeBP Type

You can use the business partner type to group business partners according to your own criteria. You can show or hide fields for data entry, depending on the requirements of the relevant business partner type.

LIFNRSupplierSupplier

VBUNDTrading PartnerTrading Partner, Mandatory for ICT/ICN* BP *20260121 Update

WERKSPlantMandatory For PL* BP only *20260121 Update
BPEXTExternal BP NumberExternal BP Number

Business partner number from an external system or a legacy system.
If the current business partner is known under a different number in an external system, you can store this number here for information purposes.

KUKLACustomer Classific.Customer Classific.
* updated on 20260128. this field is in use after checking with function team again
SUFRAMASuframa CodeSuframa Code

This field identifies the Suframa registration number.
This number is an identification of companies that operate in Zona Franca de Manaus (Manaus Trade Free Zone). The companies get this number through a process to make them eligible for tax incentives, benefits and auditing sections with the government.

RGRG NumberRG Number

Identifies the RG (Registro Geral) number.

EXPIssued ByIssued By

UFStateState

RGDATERG Issuing DateRG Issuing Date

RNEForeign National RegistrationForeign National Registration

Identifies the foreign national registration number.

RNEDATERNE Issuing DateRNE Issuing Date

Identifies the foreign national registration issuing date.

Type: Date
CRTNCRT NumberCRT Number

Identifies the Tax Regimen Code.
The Tax Regimen Code (Código de Regime Tributário), depending on the company and its tributary situation, can be classified as Simples Nacional, Simples Nacional – excesso de sublimite da receita bruta and Regime Normal (não simples).

ICMSTAXPAYICMS TaxpayerICMS Taxpayer

Identifies the company's category for ICMS payment.
The Brazilian government charges ICMS differently according to the type of taxpayer. Companies are classified as Contribuinte (ICMS Taxpayer) and Não Contribuinte (ICMS Non-Taxpayer).


INDTYPIndustry Main TypeIndustry Main Type

Identifies the Industry Main Type.

TDTTax Declaration TypeTax Declaration Type

Identifies the type of ICMS paid by the company to the Brazilian government.


COMSIZECompany SizeCompany Size

Identifies the company's size according to the number of employees and the annual sales revenue.
Possible company sizes are:
Large company
Medium company
Small company
Micro company
Micro entrepreneur

DECREGPCDeclaration Regimen for PIS/COFINSDeclaration Regimen for PIS/COFINS

Identifies the Declaration Regimen for PIS/COFINS.
You use this field to classify the Declaration Regimen for PIS/COFINS according to the following values:
RC - Regime Cumulativo (Cumulative Regimen)
RN - Regime Não Cumulativo (Non-Cumulative Regimen)

J_1IPANNOPermanent Account NumberPermanent Account Number

Specifies the organization's Permanent Account Number.


GST_TDSGST TDS Registration NumberGST TDS Registration Number


J_1KFTBUSType of BusinessType of Business

Enter the type of business that this company is in.
This information is printed on tax invoices and on the VAT summary report.

J_1KFTINDType of IndustryType of Industry

Enter the type of industry that this company is in.
This information is printed on tax invoices and on the VAT summary report.


J_1KFREPREName of RepresentativeName of Representative

This information must be entered on Korean tax invoices.


STREETStreetStreet

Street name as part of the address.


HOUSE_NUM1House NumberHouse Number

House number as part of an address.


CITY2DistrictDistrict

City or District supplement.
In some countries/regions, this entry is appended with a hyphen to the city name by the automatic address formatting, in other countries/regions, it is output on a line of its own or (for example in the USA) not printed.


POST_CODE1Postal CodePostal Code

Postal code as part of the address.


CITY1CityCity

City name as part of the address.


COUNTRYCountry/RegionCountry/Region*

The country/region key contains information which the system uses to check entries such as the length of the postal code or bank account number.

UF

Region *updated on 20260130


StateState

In some countries/regions, the region forms part of the address. The meaning depends on the country/region.
The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county/region in Great Britain.


TIME_ZONETime ZoneTime Zone

Time zone as part of an address.
The time zone is automatically determined by the system in address maintenance if time zone Customizing is maintained. It depends on the country/region and the region. (Region means state, province or county, depending on the country/region). The automatic determination is only made if there is no value in the time zone field.


TRANSPZONETransportation ZoneTransportation Zone

Transportation zone to or from which the goods are delivered


NAME_COC/O NameC/O Name

Part of the address (c/o = care of) if the recipient is different from the occupant and the names are not similar (for example subtenants).
Put the localization-specific code (for example c/o) in front of the name of the occupant. This is not automatically done in the print format, like the language-specific word "PO Box".
Example:
John Smith
c/o David Brown


STR_SUPPL1Street 2Street 2

Additional address field which is printed above the Street line.
The Street address contains two lines above the street and two lines below the street.


STR_SUPPL2Street 3Street 3

Additional address field which is printed above the Street line.
The Street address contains two lines above the street and two lines below the street.


HOUSE_NUM2SupplementSupplement

House number supplement as part of an address, for example Apartment 17 or Suite 600. It is printed in the Street line.
Further Street supplements can be put in one of the fields Street2, Street3, Street4 or Street5.



TAXJURCODETax Jurisdiction CodeTax Jurisdiction Code

Max. length of input must not exceed 15 digits.
The tax jurisdiction is used for determining the tax rate. It defines to which tax authorities you must pay your taxes. It is always the city to which the goods are supplied.
If Vertex is activated (esp. on US installations) the tax jurisdiction code will be determined by the business object's address. If the given postal code/Zip code is not accurate as possible, Vertex will determine more than one tax jurisdiction code for one record, the migration of this record will fail. You will then get the error message "No unique jurisdiction code can be determined".


PO_BOXPO BoxPO Box

PO Box number as part of an address.
Only enter the PO Box number in this field. The text "PO Box" is provided in the recipient language by the system when you print the address.


POST_CODE2Postal CodePostal Code

Postal code that is required for a unique assignment of the PO box.
This field is used for countries/regions where a different postal code applies to mail that is sent to the PO box rather than to the street address of a particular business partner.


PO_BOX_LOCPO Box CityPO Box City

Different city for the PO Box as an address component.
The PO Box city can be entered here if it is different from the address city. If the address is only a PO Box address, enter the city in the normal city field.


POST_CODE3Company Postal CodeCompany Postal Code

Postal code that is assigned directly to one company (= company postal code = major customer postal code).
This field is used for countries/regions where major companies are assigned their own postal code by the national post office.


BU_LANGULanguageLanguage

Communication language for business partners in the 'Organization' category.
This field will be ignored if the business partner is from category 'Person', for category 'Organization' this field is mandatory.


TEL_NUMBERTelephoneTelephone

Default telephone number, consisting of dialing code and number, but without country/region dialing code.


TEL_NUMBERAdditional Telephone 2Additional Telephone 2

Additional telephone number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Telephone 2Notes Additional Telephone 2

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


TEL_NUMBERAdditional Telephone 3Additional Telephone 3

Additional telephone number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Telephone 3Notes Additional Telephone 3

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


TEL_NUMBERMobileMobile

Default mobile number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes MobileNotes Mobile

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


TEL_NUMBERAdditional Mobile 2Additional Mobile 2

Additional mobile number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Mobile 2Notes Additional Mobile 2

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


TEL_NUMBERAdditional Mobile 3Additional Mobile 3

Additional mobile number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Mobile 3Notes Additional Mobile 3

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


FAX_NUMBERFaxFax

Default fax number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes FaxNotes Fax

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


FAX_NUMBERAdditional Fax 2Additional Fax 2

Additional fax number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Fax 2Notes Additional Fax 2

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


FAX_NUMBERAdditional Fax 3Additional Fax 3

Additional fax number, consisting of dialing code and number, but without country/region dialing code.


REMARKNotes Additional Fax 3Notes Additional Fax 3

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


SMTP_ADDREmailEmail

Default internet mail address, also called e-mail address.
Example: user.name@company.com


REMARKNotes EmailNotes Email

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


SMTP_ADDRAdditional Email 2Additional Email 2

Additional internet mail address, also called e-mail address.
Example: user.name@company.com


REMARKNotes Additional Email 2Notes Additional Email 2

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


SMTP_ADDRAdditional Email 3Additional Email 3

Additional internet mail address, also called e-mail address.
Example: user.name@company.com


REMARKNotes Additional Email 3Notes Additional Email 3

You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.


SPERRCentral Posting BlockCentral Posting Block

This is an indicator field. If the criterion is met, enter X. If not, leave the field empty.


WERKS


G - Customer general - International Address Versions (Intercompany customer and any new customer outside of ECC)


Field NameField DescriptionRule
KUNNRCustomer NumberCustomer Number*

#N/AExternal Address NumberExternal Address Number

If you assign multiple addresses to 1 business partner, the field External Address Number is mandatory. If you assign only address data on sheet General Data you can leave this field empty. The External Address Number must be unique for each business partner only. You can use the same External Address Number for different business partners.


NATIONVersion ID for International AddressesVersion ID for International Addresses*

You can maintain addresses in multiple versions. In this way, addresses can be stored in the system in different international display formats (such as Kanji or Latin letters).


NAME1NameName

If you want to create an organization, enter the first name of your account organization.
All fields for Account Person must be empty.


NAME_ORG2Name 2Name 2

Second name field for business partners in the Organization category.
All fields for Account Person must be empty.


BU_SORT1Search Term 1Search Term 1

Denotes the term that you define for a business partner, and via which you can restrict the search for a business partner in the business partner search or in the locator.


STREETStreetStreet

Street name as part of the address.


HOUSE_NUM1House NumberHouse Number

House number as part of an address.


CITY2DistrictDistrict

City or District supplement.
In some countries/regions, this entry is appended with a hyphen to the city name by the automatic address formatting, in other countries/regions, it is output on a line of its own or (for example in the USA) not printed.


HOME_CITYDifferent CityDifferent City

City of residence which is different from the postal city.
In some countries/regions, the residential city is required if it differs from the postal city. In the USA, the official street indexes, against which data can be checked, are based on the residential city, not the postal city, which may be different.



CITY1CityCity

City name as part of the address.


#N/ABuildingBuilding

Number or abbreviation of a building in an address.
This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position.


FLOORFloorFloor

Floor of the building as more exact specification of an address. This field is not printed in the address.


NAME_COC/O NameC/O Name

Part of the address (c/o = care of) if the recipient is different from the occupant and the names are not similar (for example subtenants).
Put the localization-specific code (for example c/o) in front of the name of the occupant. This is not automatically done in the print format, like the language-specific word "PO Box".
Example:
John Smith
c/o David Brown

STR_SUPPL1Street 2Street 2

Additional address field which is printed above the Street line.
The Street address contains two lines above the street and two lines below the street.


STR_SUPPL2Street 3Street 3

Additional address field which is printed above the Street line.
The Street address contains two lines above the street and two lines below the street.


HOUSE_NUM2SupplementSupplement

House number supplement as part of an address, for example Apartment 17 or Suite 600. It is printed in the Street line.
Further Street supplements can be put in one of the fields Street2, Street3, Street4 or Street5.



PO_BOX_LOCPO Box CityPO Box City

Different city for the PO Box as an address component.
The PO Box city can be entered here if it is different from the address city. If the address is only a PO Box address, enter the city in the normal city field.



H - Customer general - Bank Data (Intercompany customer and any new customer outside of ECC)


Field NameField DescriptionRule
KUNNRCustomer NumberCustomer Number*


KBANKSBank Country/RegionBank Country/Region

Identifies the country/region in which the bank is located.
The country/region key defines the rules according to which bank data, such as the bank and account number, is to be validated.


KBANKLBank KeyBank Key

In this field, you specify the bank key under which bank data from the respective country/region is stored.
The length of bank key is decided on bank country/region. For example, if bank country/region is DE, length of bank key must have length 8; if bank country/region is IT, length of bank key must have length 10.


ACCOUNT_IDAccount (Acc. No. or IBAN)Account (Acc. No. or IBAN)


IBANIBANIBAN


BKONTBank Control KeyBank Control Key

This field contains a key for checking the combination of bank number and bank account number or to determine the type of account. Please check the SAP online documentation for further details and a list of localization-specific examples.


KOINHAccount Holder NameAccount Holder Name


ACCNAMEAccount NameAccount Name


BKREFReference DetailsReference Details


XEZERCollection Authorization IndicatorCollection Authorization Indicator

This is an indicator field. If the criterion is met, enter X. If not, leave the field empty.



i - Customer general - Tax Numbers (Intercompany customer and any new customer outside of ECC)


Field NameField DescriptionRule
KUNNRCustomer NumberCustomer Number*


TAXTYPETax Number CategoryTax Number Category*

Distinguishes between different sorts of tax numbers, for example, in the United States, the social security number and the corporate ID number; or in Europe, the VAT registration number.


TAXNUMTax NumberTax Number*

Enter the identification number issued by the tax authorities to taxpayers.



J - Customer general - Identification Numbers (Intercompany customer and any new customer outside of ECC)


Field NameField DescriptionRule
KUNNRCustomer NumberCustomer Number*


TYPEIdentification TypeIdentification Type*

Enter the type of the identification like Dun & Bradstreet Number, Global Location Number, and so on.


IDNUMBERIdentification NumberIdentification Number*

Number that serves to uniquely identify a business partner, such as Dun & Bradstreet Number, Global Location Number, and so on.



K. Collect Customer Classification 


Field NameField DescriptionRule
KUNNRCustomer Number

Mandatory

Key link to Customer master table KNA1.


NAME1Customer Name 

Display only

link to Customer master table KNA1 

KUKLACustomer classification

Allowed list 


01 – Industry (End-User): Direct customers who buy and use Syensqo products.
02 – Trade (Trader): Entities handling internal or raw-material trade flows.
03 – Distribution (Distributor / Reseller): Distributors or resellers who buy Syensqo products and sell them to their own customers or act as agents.
04 – Service Provider: Consultants, testing laboratories, or entities providing only services (no goods invoiced, e.g., freight or compensation).
05 – Joint Venture: Entities in which Syensqo holds a partnership or ownership interest, involved in joint operations or projects.
06 – Competitor (if configured): Companies competing in the same market segment as Syensqo.

TEXT40Customer classification Description

Display only



Vendor Master Data - DCTs

DCT Table NameField NameField DescriptionRule
General Data
DCT_VendorGeneralPARTNERBUSINESS PARTNERDCT key running number (Required)
DCT_VendorGeneralBU_GROUPGROUPINGDefault : BP09 (Required)
DCT_VendorGeneralNAME_ORG1NAME 1Must not exceed 40 chars (Required)
DCT_VendorGeneralNAME_ORG2NAME 2Must not exceed 40 chars
DCT_VendorGeneralBU_SORT1SEARCH TERM 1Must not exceed 40 chars (Required)
DCT_VendorGeneralVALID_FROMADDRESS VALID FROMMust be a valid date (Default to Creation Date)
DCT_VendorGeneralVALID_TOADDRESS VALID TOMust be a valid date (Default to 99991231)
DCT_VendorGeneralADEXTEXTERNAL ADDRESS NO.Must be numeric
DCT_VendorGeneralBPEXTEXTERNAL BP NUMBERMust be numeric
DCT_VendorGeneralNATPERSNATURAL PERSONX or blank
DCT_VendorGeneralMILVEMILITARY USEX or blank
DCT_VendorGeneralNUC_SECNUCLEAR SECTIONX or blank
DCT_VendorGeneralBPKINDBP TYPEMust be a valid BP Type in TB004
DCT_VendorGeneralAUGRPAUTHORISATION GROUPMust be a valid Auth Group inTB037
DCT_VendorGeneralXDELEARCHIVING FLAGX or blank
DCT_VendorGeneralXBLCKCENTRAL BLOCKX or blank
DCT_VendorGeneralNOT_RELEASEDNOT RELEASEDX or blank
DCT_VendorGeneralCONTACTCONTACT1, 2, 3 or blank
DCT_VendorGeneralXZEMPIndicator: Alternative Payee in Document Allowed?X or blank
DCT_VendorGeneralKTOKKVendor account groupMust be a valid Account Group in T077K
DCT_VendorGeneralSTKZAIndicator: Business Partner Subject to Equalization Tax?X or blank
DCT_VendorGeneralSTKZULiable for VATX or blank
DCT_VendorGeneralKRAUSCredit Information NumberMust not exceed 11 chars
DCT_VendorGeneralFITYPTax typeMust be a valid Tax Type in J_1AFITP
DCT_VendorGeneralSTCDTTax Number TypeMust be a valid Tax Number Type in J_1ATODC
DCT_VendorGeneralIPISPTax SplitX or blank
DCT_VendorGeneralTAXBSTax Base in PercentageMust be numeric
DCT_VendorGeneralJ_1KFTINDType of IndustryMust be a valid Industry Type in INDUSTYPE
DCT_VendorGeneralSTENRTax Number at Responsible Tax AuthorityMust not exceed 18 chars
DCT_VendorGeneralTERM_LITerms of LiabilityX or blank
DCT_VendorGeneralCOMSIZECompany SizeMust be a valid Company Size in J_1BTCOMSIZE
DCT_VendorGeneralDECREGPCDeclaration Regimen for PIS/COFINSMust be a valid Declaration Regimen in J_1BTDECREGPC
DCT_VendorGeneralCRC_NUMCRC NumberMust not exceed 25 chars
DCT_VendorGeneralRGRG NumberMust not exceed 11 chars
DCT_VendorGeneralEXPIssued ByMust not exceed 3 chars
DCT_VendorGeneralUFStateMust not exceed 2 chars
DCT_VendorGeneralRGDATERG Issuing DateMust be a valid date
DCT_VendorGeneralRICRIC NumberMust not exceed 11 chars
DCT_VendorGeneralRNEForeign National RegistrationMust not exceed 10 chars
DCT_VendorGeneralRNEDATERNE Issuing DateMust be a valid date
DCT_VendorGeneralCNAECNAEMust be a valid  CNAE in J_1BTCNAE
DCT_VendorGeneralLEGALNATLegal NatureMust be a valid  Legal Nature in J_1BTLEGALNAT
DCT_VendorGeneralCRTNCRT Number1,2, or 3
DCT_VendorGeneralICMSTAXPAYICMS TaxpayerMust be a valid  ICMS in J_1BTICMSTAXPAY
DCT_VendorGeneralINDTYPIndustry Main TypeMust be a valid  Industry Type in J_1BTINDTYP
DCT_VendorGeneralTDTTax Declaration TypeMust be a valid  TDT in J_1BTTDT
DCT_VendorGeneralLIFNRAccount Number of Vendor or CreditorMust exist in LFA1 or blank
DCT_VendorGeneralBEGRUAuthorization GroupMust not exceed 4 chars
DCT_VendorGeneralKUNNRCustomer NumberMust exist in KNA1 or blank
DCT_VendorGeneralLNRZAAccount Number of the Alternative PayeeMust exist in LFA1 or blank
DCT_VendorGeneralLTSNAIndicator: vendor sub-range relevantX or blank
DCT_VendorGeneralWERKRIndicator: plant level relevantX or blank
DCT_VendorGeneralSPERZPayment BlockX or blank
DCT_VendorGeneralXLFZAIndicator: Alternative Payee Using Account NumberX or blank
DCT_VendorGeneralNODELCentral deletion block for master recordX or blank
DCT_VendorGeneralIND_SECTORINDUSTRYMust be a valid Industr Sector in TB023
DCT_VendorGeneralRLTYPBP RoleMust be a valid role in TB003
DCT_VendorGeneralWERKSPlantMust be a valid plant in T001W
DCT_VendorGeneralVBUNDCompany ID of trading partnerMust be a valid ID in T880
Address Data
DCT_Vendor_ADRCPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_ADRCSEQNOSEQUENCE NUMBERDCT Key sequence number
DCT_Vendor_ADRCSTR_SUPPL1STREET 2Must not exceed 40 chars
DCT_Vendor_ADRCSTR_SUPPL2STREET 3Must not exceed 40 chars
DCT_Vendor_ADRCSTREETSTREET NAMEMust not exceed 60 chars (Required)
DCT_Vendor_ADRCHOUSE_NUM2SUPPLMust not exceed 10 chars
DCT_Vendor_ADRCSTR_SUPPL3STREET 4Must not exceed 40 chars
DCT_Vendor_ADRCLOCATIONSTREET 5Must not exceed 40 chars
DCT_Vendor_ADRCCITY2DISTRICTMust not exceed 40 chars
DCT_Vendor_ADRCPOST_CODE1POSTAL CODEMust not exceed 10 chars (Required)
DCT_Vendor_ADRCCITY1CITYMust not exceed 40 chars (Required)
DCT_Vendor_ADRCCOUNTRYCOUNTRYMust be a valid country in T005 (Required)
DCT_Vendor_ADRCREGIONREGIONMust be a valid region in T005S (Required)
DCT_Vendor_ADRCNATIONNATIONMust be a valid Nation in TSADV
DCT_Vendor_ADRCTIME_ZONETIME ZONEMust be a valid timezone in TTZZ 
DCT_Vendor_ADRCTAXJURCODETAX JURISDICTIONMust not exceed 15 chars
DCT_Vendor_ADRCTRANSPZONETRANSPORTATION ZONEMust be a valid transpzone in  TZONE
DCT_Vendor_ADRCPO_BOXPO BOXMust not exceed 10 chars
DCT_Vendor_ADRCPO_BOX_NUMPO BOX W/O NO.X or blank
DCT_Vendor_ADRCPO_BOX_LOBBYPO BOX LOBBYMust not exceed 40 chars
DCT_Vendor_ADRCPOST_CODE2POSTAL CODEMust not exceed 10 chars
DCT_Vendor_ADRCPO_BOX_LOCOTHER CITYMust not exceed 40 chars
DCT_Vendor_ADRCPO_BOX_CTYOTHER COUNTRYMust not exceed 40 chars
DCT_Vendor_ADRCPO_BOX_REGOTHER REGIONMust be a valid region in T005S
DCT_Vendor_ADRCPOST_CODE3COMPANY POSTAL CODEMust not exceed 10 chars
DCT_Vendor_ADRCLANGULANGUAGEMust be a valid language in T002 (Required)
DCT_Vendor_ADRCTEL_NUMBERTELEPHONEMust not exceed 30 chars and must be numeric
DCT_Vendor_ADRCTEL_EXTENSEXTENSIONMust not exceed 10 chars and must be numeric
DCT_Vendor_ADRCREMARKCOMMENTSMust not exceed 50 chars
DCT_Vendor_ADRCFAX_NUMBERFAXMust not exceed 30 chars and must be numeric
DCT_Vendor_ADRCFAX_EXTENSEXTENSIONMust not exceed 10 chars and must be numeric
DCT_Vendor_ADRCDEFLT_COMMSTANDARD METHODMust be a valid method inTSAC
Telephone Data
DCT_Vendor_TelPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_TelSEQNOSEQUENCE NUMBERDCT Key sequence number
DCT_Vendor_TelDFT_RECEIVSMS -ENABLEDX or blank
DCT_Vendor_TelFLG_NOUSEDO NOT USEX or blank
DCT_Vendor_TelVALID_FROMVALID FROMMust be a valid date
DCT_Vendor_TelVALID_TOVALID TOMust be a valid date
DCT_Vendor_TelFLGDEFAULTDEFAULTX or blank
DCT_Vendor_TelR3_USERMOBILE INDICATOR1,2,3, or X
DCT_Vendor_TelTEL_NUMBERTELEPHONEMust not exceed 30 chars and must be numeric
DCT_Vendor_TelTEL_EXTENSEXTENSIONMust not exceed 10 chars and must be numeric
DCT_Vendor_TelCOUNTRYCOUNTRYMust be a valid country in T005
Email Data
DCT_Vendor_EmailPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_EmailSEQNOSEQUENCE NUMBERDCT Key sequence number
DCT_Vendor_EmailSMTP_ADDRE-MAILMust be a valid email
Vendor ID Data
DCT_Vendor_IDPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_IDTYPEID TYPEDCT Key and must be a valid ID type in TB039A
DCT_Vendor_IDIDNUMBERIDENTIFICATION NUMBERDCT Key and must not exceed 60 chars
DCT_Vendor_IDINSTITUTERESPONSIBLE INSTITUTIONMust not exceed 40 chars and legacy value mapped to S4
DCT_Vendor_IDENTRY_DATEENTRY DATEMust be a valid date (Default to Creation Date)
DCT_Vendor_IDVALID_DATE_FROMVALID FROMMust be a valid date (Default to Creation Date)
DCT_Vendor_IDVALID_DATE_TOVALID TOMust be a valid date (Defaul to 99991231)
DCT_Vendor_IDCOUNTRYCOUNTRYMust be a valid country in T005
DCT_Vendor_IDREGIONREGIONMust be a valid region in T005S
Tax Data
DCT_Vendor_TaxPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_TaxTAXTYPECATEGORYDCT Key and must be a valid category in TFKTAXNUMTYPE_C
DCT_Vendor_TaxTAXNUMTAX NUMBERMust not exceed 20 chars
DCT_Vendor_TaxTAX_CTYCOUNTRY/REGIONMust be a valid Tax Country in TB071
DCT_Vendor_TaxTAX_REGREGIONMust be a valid region in T005S
DCT_Vendor_TaxTAX_TYPETAX TYPEMust be a valid Tax Type in TB071
DCT_Vendor_TaxTAX_GROUPBUSINESS PARTNER TAX GROUPMust be a valid Tax Group in TB071
Bank Data
DCT_Vendor_BankPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_BankBKVIDID (BANK DETAILS)DCT Key and must not exceed 4 chars
DCT_Vendor_BankBANKSBANK COUNTRYMust be a valid country in T005
DCT_Vendor_BankBANKLBANK KEYMust not exceed 15 chars and legacy value mapped to S4
DCT_Vendor_BankBANKNBANK ACCOUNTMust not exceed 18 chars
DCT_Vendor_BankBKONTCONTROL KEYMust not exceed 2 chars
DCT_Vendor_BankIBANIBANMust not exceed 34 chars
DCT_Vendor_BankBK_VALID_FROMVALID FROMMust be a valid date
DCT_Vendor_BankBKREFREFERENCE DETAILSMust not exceed 20 chars
DCT_Vendor_BankBKEXTEXTERNAL IDMust not exceed 20 chars
DCT_Vendor_BankXEZERCOLLECTION AUTHORISATIONX or blank
DCT_Vendor_BankKOINHACCOUNT HOLDERMust not exceed 60 chars
DCT_Vendor_BankACCNAMEACCOUNT NAMEMust not exceed 40 chars
DCT_Vendor_BankBK_VALID_TOVALID TOMust be a valid date
DCT_Vendor_BankBVTYPPARTNER BANK TYPEMust not exceed 4 chars (Required)
DCT_Vendor_BankEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
A, B, C, D, or blank
Vendor Status


DCT_Vendor_StatusPARTNERBUSINESS PARTNERDCT Key from General Data 
DCT_Vendor_StatusSTATSTATUSDCT Key status and must not exceed 5 chars
DCT_Vendor_StatusSTSMASTATUS PROFILEMust be a valid profile in TJ20
Valid Patterns for Cleansing <CR0388>


DCT_Valid_PatternsLAND1CountryDCT Key. Muxt be a valid country in T005.
DCT_Valid_PatternsSEQNOSeqNoDCT Key numeric sequence
DCT_Valid_PatternsPOSTCODEPostCodeMust not exceed 50 chars
DCT_Valid_PatternsBANKNBankAccountMust not exceed 50 chars
DCT_Valid_PatternsIBANIBANMust not exceed 50 chars
DCT_Valid_PatternsSWIFT_BICSwift_BICMust not exceed 50 chars
DCT_Valid_PatternsSTCEGVATMust not exceed 50 chars
DCT_Valid_PatternsSTCD1TaxCode1Must not exceed 50 chars
DCT_Valid_PatternsSTCD2TaxCode2Must not exceed 50 chars
DCT_Valid_PatternsSTCD3TaxCode3Must not exceed 50 chars
DCT_Valid_PatternsSTCD4TaxCode4Must not exceed 50 chars
DCT_Valid_PatternsSTCD5TaxCode5Must not exceed 50 chars
DCT_Valid_PatternsSTCD6TaxCode6Must not exceed 50 chars


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 Partner

Rule - 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/PY+S4 Plant code 


The number range assigned to the BP will be fixed in different mocks. The BP will be shared by customer/vendor.

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 Number

Rule - if it is single, just copy legacy customer or vendor number.
if there are multiples legacy number, use '/' to combine customer/vendor number

Rule - the primary BP Number if in case we find multiple BP's being merged with one record after deduplication and the rest will be maintained in the identification tab

5WP2/PF2ADRCSORT1Search Term 1S4 HanaBUT000BU_SORT1Search Term 1Copy - 
6WP2/PF2ADRCNAME1Name 1S4 HanaBUT000NAME_ORG1Name 1

Copy - 

*start of 20260315 update 

Rule. If there is value in name 3/4, combine name 1/2/3/4 first, then migrate to name 1/2 only

*end of 20260315 update 

7WP2/PF2ADRCNAME2Name 2S4 HanaBUT000NAME_ORG2Name 2

Copy - 

Copy - 

*start of 20260315 update 

Rule. If there is value in name 3/4, combine name 1/2/3/4 first, then migrate to name 1/2 only

*end of 20260315 update 

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, it will be DCT, the numbering will be as following
Legal entity will be ICT/ICN+S4 Company Code 
Plant will be PL/PY+S4 Plant code 
59WP2/PF2KNA1

 KNA1-ZZR_DUNS_DIRECT 

KNA1-ZZR_DUNS_PARENT

KNA1-KUNNR

Identification TypeS4 HanaBUT0IDTYPEIdentification Type

Rule - if follow fields are not blank, map to below ID

KNA1-ZZR_DUNS_DIRECT - Map to ID BUP001
KNA1-ZZR_DUNS_PARENT - Map to ID XXXX

For legacy customer number - Map to ID YYYY. One customer will be one line item

60WP2/PF2KNA1

KNA1-ZZR_DUNS_DIRECT 

KNA1-ZZR_DUNS_PARENT

KNA1-KUNNR

ID NumberS4 HanaBUT0IDIDNUMBERID Number

Rule - if follow fields are not blank, copy the value

KNA1-ZZR_DUNS_DIRECT        DUNS direct code - Map to ID BUP001

ZZR_DUNS_PARENT - Map to ID XXXX

For legacy customer number - Map to ID YYYY. One customer will be one line item

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, it will be DCT, the numbering will be as following
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL/PY+S4 Plant code
62WP2/PF2KNA1KNA1-LAND/STCEG/STCD1/2/3/4/5/6Tax 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

WP2/PF2

ADR2

ADR3

ADR4

ADR5

ADR6

PERSNUMBERPerson Number

ADR2

ADR3

ADR4

ADR5

ADR6

PERSNUMBERPerson Number

*start of 20260420 change 

 Rule: when selecting the source data, the field should be blank as this is for contact person

*end of 20260420 change 


64WP2/PF2ADR2CONSNUMBERSequence NumberS4 HanaADR2CONSNUMBERSequence NumberCopy - 
65WP2/PF2ADR2COUNTRYCountry/RegionS4 HanaADR2COUNTRYCountry/RegionCopy - 
66WP2/PF2ADR2FLGDEFAULTStandard No.S4 HanaADR2FLGDEFAULTStandard No.

Internal

If ADR2-FLGDEFAULT = X, sort based on this field in descending order as this record needs to be loaded first

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.

Internal

If ADR3-FLGDEFAULT = X, sort based on this field in descending order as this record needs to be loaded first

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.

Internal

If ADR4-FLGDEFAULT = X, sort based on this field in descending order as this record needs to be loaded first

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.

Internal

If ADR5-FLGDEFAULT = X, sort based on this field in descending order as this record needs to be loaded first

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.

Internal 

If ADR6-FLGDEFAULT = X, sort based on this field in descending order as this record needs to be loaded first

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, it will be DCT, the numbering will be as following
Legal entity will be ICT/ICN+S4 Company Code
Plant will be PL/PY+S4 Plant code






BUT0BKBKVIDBank Detail ID

Rule - Running number from 0001 onwards

*20260331 BKVID Update

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 block

Copy - 

*20260317 Mapping - refer to MAP_AUFSD

104WP2/PF2KNA1DATLTData lineS4 HanaKNA1DATLTData lineCopy - 
105WP2/PF2KNA1EXABLUnloading pointsS4 HanaKNA1EXABLUnloading pointsTBD - 
106WP2/PF2KNA1FAKSDCentral billing blockS4 HanaKNA1FAKSDCentral billing block

Copy - 

*20260317 Mapping - refer to MAP_FAKSK

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 block

Copy - 

*20260317 Mapping - refer to MAP_LIFSD

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

DCT * updated on 20260128

132WP2/PF2

Delivery Date RuleS4 HanaKNA1DELIVERY_DATE_RULEDelivery Date Rule

NOT IN USE

DCT - 


Maintain for sales-relevant customers (Ship-To / Sold-To) to control how delivery dates are interpreted during order creation and scheduling.
Use the value aligned with Syensqo’s global delivery scheduling logic defined in SD configuration (e.g., requested date = customer receipt date).
Leave blank for non-sales BPs (e.g., Bill-To, Payer, Vendor).

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 Number

DCT - 

Applicable for India.
Mandatory for all tax-registered customers (individuals and organizations).
The PAN must be valid and verifiable through the official government PAN database.
Used for tax reporting, invoice validation, and TDS/TCS compliance.

145WP2/PF2KNA1GST_TDSGST TDS RegistrationS4 HanaKNA1GST_TDSGST TDS Registration

DCT - 

Applicable for India only.

Maintain when the customer is registered for GST TDS under Section 51 of the CGST Act.
Mandatory for customers liable for TDS as per Indian tax law.
Not applicable for customers outside India or where TDS does not apply.

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

Same as BP Number*20260210 update

148WP2/PF2KNVAKNFAKCust.fact.calendarS4 HanaKNVAKNFAKCust.fact.calendar

DCT'

Mapping MAP_KNFAK

*20260210 update

149WP2/PF2KNVAWANIDGoods receiving hrsS4 HanaKNVAWANIDGoods receiving hrs

DCT - 

Mapping MAP_WANID *20260210 update

150WP2/PF2KNVATPQUAMeans of Transp. QualificationS4 HanaKNVATPQUAMeans of Transp. Qualification

DCT - 

Copy *20260210 update

151WP2/PF2KNVATPGRPMeans of Transport GroupS4 HanaKNVATPGRPMeans of Transport Group

DCT -

Copy *20260210 update 

152WP2/PF2KNVASTZKLWait Time Class (Factor, Var. Portion)S4 HanaKNVASTZKLWait Time Class (Factor, Var. Portion)

DCT - 

Copy *20260210 update

153WP2/PF2KNVASTZZUWait Time Surcharge (Fixed Portion)S4 HanaKNVASTZZUWait Time Surcharge (Fixed Portion)

DCT - 

Copy *20260210 update

154WP2/PF2KNVAMOAB1MondayS4 HanaKNVAMOAB1Monday

DCT - 

Copy *20260210 update

155WP2/PF2KNVAMOBI1MondayS4 HanaKNVAMOBI1Monday

DCT - 

Copy *20260210 update

156WP2/PF2KNVAMOAB2MondayS4 HanaKNVAMOAB2Monday

DCT - 

Copy *20260210 update

157WP2/PF2KNVAMOBI2MondayS4 HanaKNVAMOBI2Monday

DCT - 

Copy *20260210 update

158WP2/PF2KNVADIAB1TuesdayS4 HanaKNVADIAB1Tuesday

DCT - 

Copy *20260210 update

159WP2/PF2KNVADIBI1TuesdayS4 HanaKNVADIBI1Tuesday

DCT - 

Copy *20260210 update

160WP2/PF2KNVADIAB2TuesdayS4 HanaKNVADIAB2Tuesday

DCT - 

Copy *20260210 update

161WP2/PF2KNVADIBI2TuesdayS4 HanaKNVADIBI2Tuesday

DCT - 

Copy *20260210 update

162WP2/PF2KNVAMIAB1WednesdayS4 HanaKNVAMIAB1Wednesday

DCT - 

Copy *20260210 update

163WP2/PF2KNVAMIBI1WednesdayS4 HanaKNVAMIBI1Wednesday

DCT - 

Copy *20260210 update

164WP2/PF2KNVAMIAB2WednesdayS4 HanaKNVAMIAB2Wednesday

DCT - 

Copy *20260210 update

165WP2/PF2KNVAMIBI2WednesdayS4 HanaKNVAMIBI2Wednesday

DCT - 

Copy *20260210 update

166WP2/PF2KNVADOAB1ThursdayS4 HanaKNVADOAB1Thursday

DCT - 

Copy *20260210 update

167WP2/PF2KNVADOBI1ThursdayS4 HanaKNVADOBI1Thursday

DCT - 

Copy *20260210 update

168WP2/PF2KNVADOAB2ThursdayS4 HanaKNVADOAB2Thursday

DCT - 

Copy *20260210 update

169WP2/PF2KNVADOBI2ThursdayS4 HanaKNVADOBI2Thursday

DCT - 

Copy *20260210 update

170WP2/PF2KNVAFRAB1FridayS4 HanaKNVAFRAB1Friday

DCT - 

Copy *20260210 update

171WP2/PF2KNVAFRBI1FridayS4 HanaKNVAFRBI1Friday

DCT - 

Copy *20260210 update

172WP2/PF2KNVAFRAB2FridayS4 HanaKNVAFRAB2Friday

DCT - 

Copy *20260210 update

173WP2/PF2KNVAFRBI2FridayS4 HanaKNVAFRBI2Friday

DCT - 

Copy *20260210 update

174WP2/PF2KNVASAAB1SaturdayS4 HanaKNVASAAB1Saturday

DCT - 

Copy *20260210 update

175WP2/PF2KNVASABI1SaturdayS4 HanaKNVASABI1Saturday

DCT - 

Copy *20260210 update

176WP2/PF2KNVASAAB2SaturdayS4 HanaKNVASAAB2Saturday

DCT - 

Copy *20260210 update

177WP2/PF2KNVASABI2SaturdayS4 HanaKNVASABI2Saturday

DCT - 

Copy *20260210 update

178WP2/PF2KNVASOAB1SundayS4 HanaKNVASOAB1Sunday

DCT - 

Copy *20260210 update

179WP2/PF2KNVASOBI1SundayS4 HanaKNVASOBI1Sunday

DCT - 

Copy *20260210 update

180WP2/PF2KNVASOAB2SundayS4 HanaKNVASOAB2Sunday

DCT - 

Copy *20260210 update

181WP2/PF2KNVASOBI2SundayS4 HanaKNVASOBI2Sunday

DCT - 

Copy *20260210 update

182WP2/PF2KNVADEFABDefault unloading ptS4 HanaKNVADEFABDefault unloading pt

DCT - 

Copy *20260210 update

183WP2/PF2BUT100

RLTYP

20260420 change. no source value

BP RoleS4 HanaBUT100RLTYPBP RoleDefault - FLCU01
184WP2/PF2ADRCTREMARKNotesS4 HanaADRCTREMARKNotesCopy - 

WP2/PF2FITHA_BRNCHBUKRS *20260326 update for FITHA_BRNCHCompanyS4 HanaFITHA_BRNCHBUKRSCompany

Not used


WP2/PF2FITHA_BRNCHBP_NUMMR *20260326 update for FITHA_BRNCHCustomer/vendor account numberS4 HanaFITHA_BRNCHBP_NUMMRCustomer/vendor account number

XREF - Map based on ECC vs S4 Customer number


WP2/PF2FITHA_BRNCHKOART *20260326 update for FITHA_BRNCHAccount typeS4 HanaFITHA_BRNCHKOARTAccount type

Default - D (Customer)

185WP2/PF2FITHA_BRNCHBCODEBranch CodeS4 HanaFITHA_BRNCHBCODEBranch Code

Copy

Indicates the Thai Revenue Department branch code used for input/output VAT reporting.

Applicable only for domestic Thailand customers (Sold-To, Ship-To, Payer).

Maintain ‘00000’ for all domestic Thailand customers (default value).

Not required for international/export customers, as the field impacts only Thai VAT reporting.

Upon business request, the value may be updated to a specific branch code (00001–00009 / 00010).

186



S4 HanaADR2VALID_FROMValid FromInternal
187



S4 HanaADR2VALID_TOValid ToInternal
188



S4 HanaADR3VALID_FROMValid FromInternal
189



S4 HanaADR3VALID_TOValid ToInternal
190



S4 HanaADR4VALID_FROMValid FromInternal
191



S4 HanaADR4VALID_TOValid ToInternal
192



S4 HanaADR5VALID_FROMValid FromInternal
193



S4 HanaADR5VALID_TOValid ToInternal
194



S4 HanaADR6VALID_FROMValid FromInternal
195



S4 HanaADR6VALID_TOValid ToInternal
196PF2/WP2ADRCADDRNUMBERAddress NumberS4 HanaBUT020ADEXTEXTERNAL ADDRESS NO.Copy






                             

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
1PF2 WP2N/AN/AN/AROW ChinaBUT000PARTNERBUSINESS PARTNERExternal number range
2PF2 WP2N/AN/AN/AROW ChinaBUT000BU_GROUPGROUPINGDefault: BP02
3PF2 WP2LFA1NAME1NAME 1ROW ChinaBUT000NAME_ORG1NAME 1Copy
4PF2 WP2LFA1NAME2NAME 2ROW ChinaBUT000NAME_ORG2NAME 2Copy
5PF2 WP2LFA1SORTLSEARCH TERM 1ROW ChinaBUT000BU_SORT1SEARCH TERM 1Copy
6PF2 WP2N/AN/AN/AROW ChinaBUT000VALID_FROMADDRESS VALID FROMInternal
7PF2 WP2N/AN/AN/AROW ChinaBUT000VALID_TOADDRESS VALID TOInternal
8PF2 WP2ADRCADDRNUMBERAddress NumberROW ChinaBUT020ADEXTEXTERNAL ADDRESS NO.Copy
9PF2 WP2LFA1LIFNRVendor NumberROW ChinaBUT000BPEXTEXTERNAL BP NUMBERRule: Copy from LFA1-LIFNR where record is marked as master from dedup
10PF2 WP2LFA1STKZNNATURAL PERSONROW ChinaBUT000NATPERSNATURAL PERSONCopy
11PF2 WP2N/AN/AN/AROW ChinaBUT000MILVEMILITARY USEDefault: Blank
12PF2 WP2N/AN/AN/AROW ChinaBUT000NUC_SECNUCLEAR SECTIONDefault: Blank
13PF2 WP2LFA1KTOKKVendor account groupROW ChinaBUT000BPKINDBP TYPEMapping
14PF2 WP2N/AN/AN/AROW ChinaBUT000AUGRPAUTHORISATION GROUPDefault: Blank
15PF2 WP2N/AN/AN/AROW ChinaBUT000XDELEARCHIVING FLAGDefault: Blank
16PF2 WP2N/AN/AN/AROW ChinaBUT000XBLCKCENTRAL BLOCKDefault: Blank
17PF2 WP2N/AN/AN/AROW ChinaBUT000NOT_RELEASEDNOT RELEASEDDefault: Blank
18PF2 WP2N/AN/AN/AROW ChinaBUT000CONTACTCONTACTDefault: Blank
19PF2 WP2LFA1XZEMPIndicator: Alternative Payee in Document Allowed?ROW ChinaLFA1XZEMPIndicator: Alternative Payee in Document Allowed?Copy
20PF2 WP2LFA1KTOKKVendor account groupROW ChinaLFA1KTOKKVendor account groupMapping
21PF2 WP2LFA1STKZAIndicator: Business Partner Subject to Equalization Tax?ROW ChinaLFA1STKZAIndicator: Business Partner Subject to Equalization Tax?Copy
22PF2 WP2LFA1STKZULiable for VATROW ChinaLFA1STKZULiable for VATCopy
23PF2 WP2LFA1KRAUSCredit Information NumberROW ChinaLFA1KRAUSCredit Information NumberCopy
24PF2 WP2LFA1FITYPTax typeROW ChinaLFA1FITYPTax typeMapping
25PF2 WP2LFA1STCDTTax Number TypeROW ChinaLFA1STCDTTax Number TypeMapping
26PF2 WP2LFA1IPISPTax SplitROW ChinaLFA1IPISPTax SplitCopy
27PF2 WP2LFA1TAXBSTax Base in PercentageROW ChinaLFA1TAXBSTax Base in PercentageCopy
28PF2 WP2LFA1J_1KFTINDType of IndustryROW ChinaLFA1J_1KFTINDType of IndustryMapping
29PF2 WP2LFA1STENRTax Number at Responsible Tax AuthorityROW ChinaLFA1STENRTax Number at Responsible Tax AuthorityCopy
30PF2 WP2LFA1TERM_LITerms of LiabilityROW ChinaLFA1TERM_LITerms of LiabilityCopy
31PF2 WP2LFA1COMSIZECompany SizeROW ChinaLFA1COMSIZECompany SizeCopy
32PF2 WP2LFA1DECREGPCDeclaration Regimen for PIS/COFINSROW ChinaLFA1DECREGPCDeclaration Regimen for PIS/COFINSCopy
33PF2 WP2LFA1CRC_NUMCRC NumberROW ChinaLFA1CRC_NUMCRC NumberCopy
34PF2 WP2LFA1RGRG NumberROW ChinaLFA1RGRG NumberCopy
35PF2 WP2LFA1EXPIssued ByROW ChinaLFA1EXPIssued ByCopy
36PF2 WP2LFA1UFStateROW ChinaLFA1UFStateCopy
37PF2 WP2LFA1RGDATERG Issuing Date

Type: Date
ROW ChinaLFA1RGDATERG Issuing Date

Type: Date
Copy
38PF2 WP2LFA1RICRIC NumberROW ChinaLFA1RICRIC NumberCopy
39PF2 WP2LFA1RNEForeign National RegistrationROW ChinaLFA1RNEForeign National RegistrationCopy
40PF2 WP2LFA1RNEDATERNE Issuing DateROW ChinaLFA1RNEDATERNE Issuing DateCopy
41PF2 WP2LFA1CNAECNAEROW ChinaLFA1CNAECNAECopy
42PF2 WP2LFA1LEGALNATLegal NatureROW ChinaLFA1LEGALNATLegal NatureCopy
43PF2 WP2LFA1CRTNCRT NumberROW ChinaLFA1CRTNCRT NumberCopy
44PF2 WP2LFA1ICMSTAXPAYICMS TaxpayerROW ChinaLFA1ICMSTAXPAYICMS TaxpayerCopy
45PF2 WP2LFA1INDTYPIndustry Main TypeROW ChinaLFA1INDTYPIndustry Main TypeCopy
46PF2 WP2LFA1TDTTax Declaration TypeROW ChinaLFA1TDTTax Declaration TypeCopy
47PF2 WP2LFA1LIFNRAccount Number of Vendor or CreditorROW ChinaLFA1LIFNRAccount Number of Vendor or CreditorVendor_XREF
48PF2 WP2LFA1BEGRUAuthorization GroupROW ChinaLFA1BEGRUAuthorization GroupCopy
49PF2 WP2LFA1KUNNRCustomer NumberROW ChinaLFA1KUNNRCustomer NumberCustomer_XREF
50PF2 WP2LFA1LNRZAAccount Number of the Alternative PayeeROW ChinaLFA1LNRZAAccount Number of the Alternative PayeeCopy
51PF2 WP2LFA1LTSNAIndicator: vendor sub-range relevantROW ChinaLFA1LTSNAIndicator: vendor sub-range relevantCopy
52PF2 WP2LFA1WERKRIndicator: plant level relevantROW ChinaLFA1WERKRIndicator: plant level relevantCopy
53PF2 WP2LFA1SPERZPayment BlockROW ChinaLFA1SPERZPayment BlockCopy
54PF2 WP2LFA1XLFZAIndicator: Alternative Payee Using Account NumberROW ChinaLFA1XLFZAIndicator: Alternative Payee Using Account NumberCopy
55PF2 WP2LFA1NODELCentral deletion block for master recordROW ChinaLFA1NODELCentral deletion block for master recordCopy
56PF2 WP2ADRCSTR_SUPPL1STREET 2ROW ChinaADRCSTR_SUPPL1STREET 2Copy
57PF2 WP2ADRCSTR_SUPPL2STREET 3ROW ChinaADRCSTR_SUPPL2STREET 3Copy
58PF2 WP2ADRCSTREETSTREET NAMEROW ChinaADRCSTREETSTREET NAMECopy
59PF2 WP2ADRCHOUSE_NUM2SUPPLROW ChinaADRCHOUSE_NUM2SUPPLCopy
60PF2 WP2ADRCSTR_SUPPL3STREET 4ROW ChinaADRCSTR_SUPPL3STREET 4Copy
61PF2 WP2ADRCLOCATIONSTREET 5ROW ChinaADRCLOCATIONSTREET 5Copy
62PF2 WP2ADRCCITY2DISTRICTROW ChinaADRCCITY2DISTRICTCopy
63PF2 WP2ADRCPOST_CODE1POSTAL CODEROW ChinaADRCPOST_CODE1POSTAL CODECopy
64PF2 WP2ADRCCITY1CITYROW ChinaADRCCITY1CITYCopy
65PF2 WP2ADRCCOUNTRYCOUNTRYROW ChinaADRCCOUNTRYCOUNTRYCopy
66PF2 WP2ADRCREGIONREGIONROW ChinaADRCREGIONREGIONMapping
67PF2 WP2ADRCNATIONNATIONROW ChinaADRCNATIONNATIONCopy
68PF2 WP2ADRCTIME_ZONETIME ZONEROW ChinaADRCTIME_ZONETIME ZONECopy
69PF2 WP2ADRCTAXJURCODETAX JURISDICTIONROW ChinaADRCTAXJURCODETAX JURISDICTIONCopy
70PF2 WP2ADRCTRANSPZONETRANSPORTATION ZONEROW ChinaADRCTRANSPZONETRANSPORTATION ZONECopy
71PF2 WP2ADRCPO_BOXPO BOXROW ChinaADRCPO_BOXPO BOXCopy
72PF2 WP2ADRCPO_BOX_NUMPO BOX W/O NO.ROW ChinaADRCPO_BOX_NUMPO BOX W/O NO.Copy
73PF2 WP2ADRCPO_BOX_LOBBYPO BOX LOBBYROW ChinaADRCPO_BOX_LOBBYPO BOX LOBBYCopy
74PF2 WP2ADRCPOST_CODE2POSTAL CODEROW ChinaADRCPOST_CODE2POSTAL CODECopy
75PF2 WP2ADRCPO_BOX_LOCOTHER CITYROW ChinaADRCPO_BOX_LOCOTHER CITYCopy
76PF2 WP2ADRCPO_BOX_CTYOTHER COUNTRYROW ChinaADRCPO_BOX_CTYOTHER COUNTRYCopy
77PF2 WP2ADRCPO_BOX_REGOTHER REGIONROW ChinaADRCPO_BOX_REGOTHER REGIONMapping
78PF2 WP2ADRCPOST_CODE3COMPANY POSTAL CODEROW ChinaADRCPOST_CODE3COMPANY POSTAL CODECopy
79PF2 WP2ADRCLANGULANGUAGEROW ChinaADRCLANGULANGUAGECopy
80PF2 WP2ADRCTEL_NUMBERTELEPHONEROW ChinaADRCTEL_NUMBERTELEPHONECopy
81PF2 WP2ADRCTEL_EXTENSEXTENSIONROW ChinaADRCTEL_EXTENSEXTENSIONCopy
82PF2 WP2ADR2 DFT_RECEIVSMS -ENABLEDROW ChinaADR2 DFT_RECEIVSMS -ENABLED

Copy where PERSNUMBER is blank

83PF2 WP2ADR2FLG_NOUSEDO NOT USEROW ChinaADR2FLG_NOUSEDO NOT USECopy where PERSNUMBER is blank
84PF2 WP2ADRCTREMARKCOMMENTSROW ChinaADRCTREMARKCOMMENTSCopy
85PF2 WP2ADR2VALID_FROMVALID FROMROW ChinaADR2VALID_FROMVALID FROMCopy where PERSNUMBER is blank
86PF2 WP2ADR2VALID_TOVALID TOROW ChinaADR2VALID_TOVALID TOCopy where PERSNUMBER is blank
87PF2 WP2ADR2FLGDEFAULTDEFAULTROW ChinaADR2FLGDEFAULTDEFAULTCopy where PERSNUMBER is blank
88PF2 WP2ADR2R3_USERMOBILE INDICATORROW ChinaADR2R3_USERMOBILE INDICATORCopy where PERSNUMBER is blank
89PF2 WP2ADRCFAX_NUMBERFAXROW ChinaADRCFAX_NUMBERFAXCopy
90PF2 WP2ADRCFAX_EXTENSEXTENSIONROW ChinaADRCFAX_EXTENSEXTENSIONCopy
91PF2 WP2ADR6SMTP_ADDRE-MAILROW ChinaADR6SMTP_ADDRE-MAILCopy where PERSNUMBER is blank
92PF2 WP2ADRCDEFLT_COMMSTANDARD METHODROW ChinaADRCDEFLT_COMMSTANDARD METHODCopy
93PF2 WP2ADR2TEL_NUMBERTELEPHONEROW ChinaADR2TEL_NUMBERTELEPHONECopy where PERSNUMBER is blank
94PF2 WP2ADR2TEL_EXTENSEXTENSIONROW ChinaADR2TEL_EXTENSEXTENSIONCopy where PERSNUMBER is blank
95PF2 WP2ADR2COUNTRYCOUNTRYROW ChinaADR2COUNTRYCOUNTRYCopy where PERSNUMBER is blank
96PF2 WP2BUT000/BUT0ISIND_SECTORINDUSTRYROW ChinaBUT000/BUT0ISIND_SECTORINDUSTRYMapping
97PF2 WP2LFA1LIFNR/ ZZR_DUNS_DIRECT
ROW ChinaBUT0IDTYPEID TYPERule - if follow fields are not blank, map to below ID
LFA1-LIFNR - Map to ZPSU01 (Legacy Vendor Numbers)
LFA1-ZZR_DUNS_DIRECT - Map to ID BUP001 (DUNS)
98PF2 WP2LFA1LIFNR/ ZZR_DUNS_DIRECT
ROW ChinaBUT0IDIDNUMBERIDENTIFICATION NUMBERRule - if follow fields are not blank, copy the value
LFA1-LIFNR - Map to ZPSU01
If BUT0ID-TYPE=BUP001, LFA1-ZZR_DUNS_DIRECT       
99PF2 WP2


ROW ChinaBUT0IDINSTITUTERESPONSIBLE INSTITUTIONDefault: Blank
100PF2 WP2LFA1ERDATCreated OnROW ChinaBUT0IDENTRY_DATEENTRY DATECopy
101PF2 WP2LFA1ERDATCreated OnROW ChinaBUT0IDVALID_DATE_FROMVALID FROMCopy
102PF2 WP2N/AN/AN/AROW ChinaBUT0IDVALID_DATE_TOVALID TODefault: Blank
103PF2 WP2ADRCCOUNTRYCOUNTRYROW ChinaBUT0IDCOUNTRYCOUNTRYCopy
104PF2 WP2LFA1REGIONREGIONROW ChinaBUT0IDREGIONREGIONMapping
105PF2 WP2LFA1LAND1CountryROW ChinaDFKKBPTAXNUMTAXTYPECATEGORYRule - Refer to MAP_TAXTYPE. Based on LFA1-LAND1 STCEG/STCD1/2/3/4/5/6 to map the tax number categories and fields. 
106PF2 WP2LFA1STCEG/STCD1/STCD2/STCD3/STCD4/STCD5/STCD6TAX NUMBERROW ChinaDFKKBPTAXNUMTAXNUMTAX NUMBERRule - Refer to MAP_TAXTYPE. Based on LFA1-LAND1 STCEG/STCD1/2/3/4/5/6 to map the tax number categories and fields. 
107PF2 WP2BUT_FRG0011TAX_CTYCOUNTRY/REGIONROW ChinaBUT_FRG0011TAX_CTYCOUNTRY/REGIONCopy
108PF2 WP2BUT_FRG0011TAX_REGREGIONROW ChinaBUT_FRG0011TAX_REGREGIONMapping
109PF2 WP2BUT_FRG0011TAX_TYPETAX TYPEROW ChinaBUT_FRG0011TAX_TYPETAX TYPEMapping
110PF2 WP2BUT_FRG0011TAX_GROUPBUSINESS PARTNER TAX GROUPROW ChinaBUT_FRG0011TAX_GROUPBUSINESS PARTNER TAX GROUPMapping
111PF2 WP2BUT0BKBKVIDID (BANK DETAILS)ROW ChinaBUT0BKBKVIDID (BANK DETAILS)Copy
112PF2 WP2BUT0BKBANKSBANK COUNTRYROW ChinaBUT0BKBANKSBANK COUNTRYCopy
113PF2 WP2BUT0BKBANKLBANK KEYROW ChinaBUT0BKBANKLBANK KEYMapping
114PF2 WP2BUT0BKBANKNBANK ACCOUNTROW ChinaBUT0BKBANKNBANK ACCOUNTCopy
115PF2 WP2BUT0BKBKONTCONTROL KEYROW ChinaBUT0BKBKONTCONTROL KEYCopy
116PF2 WP2BUT0BKIBANIBANROW ChinaBUT0BKIBANIBANCopy
117PF2 WP2BUT0BKBK_VALID_FROMVALID FROMROW ChinaBUT0BKBK_VALID_FROMVALID FROMCopy
118PF2 WP2BUT0BKBKREFREFERENCE DETAILSROW ChinaBUT0BKBKREFREFERENCE DETAILSCopy
119PF2 WP2BUT0BKBKEXTEXTERNAL IDROW ChinaBUT0BKBKEXTEXTERNAL IDCopy
120PF2 WP2BUT0BKXEZERCOLLECTION AUTHORISATIONROW ChinaBUT0BKXEZERCOLLECTION AUTHORISATIONCopy
121PF2 WP2BUT0BKKOINHACCOUNT HOLDERROW ChinaBUT0BKKOINHACCOUNT HOLDERCopy
122PF2 WP2BUT0BKACCNAMEACCOUNT NAMEROW ChinaBUT0BKACCNAMEACCOUNT NAMECopy
123PF2 WP2BUT0BKBK_VALID_TOVALID TOROW ChinaBUT0BKBK_VALID_TOVALID TOInternal
124PF2 WP2N/AN/AN/AROW ChinaCRM_JSTOSTSMASTATUS PROFILEDefault: Blank
125PF2 WP2N/AN/AN/AROW ChinaCRM_JESTSTATSTATUSDefault: Blank
126PF2 WP2LFBKBVTYPPARTNER BANK TYPEROW ChinaLFBKBVTYPPARTNER BANK TYPECopy
127PF2 WP2LFBKEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
ROW ChinaLFBKEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
Copy
128PF2 WP2N/AN/AN/AROW ChinaBUT100RLTYPBP RoleDefault: FLVN01


Vendor Master Data Transformation Rule (DCT source)

Rule #Source systemSource TableSource FieldSource DescriptionTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
1DCTDCT_VendorGeneralPARTNERBUSINESS PARTNERROW ChinaBUT000PARTNERBUSINESS PARTNERExternal number range
2DCTDCT_VendorGeneralBU_GROUPGROUPINGROW ChinaBUT000BU_GROUPGROUPINGDefault: BP02
3DCTDCT_VendorGeneralNAME_ORG1NAME 1ROW ChinaBUT000NAME_ORG1NAME 1Copy
4DCTDCT_VendorGeneralNAME_ORG2NAME 2ROW ChinaBUT000NAME_ORG2NAME 2Copy
5DCTDCT_VendorGeneralBU_SORT1SEARCH TERM 1ROW ChinaBUT000BU_SORT1SEARCH TERM 1Copy
6DCTDCT_VendorGeneralN/AN/AROW ChinaBUT000VALID_FROMADDRESS VALID FROMInternal
7DCTDCT_VendorGeneralN/AN/AROW ChinaBUT000VALID_TOADDRESS VALID TOInternal
8DCTDCT_VendorGeneralADEXTEXTERNAL ADDRESS NO.ROW ChinaBUT020ADEXTEXTERNAL ADDRESS NO.Copy
9DCTDCT_VendorGeneralBPEXTEXTERNAL BP NUMBERROW ChinaBUT000BPEXTEXTERNAL BP NUMBERCopy
10DCTDCT_VendorGeneralNATPERSNATURAL PERSONROW ChinaBUT000NATPERSNATURAL PERSONCopy
11DCTDCT_VendorGeneralMILVEMILITARY USEROW ChinaBUT000MILVEMILITARY USECopy
12DCTDCT_VendorGeneralNUC_SECNUCLEAR SECTIONROW ChinaBUT000NUC_SECNUCLEAR SECTIONCopy
13DCTDCT_VendorGeneralBPKINDBP TYPEROW ChinaBUT000BPKINDBP TYPECopy
14DCTDCT_VendorGeneralAUGRPAUTHORISATION GROUPROW ChinaBUT000AUGRPAUTHORISATION GROUPCopy
15DCTDCT_VendorGeneralXDELEARCHIVING FLAGROW ChinaBUT000XDELEARCHIVING FLAGCopy
16DCTDCT_VendorGeneralXBLCKCENTRAL BLOCKROW ChinaBUT000XBLCKCENTRAL BLOCKCopy
17DCTDCT_VendorGeneralNOT_RELEASEDNOT RELEASEDROW ChinaBUT000NOT_RELEASEDNOT RELEASEDCopy
18DCTDCT_VendorGeneralCONTACTCONTACTROW ChinaBUT000CONTACTCONTACTCopy
19DCTDCT_VendorGeneralXZEMPIndicator: Alternative Payee in Document Allowed?ROW ChinaLFA1XZEMPIndicator: Alternative Payee in Document Allowed?Copy
20DCTDCT_VendorGeneralKTOKKVendor account groupROW ChinaLFA1KTOKKVendor account groupCopy
21DCTDCT_VendorGeneralSTKZAIndicator: Business Partner Subject to Equalization Tax?ROW ChinaLFA1STKZAIndicator: Business Partner Subject to Equalization Tax?Copy
22DCTDCT_VendorGeneralSTKZULiable for VATROW ChinaLFA1STKZULiable for VATCopy
23DCTDCT_VendorGeneralKRAUSCredit Information NumberROW ChinaLFA1KRAUSCredit Information NumberCopy
24DCTDCT_VendorGeneralFITYPTax typeROW ChinaLFA1FITYPTax typeCopy
25DCTDCT_VendorGeneralSTCDTTax Number TypeROW ChinaLFA1STCDTTax Number TypeCopy
26DCTDCT_VendorGeneralIPISPTax SplitROW ChinaLFA1IPISPTax SplitCopy
27DCTDCT_VendorGeneralTAXBSTax Base in PercentageROW ChinaLFA1TAXBSTax Base in PercentageCopy
28DCTDCT_VendorGeneralJ_1KFTINDType of IndustryROW ChinaLFA1J_1KFTINDType of IndustryCopy
29DCTDCT_VendorGeneralSTENRTax Number at Responsible Tax AuthorityROW ChinaLFA1STENRTax Number at Responsible Tax AuthorityCopy
30DCTDCT_VendorGeneralTERM_LITerms of LiabilityROW ChinaLFA1TERM_LITerms of LiabilityCopy
31DCTDCT_VendorGeneralCOMSIZECompany SizeROW ChinaLFA1COMSIZECompany SizeCopy
32DCTDCT_VendorGeneralDECREGPCDeclaration Regimen for PIS/COFINSROW ChinaLFA1DECREGPCDeclaration Regimen for PIS/COFINSCopy
33DCTDCT_VendorGeneralCRC_NUMCRC NumberROW ChinaLFA1CRC_NUMCRC NumberCopy
34DCTDCT_VendorGeneralRGRG NumberROW ChinaLFA1RGRG NumberCopy
35DCTDCT_VendorGeneralEXPIssued ByROW ChinaLFA1EXPIssued ByCopy
36DCTDCT_VendorGeneralUFStateROW ChinaLFA1UFStateCopy
37DCTDCT_VendorGeneralRGDATERG Issuing Date

Type: Date
ROW ChinaLFA1RGDATERG Issuing Date

Type: Date
Copy
38DCTDCT_VendorGeneralRICRIC NumberROW ChinaLFA1RICRIC NumberCopy
39DCTDCT_VendorGeneralRNEForeign National RegistrationROW ChinaLFA1RNEForeign National RegistrationCopy
40DCTDCT_VendorGeneralRNEDATERNE Issuing DateROW ChinaLFA1RNEDATERNE Issuing DateCopy
41DCTDCT_VendorGeneralCNAECNAEROW ChinaLFA1CNAECNAECopy
42DCTDCT_VendorGeneralLEGALNATLegal NatureROW ChinaLFA1LEGALNATLegal NatureCopy
43DCTDCT_VendorGeneralCRTNCRT NumberROW ChinaLFA1CRTNCRT NumberCopy
44DCTDCT_VendorGeneralICMSTAXPAYICMS TaxpayerROW ChinaLFA1ICMSTAXPAYICMS TaxpayerCopy
45DCTDCT_VendorGeneralINDTYPIndustry Main TypeROW ChinaLFA1INDTYPIndustry Main TypeCopy
46DCTDCT_VendorGeneralTDTTax Declaration TypeROW ChinaLFA1TDTTax Declaration TypeCopy
47DCTDCT_VendorGeneralLIFNRAccount Number of Vendor or CreditorROW ChinaLFA1LIFNRAccount Number of Vendor or CreditorVendor_XREF
48DCTDCT_VendorGeneralBEGRUAuthorization GroupROW ChinaLFA1BEGRUAuthorization GroupCopy
49DCTDCT_VendorGeneralKUNNRCustomer NumberROW ChinaLFA1KUNNRCustomer NumberCustomer_XREF
50DCTDCT_VendorGeneralLNRZAAccount Number of the Alternative PayeeROW ChinaLFA1LNRZAAccount Number of the Alternative PayeeCopy
51DCTDCT_VendorGeneralLTSNAIndicator: vendor sub-range relevantROW ChinaLFA1LTSNAIndicator: vendor sub-range relevantCopy
52DCTDCT_VendorGeneralWERKRIndicator: plant level relevantROW ChinaLFA1WERKRIndicator: plant level relevantCopy
53DCTDCT_VendorGeneralSPERZPayment BlockROW ChinaLFA1SPERZPayment BlockCopy
54DCTDCT_VendorGeneralXLFZAIndicator: Alternative Payee Using Account NumberROW ChinaLFA1XLFZAIndicator: Alternative Payee Using Account NumberCopy
55DCTDCT_VendorGeneralNODELCentral deletion block for master recordROW ChinaLFA1NODELCentral deletion block for master recordCopy
56DCTDCT_Vendor_ADRCSTR_SUPPL1STREET 2ROW ChinaADRCSTR_SUPPL1STREET 2Copy
57DCTDCT_Vendor_ADRCSTR_SUPPL2STREET 3ROW ChinaADRCSTR_SUPPL2STREET 3Copy
58DCTDCT_Vendor_ADRCSTREETSTREET NAMEROW ChinaADRCSTREETSTREET NAMECopy
59DCTDCT_Vendor_ADRCHOUSE_NUM2SUPPLROW ChinaADRCHOUSE_NUM2SUPPLCopy
60DCTDCT_Vendor_ADRCSTR_SUPPL3STREET 4ROW ChinaADRCSTR_SUPPL3STREET 4Copy
61DCTDCT_Vendor_ADRCLOCATIONSTREET 5ROW ChinaADRCLOCATIONSTREET 5Copy
62DCTDCT_Vendor_ADRCCITY2DISTRICTROW ChinaADRCCITY2DISTRICTCopy
63DCTDCT_Vendor_ADRCPOST_CODE1POSTAL CODEROW ChinaADRCPOST_CODE1POSTAL CODECopy
64DCTDCT_Vendor_ADRCCITY1CITYROW ChinaADRCCITY1CITYCopy
65DCTDCT_Vendor_ADRCCOUNTRYCOUNTRYROW ChinaADRCCOUNTRYCOUNTRYCopy
66DCTDCT_Vendor_ADRCREGIONREGIONROW ChinaADRCREGIONREGIONCopy
67DCTDCT_Vendor_ADRCNATIONNATIONROW ChinaADRCNATIONNATIONCopy
68DCTDCT_Vendor_ADRCTIME_ZONETIME ZONEROW ChinaADRCTIME_ZONETIME ZONECopy
69DCTDCT_Vendor_ADRCTAXJURCODETAX JURISDICTIONROW ChinaADRCTAXJURCODETAX JURISDICTIONCopy
70DCTDCT_Vendor_ADRCTRANSPZONETRANSPORTATION ZONEROW ChinaADRCTRANSPZONETRANSPORTATION ZONECopy
71DCTDCT_Vendor_ADRCPO_BOXPO BOXROW ChinaADRCPO_BOXPO BOXCopy
72DCTDCT_Vendor_ADRCPO_BOX_NUMPO BOX W/O NO.ROW ChinaADRCPO_BOX_NUMPO BOX W/O NO.Copy
73DCTDCT_Vendor_ADRCPO_BOX_LOBBYPO BOX LOBBYROW ChinaADRCPO_BOX_LOBBYPO BOX LOBBYCopy
74DCTDCT_Vendor_ADRCPOST_CODE2POSTAL CODEROW ChinaADRCPOST_CODE2POSTAL CODECopy
75DCTDCT_Vendor_ADRCPO_BOX_LOCOTHER CITYROW ChinaADRCPO_BOX_LOCOTHER CITYCopy
76DCTDCT_Vendor_ADRCPO_BOX_CTYOTHER COUNTRYROW ChinaADRCPO_BOX_CTYOTHER COUNTRYCopy
77DCTDCT_Vendor_ADRCPO_BOX_REGOTHER REGIONROW ChinaADRCPO_BOX_REGOTHER REGIONCopy
78DCTDCT_Vendor_ADRCPOST_CODE3COMPANY POSTAL CODEROW ChinaADRCPOST_CODE3COMPANY POSTAL CODECopy
79DCTDCT_Vendor_ADRCLANGULANGUAGEROW ChinaADRCLANGULANGUAGECopy
80DCTDCT_Vendor_ADRCTEL_NUMBERTELEPHONEROW ChinaADRCTEL_NUMBERTELEPHONECopy
81DCTDCT_Vendor_ADRCTEL_EXTENSEXTENSIONROW ChinaADRCTEL_EXTENSEXTENSIONCopy
82DCTDCT_Vendor_TelDFT_RECEIVSMS -ENABLEDROW ChinaADR2 DFT_RECEIVSMS -ENABLEDCopy
83DCTDCT_Vendor_TelFLG_NOUSEDO NOT USEROW ChinaADR2FLG_NOUSEDO NOT USECopy
84DCTDCT_Vendor_ADRCREMARKCOMMENTSROW ChinaADRCTREMARKCOMMENTSCopy
85DCTDCT_Vendor_TelVALID_FROMVALID FROMROW ChinaADR2VALID_FROMVALID FROMCopy
86DCTDCT_Vendor_TelVALID_TOVALID TOROW ChinaADR2VALID_TOVALID TOCopy
87DCTDCT_Vendor_TelFLGDEFAULTDEFAULTROW ChinaADR2FLGDEFAULTDEFAULTCopy
88DCTDCT_Vendor_TelR3_USERMOBILE INDICATORROW ChinaADR2R3_USERMOBILE INDICATORCopy
89DCTDCT_Vendor_ADRCFAX_NUMBERFAXROW ChinaADRCFAX_NUMBERFAXCopy
90DCTDCT_Vendor_ADRCFAX_EXTENSEXTENSIONROW ChinaADRCFAX_EXTENSEXTENSIONCopy
91DCTDCT_Vendor_EmailSMTP_ADDRE-MAILROW ChinaADR6SMTP_ADDRE-MAILCopy
92DCTDCT_Vendor_ADRCDEFLT_COMMSTANDARD METHODROW ChinaADRCDEFLT_COMMSTANDARD METHODCopy
93DCTDCT_Vendor_TelTEL_NUMBERTELEPHONEROW ChinaADR2TEL_NUMBERTELEPHONECopy
94DCTDCT_Vendor_TelTEL_EXTENSEXTENSIONROW ChinaADR2TEL_EXTENSEXTENSIONCopy
95DCTDCT_Vendor_TelCOUNTRYCOUNTRYROW ChinaADR2COUNTRYCOUNTRYCopy
96DCTDCT_VendorGeneralIND_SECTORINDUSTRYROW ChinaBUT000/BUT0ISIND_SECTORINDUSTRYCopy
97DCTDCT_Vendor_IDTYPEID TYPEROW ChinaBUT0IDTYPEID TYPECopy
98DCTDCT_Vendor_IDIDNUMBERIDENTIFICATION NUMBERROW ChinaBUT0IDIDNUMBERIDENTIFICATION NUMBERCopy
99DCTDCT_Vendor_IDINSTITUTERESPONSIBLE INSTITUTIONROW ChinaBUT0IDINSTITUTERESPONSIBLE INSTITUTIONCopy
100DCTDCT_Vendor_IDENTRY_DATEENTRY DATEROW ChinaBUT0IDENTRY_DATEENTRY DATECopy
101DCTDCT_Vendor_IDVALID_DATE_FROMVALID FROMROW ChinaBUT0IDVALID_DATE_FROMVALID FROMCopy
102DCTDCT_Vendor_IDVALID_DATE_TOVALID TOROW ChinaBUT0IDVALID_DATE_TOVALID TOCopy
103DCTDCT_Vendor_IDCOUNTRYCOUNTRYROW ChinaBUT0IDCOUNTRYCOUNTRYCopy
104DCTDCT_Vendor_IDREGIONREGIONROW ChinaBUT0IDREGIONREGIONCopy
105DCTDCT_Vendor_TaxTAXTYPECATEGORYROW ChinaDFKKBPTAXNUMTAXTYPECATEGORYCopy
106DCTDCT_Vendor_TaxTAXNUMTAX NUMBERROW ChinaDFKKBPTAXNUMTAXNUMTAX NUMBERCopy
107DCTDCT_Vendor_TaxTAX_CTYCOUNTRY/REGIONROW ChinaBUT_FRG0011TAX_CTYCOUNTRY/REGIONCopy
108DCTDCT_Vendor_TaxTAX_REGREGIONROW ChinaBUT_FRG0011TAX_REGREGIONCopy
109DCTDCT_Vendor_TaxTAX_TYPETAX TYPEROW ChinaBUT_FRG0011TAX_TYPETAX TYPECopy
110DCTDCT_Vendor_TaxTAX_GROUPBUSINESS PARTNER TAX GROUPROW ChinaBUT_FRG0011TAX_GROUPBUSINESS PARTNER TAX GROUPCopy
111DCTDCT_Vendor_BankBKVIDID (BANK DETAILS)ROW ChinaBUT0BKBKVIDID (BANK DETAILS)Copy
112DCTDCT_Vendor_BankBANKSBANK COUNTRYROW ChinaBUT0BKBANKSBANK COUNTRYCopy
113DCTDCT_Vendor_BankBANKLBANK KEYROW ChinaBUT0BKBANKLBANK KEYCopy
114DCTDCT_Vendor_BankBANKNBANK ACCOUNTROW ChinaBUT0BKBANKNBANK ACCOUNTCopy
115DCTDCT_Vendor_BankBKONTCONTROL KEYROW ChinaBUT0BKBKONTCONTROL KEYCopy
116DCTDCT_Vendor_BankIBANIBANROW ChinaBUT0BKIBANIBANCopy
117DCTDCT_Vendor_BankBK_VALID_FROMVALID FROMROW ChinaBUT0BKBK_VALID_FROMVALID FROMCopy
118DCTDCT_Vendor_BankBKREFREFERENCE DETAILSROW ChinaBUT0BKBKREFREFERENCE DETAILSCopy
119DCTDCT_Vendor_BankBKEXTEXTERNAL IDROW ChinaBUT0BKBKEXTEXTERNAL IDCopy
120DCTDCT_Vendor_BankXEZERCOLLECTION AUTHORISATIONROW ChinaBUT0BKXEZERCOLLECTION AUTHORISATIONCopy
121DCTDCT_Vendor_BankKOINHACCOUNT HOLDERROW ChinaBUT0BKKOINHACCOUNT HOLDERCopy
122DCTDCT_Vendor_BankACCNAMEACCOUNT NAMEROW ChinaBUT0BKACCNAMEACCOUNT NAMECopy
123DCTDCT_Vendor_BankN/AN/AROW ChinaBUT0BKBK_VALID_TOVALID TOInternal
124DCTDCT_Vendor_StatusSTSMASTATUS PROFILEROW ChinaCRM_JSTOSTSMASTATUS PROFILECopy
125DCTDCT_Vendor_StatusSTATSTATUSROW ChinaCRM_JESTSTATSTATUSCopy
126DCTDCT_Vendor_BankBVTYPPARTNER BANK TYPEROW ChinaLFBKBVTYPPARTNER BANK TYPECopy
127DCTDCT_Vendor_BankEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
ROW ChinaLFBKEBPP_BVSTATUSSTATUS OF BANK DETAILS
IN BILLER DIRECT
Copy
128DCTDCT_VendorGeneralRLTYPBP RoleROW ChinaBUT100RLTYPBP RoleDefault: FLVN01
129DCTDCT_VendorGeneralWERKSPlantROW ChinaLFA1WERKSPlantCopy
130DCTDCT_VendorGeneralVBUNDCompany ID of trading partnerROW ChinaBP001VBUNDCompany ID of trading partnerCopy




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/PF2ADR2

COUNTRY
FLG_NOUSE
HOME_FLAG
TEL_NUMBER
TEL_EXTENS
TELNR_LONG
TELNR_CALL
DFT_RECEIV
R3_USER

Telephone Numbers (Business Address Services)S4 HanaADR2COUNTRY
FLG_NOUSE
HOME_FLAG
TEL_NUMBER
TEL_EXTENS
TELNR_LONG
TELNR_CALL
DFT_RECEIV
R3_USER

Merge all the different values
3WP2/PF2ADR3COUNTRY
FLG_NOUSE
HOME_FLAG
FAX_NUMBER
FAX_EXTENS
FAXNR_LONG
FAXNR_CALL
Fax Numbers (Business Address Services)S4 HanaADR3COUNTRY
FLG_NOUSE
HOME_FLAG
FAX_NUMBER
FAX_EXTENS
FAXNR_LONG
FAXNR_CALL

Merge all the different values
4WP2/PF2ADR4FLG_NOUSE
HOME_FLAG
TTX_NUMBER
Teletex Numbers (Business Address Services)S4 HanaADR4FLG_NOUSE
HOME_FLAG
TTX_NUMBER

Merge all the different values
5WP2/PF2ADR5FLG_NOUSE
HOME_FLAG
TLX_NUMBER
Telex Numbers (Business Address Services)S4 HanaADR5FLG_NOUSE
HOME_FLAG
TLX_NUMBER

Merge all the different values
6WP2/PF2ADR6FLG_NOUSE
HOME_FLAG
SMTP_ADDR
SMTP_SRCH
E-Mail Addresses (Business Address Services)S4 HanaADR6FLG_NOUSE
HOME_FLAG
SMTP_ADDR
SMTP_SRCH

Merge all the different values
7WP2/PF2KNBK / LFBKBANKS
BANKL
BANKN
BKONT
BKREF
KOINH
Customer/Vendor Master (Bank Details)S4 HanaBUT0BKBANKS
BANKL
BANKN
BKONT
BKREF
KOINH

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

Transformation Mapping Document Link
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
MAP_KTOKKVendor Account Group mapping
MAP_FITYPTax Type mapping
MAP_INDUSIndustry Sector mapping
MAP_LIFSDDelivery block mapping * 20260317 mapping table update
MAP_AUFSDOrder block mapping * 20260317 mapping table update
MAP_FAKSKBilling block mapping * 20260317 mapping table update

Transformation Dependencies

List the steps that need to occur before transformation can commence
Item #Step DescriptionTeam Responsible
1Source Data Integrity
- Ensure extracted data & DCT 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 i n 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
8ID TYPE

 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(*20260215 Update, Remove CUI).
  • BP General data will be loaded into all 3 SAP instances.
  • There is no translation required for the Business Partner general data.




Change log

Version Published Changed By Comment
CURRENT (v. 219) 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