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

Compare with Current View Page History

« Previous Version 22 Next »

Status


  Revision in Progress

Owner
Stakeholders


Team InvolvedArea
Metawat SawasdeeBusiness

Technical
Laura SantamartaFunctional

Functional


Purpose

The purpose of this document is to define the conversion approach to migrate Vendor Doc Attachments to S/4 HANA.

This allows to associate relevant documents, like contracts or certifications, with specific vendors.


Attachment Functionality at Syensqo

The GOS functionality is set up to store documents into an ECM (Enterprise Content Management) system. This is a separate system from ECC and S4/HANA, but is natively integrated to ECC. 

Assumption

KDD085 recommends the use of OpenText ECM for storage of documents attached to transactions in SAP, e.g. via GOS if supported. The KDD doesn't cover whether this should be a new instance of ECM, or reuse the existing ECM, or implement a totally new SaaS offering from OpenText; this is a more complex topic which also requires consideration of regulatory requirements and cybersecurity, which needs a separate design document.

However this determines what kind of migration is needed - for example do we leave the documents in-situ and only migrate the open items from ECC and their metadata links? Or do we also need to physically move the documents as well? 



Open Points:

1) Jira PDM-543

PDM-543 - Getting issue details... STATUS

2) Jira ticket what 'Documents' should be attachments? Jira Ticket PDM-688

PDM-688 - Getting issue details... STATUS


Key tables for Attachments are:

TableNameWhat is the table for?To be included in migration?
SRGBTBRELRelationship Table for GOS ObjectsThis table links the GOS Object (like a vendor) to the actual attached document, storing the object type, instance ID, and document details.YES
SOODObject definitionThe SOOD table consists of various fields, each holding specific information or linking keys about SAPoffice: Object definition data available in SAP. These include OBJTP (Code for document class), OBJYR (Object: Year from ID), OBJNO (Object: Number from ID), OBJLA (Language in Which Document Is Created).YES
TOJTBBusiness object repository: Basic dataThe TOJTB table consists of various fields, each holding specific information or linking keys about Business object repository: Basic data data available in SAP. These include ACTIVE (Object type generated), ACTIVELANG (Language Key), PARENT (Supertype), PROGNAME (Implementation program)...TBC
SOFFCONT1SOFF: Table for Document Contents (import/export)The SOFFCONT1 table consists of various fields, each holding specific information or linking keys about SOFF: Table for Document Contents (import/export) data available in SAP. These include RELID (Region in IMPORT/EXPORT Data Table), PHIO_ID (Physical document), SRTF2 (Next record counter in EXPORT/IMPORT data tables), PH_CLASS (Physical document class)TBC
MDOBLRELModel data: Relationship typesThe MDOBLREL table consists of various fields, each holding specific information or linking keys about Model Data: Relationship Types data available in SAP. These include ROLEA (Role That an Object Takes in the Relationship), ROLEB (Role That an Object Takes in the Relationship), CARDA (Role Cardinality), CARDB (Role Cardinality)TBC
LFA1Vendor master (General Section)GOS info is linked to this tableNO
LFB1Vendor master (Company Code)GOS info is linked to this tableNO
LFM1Vendor master record purchasing organization dataGOS info is linked to this tableNO


Relevant T-Codes for extraction

Vendor TypeTcodeFunction Module (Mass extraction)Instuctions
FinanceFB03

BDS_GOS_CONNECTIONS_GET

SO_OBJECT_READ

  1. Identify the Document: 

    Find a relevant business document, such as a vendor invoice, using a transaction code like FB03 (Display FI Document). 
  2. Access Attachment List: 

    In the transaction screen, click on the Services for object icon (often a small paperclip). 
  3. Select Attachment List: 

    From the dropdown menu, choose Attachment list to see all attached files for that specific document. 
  4. Download Attachments: 
    Click on an attachment to open it, then select the save option to download it to your local system

GeneralXK03
  1. Navigate 

    to the transaction code of the relevant vendor document, such as a purchase order or vendor invoice. 
  2. Open 
    the "Services for Object" menu by right-clicking on the document or using the menu icon. 

  3. Download Attachments: 
    Click on an attachment to open it, then select the save option to download it to your local system


