| 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:
- N/A (Manual data collection)
The data from legacy system excludes:
- N/A (Manual data collection)
List of source systems and approximate number of records
| Source | Scope | Source Approx No. of Records | Target System | Target Approx No. of Records |
|---|---|---|---|---|
| DCT | Creation of TM Default routes | TBD | S/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 key | International version | Language description |
|---|---|---|
| EN | E | English |
| FR | F | French |
| IT | I | Italian |
| ZH | 1 | Mandarin |
| ? | ? | Brazilian Portuguese |
| DE | D | German |
| ES | S | Spanish |
| TH | 2 | Thai |
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.
| Table | Field | Data Element | Field Description | Data Type | Length | Requirement |
|---|---|---|---|---|---|---|
| /SCMTMS/D_SCHROT | SCH_ID | SCH_ID | Default Route ID | CHAR | 40 | Mandatory |
| /SCMTMS/D_SCHDSC | DESCRIPTION | DESCRIPTION | Default Route Description | CHAR | 40 | Mandatory |
| /SCMTMS/D_SCHROT | SCH_CAT | SCH_CAT | Schedule Category | CHAR | 2 | Default to “D” |
| /SCMTMS/D_SCHROT | SCH_TYPE | SCH_TYPE | Default route type | CHAR | 4 | Mandatory |
| /SCMTMS/D_SCHROT | DGO_INDICATOR | DGO_INDICATOR | Dangerous goods Values available are: '' Non-Dangerous Goods Only | CHAR | 1 | Optional |
| /SCMTMS/D_SCHROT | VAL_FROM_DATE | VAL_FROM_DATE | Valid from date | NUM (DATE) | 15 | Mandatory |
| /SCMTMS/D_SCHROT | VAL_TO_DATE | VAL_TO_DATE | Valid to date | NUM (DATE) | 15 | Mandatory |
| /SCMTMS/D_SCHROT | TRANSP_DUR | TRANSP_DUR | Transportation Duration | NUM | 11 | Mandatory |
| /SCMTMS/D_SCHROT | MOT | MOT | Transportation mode code Transportation Mode will be a default value which will appear based on the default route type. Values available are : 01 (Road) | CHAR | 2 | Mandatory |
| /SCMTMS/D_SCHLOC | LOC_SEQ | LOC_SEQ | Sequence | NUM | 5 | Mandatory |
| /SCMTMS/D_SCHLOC | LOC_ID | LOC_ID | Location | CHAR | 20 | Mandatory |
| /SCMTMS/D_SCHLOC | LOC_TYPE | LOC_TYPE | Location Type | CHAR | 4 | Optional |
| /SCMTMS/D_SCHLOC | MOT | MOT | Transportation Mode | CHAR | 2 | Mandatory |
| /SCMTMS/D_SCHLOC | STAGE_TYPE | STAGE_TYPE | Stage Type Values: Precarriage (01) , Main carriage (02, Oncarriage(03) | CHAR | 3 | Optional |
| /SCMTMS/D_SCHLOC | TSP | TSP | Carrier | CHAR | 16 | Mandatory |
| /SCMTMS/D_SCHLOC | TRANSIT_TIME | TRANSIT_TIME | Transit Duration | NUM | 11 Time has to be stored in HH:MM:SS format | Optional |
| /SCMTMS/D_SCHLOC | STAY_TIME | STAY_TIME | Length of the stay | NUM | 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).
| ID | Criticality | Error Message/Report Description | Rule | Output | Source 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:
- The data exists. connects to the source and loads the data into . There are 3 methods:
- Perform full data extraction from relevant tables in the source system(s).
- Perform extraction through the application layer.
- Only if ; cannot connect to the source, data is loaded to the repository from the provided source system extract/report.
- 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 Description | Team Responsible |
|---|---|---|
| 1 | Data is populated in the DCT or uploaded from downloaded Excel template | Data owner (Business) |
| 2 | If the data is uploaded to DCT in bulk via excel template, any upload errors need to be reviewed and corrected | Data owner (Business), Syniti/ Data Team |
| 3 | The data which has passed validation checks in DCT will be used for transformation/further processing | Syniti |
Selection Screen
| Selection Ref Screen | Parameter Name | Selection Type | Requirement | Value 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 Name | Field Description | Rule |
|---|---|---|
Extraction Dependencies
Not applicable.
| Item # | Step Description | Team 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:
- Perform value mapping and data transformation rules.
- Legacy values are mapped to the to-be values (this could include a default value)
- Values are transformed according to the rules defined in
- 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 Description | Team Responsible |
|---|---|---|
| 1 | Capture the data for Default route in DCT. Review and correct any errors if bulk uploading data via downloaded excel DCT template. | Business team |
| 2 | Configure transformation rules in Syniti Migrate (including calculated fields, formatting rules, etc.) | Data Team (Syniti), Data Team (SCM) |
| 3 | Review transformation logic and mappings with Business for confirmation | Business Team + Functional Team (SCM) |
| 4 | Perform initial transformation run and generate draft target-ready dataset | Data Team (Syniti) |
| 5 | Review draft target-ready data for structure and completeness | Data Team (SCM), Functional Team (SCM) |
| 6 | Share transformed data with Business for Pre-load Validation | Data Team (SCM), Business team |
| 7 | Finalize and approve transformed data as Target Ready Load File | Business + Functional (SCM) + Data Team (SCM) |
| 8 | Handover final file to Load Team or trigger the load via Syniti Load Workbench | Data Team (Syniti), Data Load Team |
Transformation Rules
| Rule # | Source system | Source Table | Source Field | Source Description | Target System | Target Table | Target Field | Target Description | Transformation Logic |
|---|---|---|---|---|---|---|---|---|---|
Transformation Mapping
| Mapping Table Name | Mapping Table Description |
|---|---|
Transformation Dependencies
List the steps that need to occur before transformation can commence| Item # | Step Description | Team Responsible |
|---|---|---|
Pre-Load Validation
Project Team
Completeness
| Task | Action |
|---|---|
Accuracy
| Task | Action |
|---|---|
Business
Completeness
| Task | Action |
|---|---|
Accuracy
| Task | Action |
|---|---|
Load
The load process includes:
- Execute the automated data load into target system using load tool or product the load file if the load must be done manually
- 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 Description | Team 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 Type | Error Description | Action Taken |
|---|---|---|
Post-Load Validation
Project Team
Completeness
| Task | Action |
|---|---|
Accuracy
| Task | Action |
|---|---|
Business
Completeness
| Task | Action |
|---|---|
Accuracy
| Task | Action |
|---|---|
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
Workflow history
| Title | Last Updated By | Updated | Status | |
|---|---|---|---|---|
| There are no pages at the moment. | ||||
