| Status | |
|---|---|
| Owner | BAJAJ-ext, Manoj |
| Stakeholders | PILLAY-ext, Lawrence |
Purpose
The purpose of this document is to define the conversion approach to create the Object 9111 - TRM - Bank guarantee in S4HANA.
A Bank Guarantee is an assurance on the part of a bank to make good an organisation's debt in the event of non-payment. Therefore, Bank Guarantee is essentially an agreement to stand as a cosigner on a transaction. In the event that the original party cannot follow through, the bank can be called upon to provide the payment. Till such time a Bank Guarantee is not revoked, it works as a contingent instrument.
In S4HANA, Bank Guarantee in Treasury module is created as an instrument under the relevant Product Type, Transaction Type (Bank Guarantee received or issued), with Treasury Business Partner and the transaction code used to create such instrument is FTR_CREATE.
For the purpose of migrating active Bank Guarantees, issued or received by Syensqo, a custom program using the BAPI "BAPI_FTR_BG_DEALCREATE" will be used as the standard LTMC (Data Migration Cockpit) only supports the direct transfer i.e. if the source system is ECC.
Conversion Scope
The scope of this document covers the approach for converting active Bank Guarantees, received or issued with information sourced manually from business as the same is not used in source Treasury system (Quantum).
The relevancy criteria is not applicable for this object as the relevant data will be provided by business in a DCT (Data Collection Template).
List of source systems and approximate number of records
Source | Scope | Source Approx No. of Records | Target System | Target Approx No. of Records |
DCT | Active Bank Guarantees | 160 as of April'26 | S4HANA | 150 <TBC> |
Multi-language Requirement
None
Document Management
None
Legal Requirement
None
Special Requirements
As the conversion involves a source system which is non-SAP, the below area needs special handling:
- Data relevant for Bank Guarantee migration to sourced manually from Business in a Data Collection Template (DCT)
- Business team to ensure that only active and in use records for Bank Guarantees are provided in DCT
- The data as collected via DCT will be stored in the Syniti for Transformation
- Below Configuration Check Tables needs to be referenced in Syniti to validate the data in the DCT:
- Counterparty to Business Partner - BUT100 to check if the BP is assigned with Role "TR0151"
- Company Code - T001
- Product Type - TZPA
- Transaction Type - AT10
- Portfolio Code - TWPOB
- General Valuation Class - TRGC_COM_VALCL
- Amount and date format from source system to align with S4HANA
- As the target structure in S4HANA involves dependency on various Configuration and BP Master Data objects (CNV 3040), all this data needs to be loaded before Transactions Data loads.
Target Design
For the purpose of migrating active Bank Guarantees as collected in the DCT, issued or received by Syensqo, a custom program using the BAPI "BAPI_FTR_BG_DEALCREATE" will be used as the standard LTMC (Data Migration Cockpit) only supports the direct transfer i.e. if the source system is ECC.
This section covers the list of fields that are part of the BAPI and DCT. This section will also explain field by field mapping of the BAPI structure and where the data will come from for each field for the BAPI.
The technical design of the target for this conversion approach.
There are 3 main tables involved as below
- VTBFHA
- VTBFHAZU
- VTBFHAPO
However, unlike other TRM Instruments, Bank Guarantee does not have a direct corelation of BAPI structure to Transparent Tables such as VTBFHA, VTBFHAZU, VTBFHAPO.
The table below serves as the Header (General Data) for table VTBFHA and includes Bank Guarantee data, which updates both VTBFHAZU and VTBHAPO together upon load via BAPI.
| Table | Field | Field Description | Data Type | Length | Requirement |
|---|---|---|---|---|---|
VTBFHA | BUKRS | COMPANY_CODE | CHAR | 4 | This is a Required Field |
VTBFHA | RFHA | TRANSACTION NUMBER | CHAR | 13 | This is Internal Field |
VTBFHA | SGSART | PRODUCT_TYPE | CHAR | 3 | This is a Required Field |
VTBFHA | SFHAART | TRANSACTION_TYPE | CHAR | 3 | This is a Required Field |
VTBFHA | KONTRH | PARTNER | CHAR | 10 | This is a Required Field |
VTBFHA | DBLFZ | TERM START | DATS | 8 | This is a Required Field |
VTBFHA | DELFZ | TERM END | DATS | 8 | This is a Required Field |
VTBFHA | RPORTB | PORTFOLIO | CHAR | 10 | This is Optional Field |
VTBHFA | WGSCHFT | TRANSACTION CURRENCY | CUKY | 5 | This is a Required Field |
VTBFHA | ZUOND | ASSIGNMENT | CHAR | 18 | This is Optional Field |
VTBFHA | REFER | INTERNAL_REFERENCE | CHAR | 16 | This is Optional Field |
VTBFHA | MERKM | CHARACTERISTICS | CHAR | 25 | This is a Required Field |
VTBFHA | RCOMVALCL | VALUATION_CLASS | NUMC | 4 | This is a Required Field |
| VTBFHA | FACILITYNR | FACILITY | CHAR | 13 | This is Conditional Field, to be used if a Facility is linked to issue of a Bank Guarantee |
VTBFHA | FACILITYBUKRS | FACILITY_COMPANY_CODE | CHAR | 4 | This is Conditional Field, to be used if a Facility is linked to issue of a Bank Guarantee |
VTBHFA | BEHALF_OF_COMPANY | ON BEHALF OF COMPANY | CHAR | 4 | This is Optional Field |
VTBHFA | RCNTR (KOSTL) | COST CENTRE | CHAR | 10 | This is Optional Field |
VTBFHAZU | DVTRAB | CONTRACT DATE | DATS | 8 | This is a Required Field |
VTBFHAZU | VTBFHAZU | TRADER | CHAR | 10 | This is Optional Field |
VTBFHAZU | GSPPART | CONTACT PERSON | CHAR | 19 | This is Optional Field |
VTBFHAZU | NOTICE_DATE | OTC Notice Date | DATS | 8 | This is Optional Field |
VTBFHAPO | BNWHR | Amount or Balance | CURR | 13 | This is a Required Field |
FTR_BG_NUMBER | BANK_GUARANTEE_NUMBER | CHAR | 16 | This is a Required Field | |
| FTR_BG_TYPE | BANK_GUARANTEE_TYPE | CHAR | 4 | This is a Required Field | |
Data Cleansing
| 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 . This is to be conducted using DCT (Data Collection Template) in
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 |
|---|---|---|
Selection Screen
| Selection Ref Screen | Parameter Name | Selection Type | Requirement | Value to be entered/set |
|---|---|---|---|---|
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 Name | Field Description | Rule |
|---|---|---|
Extraction Dependencies
| 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 |
|---|---|---|
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.