Finance Vendors: 

T-code FB03


All Vendors:

T-code XK03


Function Modules

BDS_GOS_CONNECTIONS_GET

SO_OBJECT_READ


TABLE LINKS

Link between the SOOD and SRGBTREL tables. 

SRGBTBREL's INSTID_B field, often by parsing it to extract the document type, year, and number, to then retrieve the corresponding record from the SOOD table. 

  1. Identify the Attachment Link: 

    In the SRGBTBREL table, the fields INSTID_A and TYPEID_A identify the business object (e.g., a sales order), and INSTID_B identifies the attachment. 
  2. Parse the Attachment Information: 

    The INSTID_B field in SRGBTBREL contains the key information for the SOOD table. This field needs to be parsed to extract the document's attributes, including: 
    • OBJTY (Object Type): For example, 'URL' or 'K' (for KPRO objects). 
    • OBJYR (Object Year): A two-character field. 
    • OBJNO (Object Number): A twelve-character field. 
  3. Link to SOOD: 

    Use the parsed values to find the corresponding record in the SOOD table. 
    • SOOD-OBJTY = SRGBTBREL-INSTID_B+17(3) 
    • SOOD-OBJYR = SRGBTBREL-INSTID_B+20(2) 
    • SOOD-OBJNO = SRGBTBREL-INSTID_B+22(12)

Example

If you are looking for an attachment to a material, you might select from SRGBTBREL where RELTYPE = 'URL' and INSTID_A is the material number. The INSTID_B field will then hold the information to link to the document in SOOD. 


OBJECT TYES RELEVANT (TBC - with Laura Santamarta)

LFA1

LFB1

LFM1

These would cover documents such as Bank account details, Qualification details, Registration details, etc.

  

Attachment Types

Any type of document can be an attachment, and can be attached when the user creates a PO from the shopping cart.

In most cases this is a PDF type attachment, and includes Invoices, Specs, Emails....



Conversion Scope

The scope of this document covers the approach for converting active Attachments for Vendors from Legacy Source Systems into S/4HANA following the S2P Master Data Design Standard.


The data from legacy system includes:

  1. The basis of this object's legacy data is Active Vendor Business partners that will be migrated. This is handled in CNV-3007 Business Partner - General Section (0000)
  2. The vendor in point 1 must have an attachment maintained.

The data from legacy system excludes:

  1. Attachments for Vendors not in scope to be migrated.
  2. Only approved list of Documents can be attached to Vendors (List of documents to be confirmed by Functional Consultant)
  3. Only vendors that do have attachments.


List of source systems and approximate number of records
SourceScope

Source Approx No. of Records

Target SystemTarget Approx

No. of Records

WP2Attachment for Vendors418S4 Hana ROW/China/CUI418
PF2Attachment for Vendors

265

S4 Hana ROW/China/CUI265

Additional Information

Multi-language Requirement

N/A

Document Management

Generic Object Services (GOS) is a functionality that allows users to attach documents, notes, and other objects to business objects like purchase orders. It provides a standard way to manage and access these attachments within various SAP transactions, including those related to purchase orders. 

The following are the key concepts for POs.

  • Attachment Management:

    GOS enables users to add attachments (like PDFs, Word documents, etc.) to purchase orders, either directly within the transaction or through a separate DMS (Document Management System) if configured. 
  • Viewing Attachments:

    GOS also allows users to view the attachments associated with a specific purchase order. 
  • Object Relationships:

    GOS can also show relationships between the purchase order and other objects, like IDocs, workflows, or other related documents. 
  • Toolbar/Button:

    The GOS functionality is typically accessed through a toolbar button or a menu option within the vendor transaction (e.g., XK01, XK02, XK03). 
  • Customization:
    In some cases, the GOS button or functionality might need to be activated for specific transactions or user roles using customizing settings. 

  • Other:
  • GOS also allows for other functions like adding private notes, sending the object to another user, or viewing related workflows. 


