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

Purpose

The purpose of this document is to define the conversion approach to create Default routes in S/4 HANA TM (Transportation management).

Default route functionality in S/4 HANA TM (Transportation management) solution is different from routes functionality in SAP ECC, the tables and fields are different. [Assumption] The data for default routes in S/4 would need to be constructed in data collection template (DCT).

Default route defines the sequence of stops for a given source and destination combination, which can be locations or zones. For a given source and destination, SAP TM determines matching default routes and chooses the most specific one; a direct location match is more specific than a zone match. Default routes can be modified manually where the desired route is different to that proposed.


Conversion Scope

The scope of this document covers the approach for creating Default routes in S/4HANA following the TM Default routes Master Data Design Standard. This includes:

  • Capturing and using the default route data in data collection template (DCT).
  • Applying transformation logic via Syniti to conform with the S/4 HANA data model.
  • Loading the transformed data into SAP S/4 HANA while ensuring data integrity.

The data from legacy system includes:

  1. N/A (Manual data collection)

The data from legacy system excludes:

  1. N/A (Manual data collection)


List of source systems and approximate number of records

SourceScope

Source Approx No. of Records

Target SystemTarget Approx

No. of Records

DCTCreation of TM Default routesTBDS/4 HANA (TM)TBD















Additional Information

Multi-language Requirement

Default route description will be made available in English.

Multi language is supported for default routes. Login via a different language will show the description displayed in the logon language if the language key is maintained.

As per KDD055, there are 8 languages in scope: English, French, Italian and Mandarin and Brazilian Portuguese, German, Spanish and Thai.

Language keyInternational versionLanguage description
ENEEnglish
FRFFrench
ITIItalian
ZH1Mandarin
??Brazilian Portuguese
DEDGerman
ESSSpanish
TH2Thai

Document Management

Not applicable.

Legal Requirement

Not applicable.

Special Requirements




Target Design

Default route data adheres to the Master Data Standard. The complete information of the key fields that hold the default route information follows the Master Data Standard document.

The technical design of the target for this conversion approach.

TableFieldData ElementField DescriptionData TypeLengthRequirement
/SCMTMS/D_SCHROTSCH_IDSCH_IDDefault Route IDCHAR40Mandatory
/SCMTMS/D_SCHDSCDESCRIPTIONDESCRIPTIONDefault Route DescriptionCHAR40Mandatory
/SCMTMS/D_SCHROTSCH_CATSCH_CATSchedule CategoryCHAR2Default to “D”
/SCMTMS/D_SCHROTSCH_TYPESCH_TYPEDefault route typeCHAR4Mandatory
/SCMTMS/D_SCHROTDGO_INDICATORDGO_INDICATOR

Dangerous goods


Values available are:


''    Non-Dangerous Goods Only
X    Dangerous Goods Only
A    All

CHAR1Optional
/SCMTMS/D_SCHROTVAL_FROM_DATEVAL_FROM_DATEValid from dateNUM (DATE)15Mandatory
/SCMTMS/D_SCHROTVAL_TO_DATEVAL_TO_DATEValid to dateNUM (DATE)15Mandatory
/SCMTMS/D_SCHROTTRANSP_DURTRANSP_DURTransportation DurationNUM11Mandatory
/SCMTMS/D_SCHROTMOTMOT

Transportation mode code


Transportation Mode will be a default value which will appear based on the default route type.


Values available are : 

01 (Road)
02 (Rail)
03 (Sea)
04 (Inland Waterway)
05 (Air)
06 (Postal Service)

CHAR2Mandatory
/SCMTMS/D_SCHLOCLOC_SEQLOC_SEQSequenceNUM5Mandatory
/SCMTMS/D_SCHLOCLOC_IDLOC_IDLocationCHAR20Mandatory
/SCMTMS/D_SCHLOCLOC_TYPELOC_TYPELocation TypeCHAR4Optional
/SCMTMS/D_SCHLOCMOTMOTTransportation Mode CHAR2Mandatory
/SCMTMS/D_SCHLOCSTAGE_TYPESTAGE_TYPE

Stage Type

Values:

Precarriage (01) ,

