DTA_MT202 SAP (DME Transaction Record, International Format MT 202) Structure details

Dictionary Type: Structure
Description: DME Transaction Record, International Format MT 202




ABAP Code to SELECT data from DTA_MT202
Related tables to DTA_MT202
Access table DTA_MT202




Structure field list including key, data, relationships and ABAP select examples

DTA_MT202 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DME Transaction Record, International Format MT 202" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DTA_MT202 TYPE DTA_MT202.

The DTA_MT202 table consists of various fields, each holding specific information or linking keys about DME Transaction Record, International Format MT 202 data available in SAP. These include 20_VALUE (Transaction Reference Number), 21_TAG (:21: (Field 21 is Mandatory)), 21_VALUE (Associated Reference of the Transaction), 32A_TAG (:32A: (Field 32A is Mandatory)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DTA_MT202 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
20_TAG :20: (Field 20 is Mandatory)0
20_VALUE Transaction Reference Number0
21_TAG :21: (Field 21 is Mandatory)0
21_VALUE Associated Reference of the Transaction0
32A_TAG :32A: (Field 32A is Mandatory)0
32A_VALUE Value Date (YYMMDD), Currency (C3), and Amount (N15)0
52_TAG :52A: or :52D: (Field 52 is Mandatory)0
52_VALUE1 Identification (Account Number, for Example) and BIC Code of0
52_VALUE2 Payer Bank (Option A) or0
52_VALUE3 Name and Address of the Payer Bank (Option D)0
52_VALUE4 0
52_VALUE5 0
53_TAG :53A:, :53B:, or :53D: (Field 53 is Optional)0
53_VALUE1 Identification (Account Number, for Example) and0
53_VALUE2 BIC Code of the Sender's Correspondence Bank (Option A),0
53_VALUE3 National Bank Key and Location of Sender Correspondence Bank0
53_VALUE4 (Option B) or Name and Address0
53_VALUE5 of the Sender's Correspondence Bank (Option D)0
54_TAG :54A:, :54B:, or :54D: (Field 54 is Optional)0
54_VALUE1 Identification (Account Number, for Example) and0
54_VALUE2 BIC Code of the Sender's Correspondence Bank (Option A),0
54_VALUE3 Nat. Bank Key and Location of the Correspondence Bank of the0
54_VALUE4 Recipient (Option B) or Name and Address0
54_VALUE5 of the Recipient's Correspondence Bank (Option D)0
56_TAG :56A: or :56D: (Field 52 is Optional)0
56_VALUE1 Identification (Account Number, for Example) and0
56_VALUE2 BIC Code of the Intermediary Bank (Option A)0
56_VALUE3 Name and Address of the Intermediary Bank (Option D)0
56_VALUE4 0
56_VALUE5 0
57_TAG :57A:, :57B:, or :57D: (Field 57 is Optional)0
57_VALUE1 Identification (Account Number, for Example) and0
57_VALUE2 BIC Code of the Alternative Payee Bank (Option A),0
57_VALUE3 National Bank Key and Location of the Alternative0
57_VALUE4 Payee Bank (Option B) or Name and Address0
57_VALUE5 of the Alternative Payee Bank (Option D)0
58_TAG :58: (Field 50 is Mandatory)0
58_VALUE1 Identification (Account Number, for Example) and0
58_VALUE2 BIC Code of the Beneficiary's Bank (Option A),0
58_VALUE3 Nat. Bank Key and Location of the Correspondence Bank of the0
58_VALUE4 Beneficiary's Bank (Option B) or Name and Address0
58_VALUE5 of the Beneficiary's Bank (Option D)0
72_TAG :72: (Field 72 is Optional)0
72_VALUE1 Instructions for Participating Banks, Line 10
72_VALUE2 Instructions for Participating Banks, Line 20
72_VALUE3 Instructions for Participating Banks, Line 30
72_VALUE4 Instructions for Participating Banks, Line 40
72_VALUE5 Instructions for Participating Banks, Line 50
72_VALUE6 Instructions for Participating Banks, Line 60
ENDOFTRNACTTransaction Record Separator (Delimiter) PAYMSGN2_FPMCHAR5CHAR5

Key field Non-key field



How do I retrieve data from SAP structure DTA_MT202 using ABAP code?

As DTA_MT202 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DTA_MT202 as there is no data to select.

How to access SAP table DTA_MT202

Within an ECC or HANA version of SAP you can also view further information about DTA_MT202 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!