The Business Object Repository (BOR) in SAP is a central access point for SAP business object types and their corresponding Business Application Programming Interfaces (BAPIs). It provides an object-oriented view of data and processes within an SAP system and is crucial for integrating SAP with external applications. The BOR also plays a role in SAP Business Workflow, ArchiveLink, and output control. 

Key aspects of the BOR and Vendor:

  • Centralized Access:

    The BOR acts as a single point of access for all business objects and their associated BAPIs. 
  • Object-Oriented View:

    It provides an object-oriented perspective of business processes, allowing for modular and reusable components. 
  • Purchase Order Object:

    The purchase order business object (type BUS2012) is a key object within the BOR, representing purchase order data and operations. 
  • BAPIs and Methods:

    BAPIs, which are remote-enabled ABAP function modules, are used to implement the methods of business objects. For example, a BAPI might be used to change a purchase order item or retrieve purchase order details. 
  • Attributes and Parameters:

    Business objects have attributes that store object properties (e.g., purchase order number, vendor) and methods use import/export parameters to pass data between different parts of the system. 
  • BOR Browser:

    The Business Object Repository Browser (transaction code SWO1) allows users to browse, display, and maintain business objects and their components. 
  • Integration:

    The BOR facilitates the integration of SAP with other systems, such as through middleware. 
  • Workflow and Other Services:
    The BOR is used in SAP Business Workflow, ArchiveLink, output control, and other generic object services. 

The DMS approach is elaborated in KDD "Document Management in the SyWay Solution".


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. The migration for CUI related entities will be covered by US based data consultant using separate tools.

Special Requirements

Different SAP Instance Migration Approach - Separate document required

Due to compliance requirement, there will be one SAP instance for Rest of the World, one for China and one for CUI.

  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.
  2. For entities which will reside in CUI, the migration will be handled by US based data consultant. 

Please refer to the link for the entity mapping for each instance. In case the data object is applicable for multiples instances, what business rule to follow?


Cybersecurity - Separate document required 




Target Design

The technical design of the target for this conversion approach.

TableFieldData ElementField DescriptionData TypeLengthRequirementFormat
SRGBTBRELCLIENTCLIENTClientC3Internal (Mandatory)Three digit client number (Linked SAP table T000)
SRGBTBRELBRELGUIDBRELGUIDGUIDX16Internal (Mandatory)RAW: Binary data — used here for GUID; generally used internally.
SRGBTBRELRELTYPERELTYPERelationship typeC10MandatoryCheck table MDOBLREL (ensures only valid relationship types are used)
SRGBTBRELINSTID_AINSTID_AInstance IDC70MandatoryLength 70 (CHAR)
SRGBTBRELTYPEID_ATYPEID_AObject TypeC32MandatoryLength 32 (CHAR)
SRGBTBRELCATID_ACATID_AObject CategoryC2MandatoryLength 2 (CHAR)
SRGBTBRELINSTID_BINSTID_BInstance IDC70Internal (Mandatory)Length 70 (CHAR)
SRGBTBRELTYPEID_BTYPEID_BObject TypeC32Internal (Mandatory)Length 32 (CHAR)
SRGBTBRELCATID_BCATID_BObject CategoryC2Internal (Mandatory)Length 32 (CHAR)
SRGBTBRELLOGSYS_ALOGSYS_ALogical SystemC10Not in use
SRGBTBRELARCH_AARCH_AObject ArchivedC1Not in use 
SRGBTBRELLOGSYS_BLOGSYS_BLogical SystemC10Not in use 
SRGBTBRELARCH_BARCH_BObject ArchivedC1Not in use 
SRGBTBRELUTCTIMEUTCTIMEShort Time StampP8Internal (Mandatory)Format YYYYMMDDhhmmss
SRGBTBRELHOMESYSHOMESYSLogical SystemC10Not in use 
TableFieldData ElementField DescriptionData TypeLengthRequirementFormat
SOODOBJTPOBJTPDocument classC3InternalLength 3 (CHAR) Linked SAP table TSOTD for ref data
SOODOBJYROBJYRObject yearC2InternalLength 2 (CHAR)
SOODOBJNOOBJNOObject numberC12InternalLength 12 (CHAR)
SOODOBJLAOBJLADoc. languageC1InternalLength 1 (LANG)
SOODOBJSRTOBJSRTSort fieldC10Not in use
SOODOBJNAMOBJNAMDocument NameC12InternalLength 12 (CHAR)
SOODOBJDESOBJDESDocument titleC50MandatoryLength 50 (CHAR)
SOODOWNTPOWNTPOwner typeC3InternalLength 12 (CHAR) Linked SAP table TSOTD for ref data
SOODOWNYROWNYROwner yearC2InternalLength 2 (CHAR)
SOODOWNNOOWNNOOwner numberC12InternalLength 12 (CHAR)
SOODOWNNAMOWNNAMOwner nameC12InternalLength 22 (CHAR)
SOODCROTPCROTPUser TypeC3InternalLength 3 (CHAR) Linked SAP table TSOTD for ref data
SOODCROYRCROYRUser yearC2InternalLength 2 (CHAR)
SOODCRONOCRONOUser numberC12InternalLength 12 (CHAR)
SOODCRONAMCRONAMCreated byC12InternalLength 12 (CHAR)
SOODCRDATCRDATDate createdD8InternalLength 8 (DATE) YYYYMMDD
SOODCRTIMCRTIMCreated atT6InternalLength 6 (TIME) hhmmss
SOODFILE_EXTFILE_EXTFile extensionC3MandatoryLength 3 (CHAR)