Main carriage (02, Oncarriage(03)

CHAR3Optional
/SCMTMS/D_SCHLOCTSPTSPCarrierCHAR16Mandatory
/SCMTMS/D_SCHLOCTRANSIT_TIMETRANSIT_TIMETransit DurationNUM

11


Time has to be stored in HH:MM:SS format

Optional
/SCMTMS/D_SCHLOCSTAY_TIMESTAY_TIMELength of the stayNUM

11


Time has to be stored in HH:MM:SS format

Optional


Data Cleansing

Default route data will be populated directly in the Data Collection Template (DCT).

IDCriticalityError Message/Report DescriptionRuleOutputSource System


























Conversion Process

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


Data Privacy and Sensitivity


Extraction

Extract data from a source into . There are 2 possibilities:

  1. The data exists. connects to the source and loads the data into . 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 ; 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
1Data is populated in the DCT or uploaded from downloaded Excel templateData owner (Business)
2If the data is uploaded to DCT in bulk via excel template, any upload errors need to be reviewed and correctedData owner (Business), Syniti/ Data Team
3The data which has passed validation checks in DCT will be used for transformation/further processingSyniti




Selection Screen

Selection Ref ScreenParameter NameSelection TypeRequirementValue to be entered/set





















Data Collection Template (DCT)

A Target Ready Data Collection Template will be created for the required data, except for fields that need transformation as per the defined transformation rules. It will follow the format required by the target S/4HANA Default route.

Please find below the DCT details.

DCT Rules

Discuss with Syniti Later if we capture all languages in one DCT or if to split another DCT for other Languages.

Please refer to the above Google sheet for the DCT rules.


Field NameField DescriptionRule












Extraction Dependencies

Not applicable.

Item #Step DescriptionTeam Responsible













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
1Capture the data for Default route in DCT. Review and correct any errors if bulk uploading data via downloaded excel DCT template.Business team
2Configure transformation rules in Syniti Migrate (including calculated fields, formatting rules, etc.)Data Team (Syniti), Data Team (SCM)
3Review transformation logic and mappings with Business for confirmationBusiness Team + Functional Team (SCM)
4Perform initial transformation run and generate draft target-ready datasetData Team (Syniti)
5Review draft target-ready data for structure and completenessData Team (SCM), Functional Team (SCM)
6Share transformed data with Business for Pre-load ValidationData Team (SCM), Business team
7Finalize and approve transformed data as Target Ready Load FileBusiness + Functional (SCM) + Data Team (SCM)
8Handover 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 DescriptionTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic









































Transformation Mapping

Mapping Table NameMapping Table Description








Transformation Dependencies

List the steps that need to occur before transformation can commence
Item #Step DescriptionTeam Responsible













Pre-Load Validation

Project Team

Completeness

TaskAction





Accuracy

TaskAction





Business

Completeness

TaskAction





Accuracy

TaskAction





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













Load Phase and Dependencies

Configuration

Item #Configuration Item






Conversion Objects

Object #Preceding Object Conversion Approach

list the exact title of the conversion object of only the immediate predecessor – this will then confirm the DDD (Data Dependency Diagram)




Error Handling

Error TypeError DescriptionAction Taken










Post-Load Validation

Project Team

Completeness

TaskAction





Accuracy

TaskAction





Business

Completeness

TaskAction





Accuracy

TaskAction





Key Assumptions

  • Master Data Standard is up to date as on the date of documenting this conversion approach and data load.
  • is in scope based on data design and any exception requested by business.


See also

Change log

Version Published Changed By Comment
CURRENT (v. 22) Dec 08, 2025 15:40 OMER-ext, Mohammed Updated the transformation approach for the field Default route type given that actual config values have not been finalized/implemented in target S4 system and currently there is only value available which does give business the full picture of the scope
v. 42 Dec 01, 2025 12:32 OMER-ext, Mohammed Based on functional deep dive session: 1) Transportation duration field changed to automatic. It does not require user entry. 2) Carrier field at stops level made optional.
v. 41 Oct 07, 2025 13:53 OMER-ext, Mohammed
v. 40 Sept 26, 2025 07:32 OMER-ext, Mohammed
v. 39 Sept 25, 2025 17:36 OMER-ext, Mohammed
v. 38 Sept 05, 2025 10:41 OMER-ext, Mohammed
v. 37 Sept 01, 2025 12:28 OMER-ext, Mohammed
v. 36 Aug 27, 2025 13:01 OMER-ext, Mohammed
v. 35 Aug 21, 2025 11:50 OMER-ext, Mohammed
v. 34 Aug 21, 2025 11:14 OMER-ext, Mohammed

Go to Page History

Workflow history

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

  • No labels