| 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 a custom program using LSMW as the LTMC for this object is not available in the Data Migration Cockpit.
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
<Note: The target design can change subject to business confirmation after
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 a custom program using LSMW, as LTMC for this object is not available as of now. As there are two tables involved, the custom program should handle provision of a system generated number for the Limit Number (Field: RLV)
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 |
|---|---|
| Generation of Pre-load reports | Mandatory field check.
|
| Record Count | Record Count Confirm the record counts in preload summary report
|
| Business Confirmation | Data team after the initial validation of Pre-Load validation based on the pre agreed validation checklist To send the Pre-Load file to the Business Representatives for all plants/valuation area in scope for conversion Business Representatives to validate the pre-load file Agree with data team on the next steps for erroneous records |
| Task | Action |
|---|---|
| Mandatory field mapping and transformation | Obtain a list of the fields to be populated with values from mapping files and ensure all these fields contain S/4HANA values.
|
| Business Value Checks |
|
| Records in Errors | Review and correct the errors. Achieve a zero-error record count as much as possible. Raise defects for data remediated and requiring a correction in the source data. |
| Task | Action |
|---|---|
| Check Data load register count | Business Data Owner/s to verify that the total number of relevant records to be converted as per DCT is equal to the total number of records in the Preload file. |
| Task | Action |
|---|---|
Conversion accuracy | To check and validate the load files with all the transformation and mapping rules, to be signed off. |
The load process includes:
| Item # | Step Description | Team Responsible |
|---|---|---|
1 | Go to load file and pick 5 data records, load manually without any tool. See what happens. If all okay, proceed with the next step. | Data team |
2 | Go to load file and pick 10 records and load them with the tool. No action if the previous step has fallen. If not, then continue to load 10 records with the tool. Check if everything went okay. | Data team |
3 | Proceed with the full load if steps one and two were succeed else fix the issue with records | Data team |
4 | Validate few records loaded by accessing standard transactions from S/4HNA e.g. TBL3 or TBL1 to view limits. | Data team |
5 | Generate post load report if step 5 is validated | Data team |
6 | Log errors as defects, if any and address resolutions. Close defects. | Data team |
7 | Resolve defects by reupload and re-generate post load reports if necessary. | Data team |
8 | Business to validate the post load files as part of post-load validation, raise data defects or provide the post-load sign-off. | Business |
9 | Repeat steps 1 to 5 if necessary. | Data team |
Load Phase and Dependencies
The load phase for this object is ideally relevant for pre-cutover Phase 4
Below configurations must exist to facilitate the conversion of this object.
| Item # | Configuration Item |
|---|---|
| 01 | Company Codes relevant for Treasury |
| 02 | Limit Types |
| 03 | Limit Product Groups |
| 04 | Portfolio Types |
| 05 | Trader IDs |
| Object # | Preceding Object Conversion Approach |
|---|---|
| CNV-3040 | BP with Treasury role (note: the conversion object number will change as this is under Change Request) |
| CNV-1182 | Trader Authorisations |
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 |
|---|---|---|
| Valid Master | Business Partner is not having a valid treasury role | Ensure that Business Partner is updated |
| Missing Trader Authorisation | Trader ID used for Limit Master is missing authorisation | Update the trader authorisations |
| Validity date | Validity date of the limit is in past | Check the Limit master and correct the dates |
| Task | Action |
|---|---|
| Reconciliation of Record Count | Record Count - Count and check how many records were loaded vs. Records in the load file (Each mock has it's own data record count) Check for logs from Load and fix erroneous records, if any. |
| Task | Action |
|---|---|
| Check values in key fields for accuracy | Post-load reports will have the same structure as the load file and some additional columns as required to facilitate the post load validation. Leverage on tool to create a Post Load report that reports S/4HANA loaded records along with the legacy values side-by-side to allow for 100% check of all these fields in the shortest possible time. Any mismatch will be reported under the Post Load - Error report. |
| Task | Action |
|---|---|
Record Count Check | Review the record count report from the Data Team and ensure it is correct by cross-checking with the record count confirmed during Pre-load Business Validations Business may also run transaction code TBL3 or TBL1 to cross check the Limit Masters |
| Task | Action |
|---|---|
Field Checks | Check the fields to ensure that Limit Masters against Limit Types have been properly maintained Check the other key fields such as Portfolio, Trader IDs etc. |
Value Check | Check the values
|
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.