Data Cleansing

IDCriticalityError Message/Report DescriptionRuleOutputSource System
1HighReview and remove the obsolete attachments/links from the load.Exclude where Vendor Out of scope.In-scope vendor attachments onlyPF2/WP2
2HighReview and remove the OOS object types.Exclude where object types not in "LIST".Applicable Objects type onlyPF2/WP2
3HighOnly vendors with attachmentsExclude in-scope vendors with no attachmentsOnly vendors with attachmentsPF2/WP2








Conversion Process

SAP's document migration process involve three parts:

  1. Moving the documents to a storage area.
  2. Creating the entries in the S4 HANA system, such as purchase orders, etc
  3. Linking the attachments to the purchase documents. 

Various tools are used in the migration process, which are TBC.

The Rest of the World and China follows the process below, using Syniti ADMM.


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.


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. For attachment, it will be migrated via a custom program. The table below captures the major steps to perform this ETL process.


StepStep DescrOwnerRemarks
1Extract the table SRGBTBREL / SOOD for attachment information (such as attachment type, file name etc.)SynitiThe Attachment is saved in the content server, this is just to capture the link between the attachment and customer master data.
2Apply the relevancy rule and define the scope of attachment to be migratedSynitiThe output will be an excel file includes the ECC attachment information relevant for migration
3Based on Step 2, download the attachment to local 
A custom program will be developed in ECC (WP2/PF2). By reading the excel file in step 2, it will download the attachments to local
4Perform transformation, i.e., convert the ECC customer number to S4 BP numberSynitiThe output will be an excel file includes the S4 data object and the attachment information (i.e., file name from step 2)
5Based on Step 4, upload the attachment in S4
A custom program will be developed in S4. By reading the excel file in step 4, it will upload the attachment from local (saved from Step 3)


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

For CUI instance, the ETL process will be similar, but it will not use Syniti tool.

Data Privacy and Sensitivity

For SAP CUI instances, the data will be processed by US Based consultants.


Extraction

Extract data from a source systems into ADMM:

  1. The vendor documents exist in the GOS environment and have to be extracted and transferred to the S2 GOS.
  2. The files are linked to the data objects via the SAP data tables. These records need to be extracted and migrated to the S4H environment. There are 3 methods:
    1. Perform full data extraction from relevant tables from the PF2/WP2 source system(s), using Syniti ADMM.
    2. Stage data in SQL server

All records need to be extracted but due to the high volumes, the agreed Relevancy criteria is applied to the extracted records to identify the records that are applicable for the Target loads.

Extraction Run Sheet (for data extraction portion)

