DTABA SAP (Domestic Tape DME Data Record A (Data Carrier Header Record)) Structure details

Dictionary Type: Structure
Description: Domestic Tape DME Data Record A (Data Carrier Header Record)




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




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

DTABA 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 "Domestic Tape DME Data Record A (Data Carrier Header Record)" 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_DTABA TYPE DTABA.

The DTABA table consists of various fields, each holding specific information or linking keys about Domestic Tape DME Data Record A (Data Carrier Header Record) data available in SAP. These include A1B (Reserve), A2 (Constant (Data Record Identification Letter)), A3 (Indicator), A4 (Bank Number if the Tape Recipient is a Financial Institution).. 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: Can be enhanced (character-type or numeric)


SAP DTABA 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
A1ARecord Length of the Data Record DTAA1ARAW2PL2_O
A1BReserve DTAA1BRAW2PL2_O
A2Constant (Data Record Identification Letter) DTAA2CHAR1CHAR1
A3Indicator DTAA3CHAR2CHAR2
A4Bank Number if the Tape Recipient is a Financial Institution DTAA4DEC9PL5
A5Bank Number if the Tape Sender is a Financial Institution DTAA5DEC9PL5
A6Magnetic Tape Sender DTAA6CHAR27CHAR27
A7Tape Creation Date DTAA7DEC7PL4
A8Internal Bank Field DTAA8CHAR4CHAR4
A9Account Number of Recipient/Sender DTAA9DEC11PL6
A10Presenting Party's Reference Number DTAA10NUMC10NUMC10
A11AReserve DTAA11ACHAR15CHAR15
A11BExecution Date (DDMMYYYY) DTAA11BCHAR8CHAR8
A11CReserve DTAA11CCHAR58CHAR58
A12Currency Indicator (0/' '=DEM, 1=Euro) DTAA12CHAR1CHAR1

Key field Non-key field



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

As DTABA 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 DTABA as there is no data to select.

How to access SAP table DTABA

Within an ECC or HANA version of SAP you can also view further information about DTABA 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!