DTA1AT_DOM SAP (Transfer for customer exit to format AT_DOM (header record)) Structure details

Dictionary Type: Structure
Description: Transfer for customer exit to format AT_DOM (header record)




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




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

DTA1AT_DOM 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 "Transfer for customer exit to format AT_DOM (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_DTA1AT_DOM TYPE DTA1AT_DOM.

The DTA1AT_DOM table consists of various fields, each holding specific information or linking keys about Transfer for customer exit to format AT_DOM (header record) data available in SAP. These include FELD01 (Document Type - N'49' or N'89'), FELD02 (Zero Field), FELD03 (Asset Control Number), FELD04 (Bank Number).. 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 DTA1AT_DOM 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
FELD01Document Type - N'49' or N'89' IFELD01NUMC2NUMC02
FELD02Zero Field IFELD02NUMC14NUMC14
FELD03Asset Control Number IFELD03CHAR8CHAR008
FELD04Bank Number IFELD04NUMC7NUMC07
FELD05Zero Field IFELD05NUMC11NUMC11
FELD06DME Creation Date MMDDYYYY IFELD06NUMC6NUMC06
FELD07Zero Field IFELD07NUMC6NUMC06
FELD08Zero Field IFELD08NUMC7NUMC07
FELD09DME Sender Account Number (Intial Zeros) IFELD09NUMC11NUMC11
FELD10DME Sender Name IFELD10CHAR38CHAR038
FELD11Zero Field IFELD11NUMC8NUMC08
FELD12Record Type N'00' IFELD12NUMC2NUMC02
FELDCRLFField with Carriage Return and Line Feed FELDCRLFRAW2HEX02

Key field Non-key field



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

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

How to access SAP table DTA1AT_DOM

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