Req #Requirement DescriptionTeam Responsible
3004-001- Identify the source systems WP2/PF2 and databases involved.
- Define the data objects (tables SRGBTBREL / SOOD) to be extracted.
- Establish business rules for data selection.

Syniti 

3004-002- Specify the extraction approach (full extraction).
- Determine the tools and technologies used.
- Define data filtering criteria to exclude irrelevant records.
Syniti /
3004-003- Establish execution timelines and batch processing schedules.
- Assign responsibilities for extraction monitoring.
- Document dependencies on other migration tasks.
Syniti /
3004-004- Define error handling mechanisms for extraction failures.Syniti /
3004-005Run custom program based on the template below to download the attachments to local. Syniti will generate the file after applying the relevancy rule before extraction.P2FData




Sample template to download the attachment from SAP (final template to be confirmed by technical team)

System IDRelationship TypeObject Type Object category Object Key GUIDInstance ID File Name  MIME Type 
WP2ATTALFA1BO0000091278 011249526B2AE102E10000000A8F7697FOL27000000000004EXT38000000696606 ENDRESS+HAUSER.pdf  application/pdf 

The Instance ID - SRGBTBREL.INSTID_B contains the details to link the SOOD table. It needs to be parsed into the following.

OBJECT DOC TYPE = EXT

OBJECT YEAR - 38

OBJECT NUMBER: 000000696606



Extraction Run Sheet (for files extraction portion)

Req #Requirement DescriptionTeam Responsible

- Identify the source systems and databases involved.S2P/GOS

- Specify the extraction approach (full, incremental, or delta extraction).S2P/GOS

- Determine the tools and technologies used.S2P/GOS

- Define data filtering criteria to exclude irrelevant records.S2P/GOS

- Establish execution timelines and batch processing schedules.S2P/GOS

- Assign responsibilities for extraction monitoring.S2P/GOS

- Document dependencies on other migration tasks.S2P/GOS

- Define error handling mechanisms for extraction failures.S2P/GOS

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 data with exception of some fields which require transformation as mentioned in the transformation rule.

DCT Rules

Field NameField DescriptionRule
N/A










Extraction Dependencies

Item #Step DescriptionTeam Responsible
1

Source Systems Availability

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

Extraction Methodology

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

Data

  • Identify the correct dataset to be extracted.
  • Get signoff
Syniti/S2P Data
4

Performance and Scalability Considerations

  • Optimize extraction queries to prevent system overload.
  • Ensure network bandwidth supports data transfer volumes.
Syniti/S2P Data
5

Security and Compliance

  • Adhere to regulatory standards for sensitive information if applicable
Syniti/S2P Data


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


Transformation Rules

Rule #Source systemSource TableSource FieldSource DescriptionAdd Info about fieldTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
1

PF2/WP2

SRGBTBRELCLIENTClientInternal (Mandatory)S4HSRGBTBRELCLIENTClientSystem generated
2PF2/WP2SRGBTBRELBRELGUIDGUIDInternal (Mandatory)S4HSRGBTBRELBRELGUIDGUIDSystem generated
3PF2/WP2SRGBTBRELRELTYPERelationship typeMandatoryS4HSRGBTBRELRELTYPERelationship typeCopy (Standard Value = ATTA)
4PF2/WP2SRGBTBRELINSTID_AInstance IDMandatoryS4HSRGBTBRELINSTID_AInstance IDCopy
5PF2/WP2SRGBTBRELTYPEID_AObject TypeMandatoryS4HSRGBTBRELTYPEID_AObject Type

Copy 

Will include

LFA1, LFB1, LFM1

6PF2/WP2SRGBTBRELCATID_AObject CategoryMandatoryS4HSRGBTBRELCATID_AObject CategoryCopy (Std value = BO)
7PF2/WP2SRGBTBRELINSTID_BInstance IDInternal (Mandatory)S4HSRGBTBRELINSTID_BInstance IDCopy
8PF2/WP2SRGBTBRELTYPEID_BObject TypeInternal (Mandatory)S4HSRGBTBRELTYPEID_BObject TypeCopy (Std value = MESSAGE)
9PF2/WP2SRGBTBRELCATID_BObject CategoryInternal (Mandatory)S4HSRGBTBRELCATID_BObject CategoryCopy (Std value = BO)
10PF2/WP2SRGBTBRELLOGSYS_ALogical SystemNot in useS4HSRGBTBRELLOGSYS_ALogical System

