| Status | |
|---|---|
| Owner | BAJAJ-ext, Manoj |
| Stakeholders |
The purpose of this document is to define the conversion approach to create conversion for Object 1183 - Limits Master Data for Treasury related transactions
in S/4 HANA.
The limits act as an amount against which checks are made to determine whether the limit has been exceeded. Each limit has a validity period. A Limit is maintained for a limit type which may include combinations of Company Code, Product Group, Business Partner, Currency, Trader or Country.
The document details out the field list, extraction criteria, scoping, mapping, transformation logic, generation of the pre-load file and loading of the same with respect to the object 1183- Limits Master, to be used in treasury module of S4HANA.
Key tables and fields:
There are two tables involved in S4 with respect to the maintenance of the Limit Masters Data and these are:
Table: VTBLS is the central table for defining Limit Structures in SAP S/4HANA Treasury and Risk Management (TRM). It maps logical limit definitions to physical keys and characteristics. The key fields of VTBLS are:
Table: VTBLV is the table in SAP S/4HANA TRM that stores the actual limit values tied to each limit structure defined in VTBLS. It includes validity periods, amounts, currencies, and control parameters.
The key fields of VTBLV are:
The treasury function in legacy is carried out in the Quantum system and therefore for the conversion of this object, the data/details need to be sourced from Quantum and transformed as applicable for S4HANA in Syniti and load using LTMC for Limits in S4HANA
The scope of this document covers the approach for converting active Treasury - Limits Master from Legacy Source Systems (Quantum) into S/4HANA following the Master Data Design Standard - DD-FUN-050 Master Data Standard_1183 - Limits Master Data
The data from legacy system includes:
The data from legacy system excludes:
| Source | Scope | Source Approx No. of Records | Target System | Target Approx No. of Records |
|---|---|---|---|---|
| Quantum | Active and in use Limit Records | 300 | S4HANA | 300 |
None
Not applicable
Legal Requirement
Not applicable
As the conversion involves a source system which is non-SAP, the below area needs special handling:
The Target design of the object 1183 - Limits Master Data based on the MDS - DD-FUN-050 Master Data Standard_1183 - Limits Master Data is as below
The technical design of the target for this conversion approach.
Table - VTBLV: Limits - Mapping/Logical Fields
| Table | Field | Data Element | Field Description | Data Type | Length | Requirement |
|---|---|---|---|---|---|---|
| VTBLS | SLA | TB_SLA | Limit Type | CHAR | 3 | Mandatory |
| VTBLS | RLV | TB_RLV | Limit Record | NUMC | 20 | System Generated |
| VTBLS | BUKRS | BUKRS | Company Code | CHAR | 4 | Mandatory |
| VTBLS | PARTNR | BP_PARTNR_NEW | Business Partner | CHAR | 10 | Conditional |
| VTBLS | SLPG | TB_SLPG | Limit Product Group | CHAR | 3 | Conditional |
| VTBLS | RPORTB | RPORTB | Portfolio | CHAR | 10 | Conditional |
| VTBLS | RDEALER | RDEALER | Trader | CHAR | 12 | Conditional |
| VTBLS | WAERS | TB_WCHAR | Currency | CUKY | 5 | Conditional |
| VTBLS | COUNTRY | LAND1_GP | COUNTRY | CHAR | 3 | Conditional |
Note: The fields marked as conditional are based on the field VTBLS=SLA (Limit Type) and accordingly can be either required or optional
Table - VTBLS: Limits
| Table | Field | Data Element | Field Description | Data Type | Length | Requirement |
|---|---|---|---|---|---|---|
| VTBLV | SLA | TB_SLA | Limit Type | CHAR | 3 | Mandatory |
| VTBLV | RLV | TB_RLV | Limit Record | NUMC | 20 | Mandatory |
| VTBLV | DLVB | TB_DLVB | Valid From | DATS | 8 | Mandatory |
| VTBLV | DLVE | TB_DLVE | Valid to | DATS | 8 | Mandatory |
| VTBLV | BLIMIT | TB_BLIMIT | Internal Limit Amount | CURR | 17 | Mandatory |
| VTBLV | ELIMIT | TB_ELIMIT | External Limit Amount | CURR | 17 2 decimals | Mandatory |
| VTBLV | PROZLIMIT | TB_PROZLIMIT | Critical Limit Utilization | DEC | 5 2 decimals | Mandatory |
| VTBLV | COMPERD | TB_COMPERD | Max. Risk Commit Per.Mth | NUMC | 4 | Mandatory |
| VTBLV | INFINITE | TB_LIMIT_INFINITE | Do not check limit | CHAR | 1 | Conditional |
| VTBLV | EDLVE | TB_EDLVE | Ext.Valid-To Date | DATS | 8 | Mandatory |
Note: The fields marked as conditional are based on the field VTBLS=SLA (Limit Type) and accordingly can be either required or optional. The fields SLV and RLV are the link to table VTBLS.
For the purpose of the Object 1183- Limit Master Data, the data cleansing should happen in the source systems i.e. Quantum as per below cleansing activity. The business cleansing is expected to be done by the business.
Exclude such records from the extraction from the Quantum and populate in the DCT
| ID | Criticality | Error Message/Report Description | Rule | Output | Source System |
|---|---|---|---|---|---|
| 1 | High | Validity date of the Limit | Check the valid to date is not lower than the cutover date | Show records in error | DCT |
| 2 | Medium | Business Partner not found | Check the Business Partner of source counterparty to the target BP (value mapping) | Show records in error | DCT |
The generic high-level process steps for the conversion are as below:
However, with respect to object 1183- Limit Master Data - the conversion process will depend upon the DCT (Data Collection Template) which will be provided by the business based on the source data from Quantum system. This DCT will be used for transformation and generation of the pre-load file.
The load will be done via LTMS using the "Limit Product" template
Data Privacy and Sensitivity
None
Extract data from a source into Syniti. There are 2 possibilities:
The agreed Relevancy criteria is applied to the extracted records to identify the records that are applicable for the Target loads
| Req # | Requirement Description | Team Responsible |
|---|---|---|
| 01 | Extract from table Quantum all valid and in use Limit Records and place them into a DCT format | Business |
Selection Screen
Not applicable:Data Collection Template (DCT)
Target Ready Data Collection Template will be created for1183- Limit Master Data with exception of some fields which require transformation as mentioned in the transformation rule.1183 - Limit Mater Data DCT Rules
| Field Name | Field Description | Rule |
|---|---|---|
| VTBLS-SLA | Limit Type | The limit type from allowed values as per configuration |
| VTBLS-RLV | Limit Record | Existing Limit number. in S4 the limit number will be auto generated by the system |
| VTBLS-BUKRS | Company Code |
|
| VTBLS-PARTNR | Business Partner |
|
| VTBLS-SLPG | Limit Product Group | Limit Product Group as per below configuration values: BA - Banks |
| VTBLS-RPORTB | Portfolio | Portfolio as per the configuration list |
| VTBLS-RDEALER | Trader | Trader as per available value |
| VTBLS-WAERS | Currency | Currency key - 3 char ISO code |
| VTBLS-COUNTRY | Country | Country key - 2 char ISO Code |
| VTBLV-DLVB | Valid From | The valid from Date - Original date as per source |
| VTBLV-DLVE | Valid To | The valid to Date - Original date as per source |
| VTBLV-BLIMIT | Internal Limit Amount | Amount |
| VTBLV-ELIMIT | External Limit Amount | Amount |
| VTBLV-WLIMIT | Limit Currency | Amount |
| VTBLV-PROZLIMIT | Critical Limit Utilization | Percentage utilized as per source. If this is not available, then business to provide |
| VTBLV-COMPERD | Max. Risk Commit Per.Mth | The maximum risk commitment period specifies the maximum risk commitment period in which a transaction is attributed to the limit. |
| VTBLV-INFINITE | Do not check limit | If this indicator is set to "do not check", the limit is not checked against existing utilizations. A key consequence is that the system does not display amounts exceeding the limit in reports or in the results for the single transaction check. keep blank |
| VTBLV-EDLVE | Ext.Valid-To Date | Date |
| Item # | Step Description | Team Responsible |
|---|---|---|
| 01 | Any period / year end close activities have been fully completed | Business |
| 02 | Active limit records have been identified, and business cleansing has happened in Quantum | Business |
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 to make the data Target ready:
| Item # | Step Description | Team Responsible |
|---|---|---|
| 1 | Ensure all the fields that require value mapping, as stipulated Mapping tables, have the latest signed-off mapping files imported into Syniti | Data team |
| 2 | Ensure that signed off value mappings have been maintained in the Syniti | Syniti team |
| 3 | Confirm the value mappings as maintained in the Syniti | Data team |
| 4 | Ensure that Signed off DCT from business has been received and maintained in Syniti | Syniti/Data team |
5 | Execute transformation for the object | Syniti team |
6 | Monitor the transformation progress and ensure performance and completion is within allowed timeframe | Syniti/Data team |
7. | Generate Pre-Load reports. | Syniti team |
8. | Generate data load count. | Syniti team |
9. | Log errors as defects, if any and address resolutions. Close defects. | Syniti/Data team |
10. | Re-transform and re-validate the Pre-load reports if necessary. | Syniti/Data team |
11. | Validate the transformed file as part of pre-load validation, raise data defects or provide the pre-load sign-off. | Business |
12. | Analyse and resolve any pre-load defects logged by business. | Syniti/Data team |
13. | Repeat steps 5 to 11 if necessary | Syniti/Data team |
14. | Proceed to pre-load validations | Data team |
Transformation Rules
| Rule # | Source system | Source Table | Source Field | Source Description | Target System | Target Table | Target Field | Target Description | Transformation Logic |
|---|---|---|---|---|---|---|---|---|---|
| 01 | NA | NA | NA | DCT | S4HANA | VTBLS | SLA | Limit Type | As per DCT |
| 02 | NA | NA | NA | DCT | S4HANA | VTBLS | RLV | Limit Record | System generated |
| 03 | NA | NA | NA | DCT | S4HANA | VTBLS | BUKRS | Company Code | From value mapping |
| 04 | NA | NA | NA | DCT | S4HANA | VTBLS | PARTNR | Business Partner | From value mapping |
| 05 | NA | NA | NA | DCT | S4HANA | VTBLS | SLPG | Limit Product Group | As per DCT |
| 06 | NA | NA | NA | DCT | S4HANA | VTBLS | RPORTB | Portfolio | As per DCT |
| 07 | NA | NA | NA | DCT | S4HANA | VTBLS | RDEALER | Trader | As per DCT |
| 08 | NA | NA | NA | DCT | S4HANA | VTBLS | WAERS | Currency | As per DCT |
| 09 | NA | NA | NA | DCT | S4HANA | VTBLS | COUNTRY | Country | As per DCT |
| 10 | NA | NA | NA | DCT | S4HANA | VTBLV | DLVB | Valid From | As per DCT |
| 11 | NA | NA | NA | DCT | S4HANA | VTBLV | DLVE | Valid to | As per DCT |
| 12 | NA | NA | NA | DCT | S4HANA | VTBLV | BLIMIT | Internal Limit Amount | As per DCT |
| 13 | NA | NA | NA | DCT | S4HANA | VTBLV | ELIMIT | External Limit Amount | As per DCT |
| 14 | NA | NA | NA | DCT | S4HANA | VTBLV | PROZLIMIT | Critical Limit Utilization | As per DCT |
| 15 | NA | NA | NA | DCT | S4HANA | VTBLV | COMPERD | Max. Risk Commit Per.Mth | As per DCT |
| 16 | NA | NA | NA | DCT | S4HANA | VTBLV | INFINITE | Do not check limit | leave blank |
| 17 | NA | NA | NA | DCT | S4HANA | VTBLV | EDLVE | Ext.Valid-To Date | As per DCT |
Transformation Mapping
Below value mapping tables should be constructed in Syniti
| Mapping Table Name | Mapping Table Description |
|---|---|
| Company Code | Mapping Table for Quantum company/entity code to S4HANA entity code |
| Business Partner | Mapping Table for Quantum counterparty/partner code to S4HANA Business Partner |
| Item # | Step Description | Team Responsible |
|---|---|---|
1 | Ensure all the fields that require value mapping, as stipulated Mapping tables, have the latest signed-off mapping files imported into Syniti | Data team |
2 | Ensure that signed off value mappings have been maintained in the Syniti | Syniti team |
3 | Confirm the value mappings as maintained in the Syniti | Data team |
4 | Ensure that Signed off DCT from business has been received and maintained in Syniti | Syniti/Data team |
5 | Confirm on the extracted values | Syniti, Data and business |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
The load process includes:
| Item # | Step Description | Team Responsible |
|---|---|---|
Load Phase and Dependencies
Identify the phase as to “when” the load for this object will occur. <Pre-Cutover, Cutover, Post Cutover> and list the steps that need to occur before the load can commence
List the Configurations required before loading can commence
| Item # | Configuration Item |
|---|---|
| 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) | |
The table below depicts some possible system errors for this data object during data load. All data load error is to be logged as defect and managed within the Defect Management
| Error Type | Error Description | Action Taken |
|---|---|---|
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
| Task | Action |
|---|---|
| title | specific details of what and how the task needs to be performed e.g. which reports are being used etc. |
Any additional key assumptions.
Insert links and references to other documents which are relevant when trying to understand this decision and its implications. Other decisions are often impacted, so it's good to list them here with links. Attachments are also possible but dangerous as they are static documents and not updated by their authors.