DTA2AT_DOM SAP (Transfer structure for customer exit to format AT_DOM) Structure details

Dictionary Type: Structure
Description: Transfer structure for customer exit to format AT_DOM




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




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

DTA2AT_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 structure for customer exit to format AT_DOM" 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_DTA2AT_DOM TYPE DTA2AT_DOM.

The DTA2AT_DOM table consists of various fields, each holding specific information or linking keys about Transfer structure for customer exit to format AT_DOM data available in SAP. These include FELD14 (Zero Field), FELD15 (Amount in Groschen (Initial Zeros)), FELD16A (Line Method - Part A), FELD16B (Line Method - Part B).. 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 DTA2AT_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
FELD13Document Type - N'15',N'43',N'82',N'83' IFELD13NUMC2NUMC02
FELD14Zero Field IFELD14NUMC3NUMC03
FELD15Amount in Groschen (Initial Zeros) IFELD15NUMC11NUMC11
FELD16ALine Method - Part A IFELD16ANUMC7NUMC07
FELD16BLine Method - Part B IFELD16BNUMC5NUMC05
FELD17Account Number for Bank Named in Field 16 IFELD17NUMC11NUMC11
FELD18Bank number of the bank managing the account IFELD18NUMC5NUMC05
FELD19Account Number of Customer Ordering IFELD19NUMC11NUMC11
FELD20Blank Field IFELD20CHAR7CHAR007
FELD21Short Reason for Payment IFELD21CHAR28CHAR028
FELD22Customer Data IFELD22CHAR12CHAR012
FELD23Zero Field IFELD23NUMC6NUMC06
FELD24Function Key, Always N'1' (Completed Document) IFELD24NUMC1NUMC01
FELD25Form Type, N'1',N'2' or N'4' IFELD25NUMC1NUMC01
FELD26Zero Field IFELD26NUMC6NUMC06
FELD27Number of Additional Information Lines IFELD27NUMC2NUMC02
FELD28Record Type N'1' IFELD28NUMC2NUMC02
FELDCRLF_1Field with Carriage Return and Line Feed FELDCRLFRAW2HEX02
FELD29Document Type, like Sales Record_1 IFELD29NUMC2NUMC02
FELD30Name of Recipient/Party Liable to Pay (1st Line) IFELD30CHAR38CHAR038
FELD31Name of Recipient/Party Liable to Pay (2nd Line) IFELD31CHAR38CHAR038
FELD32Zero Field IFELD32NUMC2NUMC02
FELD33Name of Sold-To Party/Payee IFELD33CHAR38CHAR038
FELD34Record Type N'02' IFELD34NUMC2NUMC02
FELDCRLF_2Field with Carriage Return and Line Feed FELDCRLFRAW2HEX02

Key field Non-key field



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

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

How to access SAP table DTA2AT_DOM

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