N/A

11PF2/WP2SRGBTBRELARCH_AObject ArchivedNot in useS4HSRGBTBRELARCH_AObject ArchivedN/A
12PF2/WP2SRGBTBRELLOGSYS_BLogical SystemNot in useS4HSRGBTBRELLOGSYS_BLogical SystemN/A
13PF2/WP2SRGBTBRELARCH_BObject ArchivedNot in useS4HSRGBTBRELARCH_BObject ArchivedN/A
14PF2/WP2SRGBTBRELUTCTIMEShort Time StampInternal (Mandatory)S4HSRGBTBRELUTCTIMEShort Time StampSystem generated
15PF2/WP2SRGBTBRELHOMESYSLogical SystemNot in useS4HSRGBTBRELHOMESYSLogical SystemN/A
           
16WP2/PF2SOODOBJTPDocument classInternal (Mandatory)S4 HanaSOODOBJTPDocument class

Internal. SOOD can be joined with SRGBTBREL using SRGBTBREL-INSTID_B field, the underscore part in below sample value.

FOL25000000000004EXT41000000440415

17WP2/PF2SOODOBJYRObject yearInternal (Mandatory)S4 HanaSOODOBJYRObject year

Internal. SOOD can be joined with SRGBTBREL using SRGBTBREL-INSTID_B field the underscore part in below sample value.

FOL25000000000004EXT41000000440415

18WP2/PF2SOODOBJNOObject numberInternal (Mandatory)S4 HanaSOODOBJNOObject number

Internal. SOOD can be joined with SRGBTBREL using SRGBTBREL-INSTID_B field, the underscore part in below sample value.

FOL25000000000004EXT41000000440415

19WP2/PF2SOODOBJLADoc. languageInternal (Mandatory)S4 HanaSOODOBJLADoc. languageSystem generated (linked to table T002)
20WP2/PF2SOODOBJSRTSort fieldNot in useS4 HanaSOODOBJSRTSort fieldN/A
21WP2/PF2SOODOBJNAMDocument NameInternal (Mandatory)S4 HanaSOODOBJNAMDocument NameSystem generated
22WP2/PF2SOODOBJDESDocument titleMandatoryS4 HanaSOODOBJDESDocument titleCopy for both upload and download template
23WP2/PF2SOODOWNTPOwner typeInternal (Mandatory)S4 HanaSOODOWNTPOwner typeSystem generated
24WP2/PF2SOODOWNYROwner yearInternal (Mandatory)S4 HanaSOODOWNYROwner yearSystem generated
25WP2/PF2SOODOWNNOOwner numberInternal (Mandatory)S4 HanaSOODOWNNOOwner numberSystem generated
26WP2/PF2SOODOWNNAMOwner nameInternal (Mandatory)S4 HanaSOODOWNNAMOwner nameSystem generated
27WP2/PF2SOODCROTPUser TypeInternal (Mandatory)S4 HanaSOODCROTPUser TypeSystem generated
28WP2/PF2SOODCROYRUser yearInternal (Mandatory)S4 HanaSOODCROYRUser yearSystem generated
29WP2/PF2SOODCRONOUser numberInternal (Mandatory)S4 HanaSOODCRONOUser numberSystem generated
30WP2/PF2SOODCRONAMCreated byInternal (Mandatory)S4 HanaSOODCRONAMCreated bySystem generated
31WP2/PF2SOODCRDATDate createdInternal (Mandatory)S4 HanaSOODCRDATDate createdSystem generated
32WP2/PF2SOODCRTIMCreated atInternal (Mandatory)S4 HanaSOODCRTIMCreated atSystem generated
33WP2/PF2SOODFILE_EXTFile extensionmandatoryS4 HanaSOODFILE_EXTFile extensionRule. For both download and upload template  "MIME Type" field, Concatenate 'application/' & this field value


Transformation Mapping

