DTA3AT_DOM SAP (Transfer for customer exit to format AT_DOM (trailer label)) Structure details

Dictionary Type: Structure
Description: Transfer for customer exit to format AT_DOM (trailer label)




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




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

DTA3AT_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 (trailer label)" 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_DTA3AT_DOM TYPE DTA3AT_DOM.

The DTA3AT_DOM table consists of various fields, each holding specific information or linking keys about Transfer for customer exit to format AT_DOM (trailer label) data available in SAP. These include FELD40 (Document Type), FELD41 (Total of Fields 15 Since Last Header Record (Amount Total)), FELD42 (As Field 03 (Asset Control Number)), FELD43 (As Field 04 (Bank Number of the Sold-To Party)).. 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 DTA3AT_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
FELD40Document Type IFELD40NUMC2NUMC02
FELD41Total of Fields 15 Since Last Header Record (Amount Total) IFELD41NUMC14NUMC14
FELD42As Field 03 (Asset Control Number) IFELD42CHAR8CHAR008
FELD43As Field 04 (Bank Number of the Sold-To Party) IFELD43NUMC7NUMC07
FELD44Zero Field IFELD44NUMC11NUMC11
FELD45As Field 06 (DME Creation Date YYMMDD) IFELD45NUMC6NUMC06
FELD46Number of Sales Since the last Header Record IFELD46NUMC6NUMC06
FELD47Zero Field IFELD47NUMC7NUMC07
FELD48As Field 09 (Account Number of Sold-To Party) IFELD48NUMC11NUMC11
FELD49Total of Field 16, Part B, Since last Preliminary Record IFELD49NUMC14NUMC14
FELD50Total of Field 17 Since last Preliminary Record IFELD50NUMC14NUMC14
FELD51Zero Field IFELD51NUMC10NUMC10
FELD52Total of Field 27 (Display Addit.Info Since last Prelim.Rec) IFELD52NUMC8NUMC08
FELD53Record Type N'99' IFELD53NUMC2NUMC02
FELDCRLFField with Carriage Return and Line Feed FELDCRLFRAW2HEX02

Key field Non-key field



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

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

How to access SAP table DTA3AT_DOM

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