Mapping Table NameMapping Table Description
MAP_LIFNRBP Vendor mapping table






Transformation Dependencies

List the steps that need to occur before transformation can commence
Item #Step DescriptionTeam Responsible
1Source Data Integrity
- Ensure extracted data is complete, accurate, and consistent.
- Validate that data types and formats align with transformation requirements.
Syniti / US Based Consultant for SAP CUI instance
2Referential Integrity
- Ensure dependent records are transformed together or in advance, such as CNV-3007 Business Partner General and DMS server migration
Syniti / US Based Consultant for SAP CUI instance
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 / US Based Consultant for SAP CUI instance
5Logging and Error Handling
- Maintain detailed logs of transformation activities.
- Define error-handling procedures for failed transformations
Syniti / US Based Consultant for SAP CUI instance


Pre-Load Validation

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
Count and Completeness checkVerify that vendors with attachments still have the applicable attachments

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

Completeness

TaskAction

Count and Completeness check

All fields required as per mapping template rules must be completed. Validity reports checking each field in ADMM must be built to help check.

Count and Completeness checkVerify that vendors with attachments still have the applicable attachments



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



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
1Verify Attachment files are available in source system to be copiedData Specialist/Functional - S2P/GOS
2Verify copy tool & scripts are operationalData Specialist/Functional - S2P/GOS
3Verify Target System ready to receive filesData Specialist/Functional - S2P/GOS
4Verify file count.Data Specialist/Functional - S2P/GOS
5Approval to copyFunctional/Data Owner - S2P
6Copy filesData Specialist/Functional - S2P/GOS
7Verify files copied in targetData Specialist/Functional - S2P/GOS
8Verify data extracted is ready - agree volumeData Specialist/Functional - S2P
9Verify Config is in the system TBCData Specialist/Functional - S2P
10Verify other necessary data has been loaded int he system (TBC)Data Specialist/Functional - S2P
11Release - Load signoff and go-ahead by Functional/Data OwnerFunctional/Data Owner - S2P
12Approval to stage/Pre-stage stepsFunctional/Data Owner - S2P
13Extraction from sourceDeveloper - Syniti or Data Specialist - S2P
14Extraction from S4 where neededDeveloper - Syniti or Data Specialist - S2P
15Stage data for transformationsDeveloper - Syniti or Data Specialist - S2P
16Run transformsDeveloper - Syniti or Data Specialist - S2P
17Execute pre-load reportData Specialist/Functional - S2P
18Validate preload report - release when signed offData Specialist - S2P
19Pre-load verification and approval to loadFunctional/Data Owner - S2P
20Load to S4Data Specialist - S2P
21Complete Jira steps, Volumes and TimingsAll - where applicable
22Execute post-load reportDeveloper - Syniti or Data Specialist - S2P
23Post-load report verification/validationData Specialist/Functional/Data Owner - S2P
24Object load completion approvalData Owner - S2P

 


This object might be/will be loaded via a custom program. The custom program will use the upload template below. (final template to be confirmed by technical team)

Object Type  Object Key  File Path (to-be filled by uploader) File Name  MIME Type 
LFA1BP Vendor Number*

 C:\GOS\ENDRESS+HAUSER.pdf 

local directory

 ENDRESS+HAUSER.pdf

 application/pdf 

file type

*The transformation involved will need to translate the old vendor number to the new vendor number.


Load Phase and Dependencies

Configuration

Item #Configuration Item
1SRGBTBREL-RELTYPE: Relationship type. Check table MDOBLREL (E.g. ATTA)
2SRGBTBREL-TYPEID_A: Object Type. Check table TOJTB (E.g. LFA1) 
3SRGBTBREL-CATID_A: Object category. (e.g. BO)*
4SRGBTBREL-CATID_B: Object category. (e.g. BO)*
5S4 GOS system config in place

*Possible values

BCInstances of Business Classes (ABAP Objects)
BOInstances of BOR Object Types
CLInstances of ABAP Objects Classes - Internal Use Only!
NNCategory (still) Not Known - Internal use only!!!



Conversion Objects

Object #Preceding Object Conversion ApproachDirect/Indirect
1Bank master (1083)Indirect
2GL Account Operation COA at CCdIndirect
3Vendor Hierarchy (3024)Indirect
4

Supplier Risk (3023)

Supplier Segmentation (3030)

Supplier Qualification (3029)

Category Strategies (1096)

Indirect
5Business Partners - General (3007)Indirect
6Business Partners - 3rd Party Supplier (FLVN01) (3026)Direct
7Vendor doc attachments (3031)

Error Handling

Error TypeError DescriptionAction Taken
TechnicalGOS system not availableContact standby GOS system support
TechnicalCopy tool and scripts fails, due to access issues or volumesDevelopers to fix the error
DataLoad failsFix and retry load
DataDuplicatesFix incorrect data or missing entries
DataTransformation missesBuild transformation and retry.
LoadAuthorization errorsApply for the applicable authorization permission and retry
LoadTechnical load failures - If using MC - Simulation errors, etcInvestigate error and rectify. Retry simulation and/or load
LoadMissing configSet up config check validation jobs
TechnicalUnable to create the link between attachment and objectVerify system is functional, data correct and access is valid.


Post-Load Validation

Project Team

Completeness

TaskActionTeam
1Execute post-load reportDeveloper - Syniti or Data Specialist - S2P
2Post-load report verification/validationData Specialist/Functional/Data Owner - S2P
3Object load completion approvalData Owner - S2P
4SIT & UAT testS2P/Business

Accuracy

TaskAction

Verify count

The number of records presented in the preload needs to be compared to the postload. – Syniti report

Field by field checkCompare source data to target data.
Verify countVerify copied file count

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

Conversion accuracy

Data team to verify that the data staged in the preload tables are correct in terms of the mapping rules. This will be done via Syniti reports/SAP reports

File quantityVerify the quota quantities are correctly migrated

Verify count

The number of records presented in the preload needs to be compared to the post load. – Syniti report

Missing dataCheck missing data which was supposed to be loaded
ReconciliationParticipate in Post-load walkthroughs

Accuracy

TaskAction

Conversion accuracy

Business team to verify that the data staged in the preload tables are correct in terms of the mapping rules. This will be done via Syniti reports/SAP reports

Load failuresValue presented for load must be in the system
Copy failuresVerify all files are copied and attachments available in target


Key Assumptions

  • Master Data Standard is up to date as on the date of documenting this conversion approach and data load.
  • Attachment for customer master data is in scope based on data design and any exception requested by business.
  • There will be 3 SAP instances, one for ROW, one for China and one for CUI only.


See also - additional info

Attachment Functionality in SAP ECC
- Storage Method: Attachments are typically stored using Generic Object Services (GOS), which allow users to link files to vendor documents (via transaction codes like ME21N, ME22N, ME23N).
- Technical Reference: The attachments are managed via the Business Object Repository (BOR) object. The Business Object Repository (BOR) in SAP is a central access point for SAP business object types and their corresponding Business Application Programming Interfaces (BAPIs). It provides an object-oriented view of data and processes within an SAP system and is crucial for integrating SAP with external applications. The BOR also plays a role in SAP Business Workflow, ArchiveLink, and output control. 


Change log

Version Published Changed By Comment
CURRENT (v. 22) Feb 11, 2026 10:24 SICONOLFI-ext, Michael
v. 52 Dec 03, 2025 12:42 SICONOLFI-ext, Michael
v. 51 Nov 25, 2025 12:48 SICONOLFI-ext, Michael
v. 50 Nov 25, 2025 10:20 SICONOLFI-ext, Michael
v. 49 Nov 25, 2025 10:10 SICONOLFI-ext, Michael
v. 48 Oct 04, 2025 09:44 MADHOK-ext, Jasleen
v. 47 Oct 03, 2025 10:35 MADHOK-ext, Jasleen
v. 46 Oct 03, 2025 09:59 MADHOK-ext, Jasleen
v. 45 Oct 03, 2025 09:51 MADHOK-ext, Jasleen
v. 44 Oct 03, 2025 09:41 MADHOK-ext, Jasleen

Go to Page History

  • No labels