DTADATK SAP (Foreign DME Austria Sales Record_2 For Diskette) Structure details

Dictionary Type: Structure
Description: Foreign DME Austria Sales Record_2 For Diskette




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




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

DTADATK 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 "Foreign DME Austria Sales Record_2 For Diskette" 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_DTADATK TYPE DTADATK.

The DTADATK table consists of various fields, each holding specific information or linking keys about Foreign DME Austria Sales Record_2 For Diskette data available in SAP. These include FELD023 (Consecutive Number per Order and Asset), FELD024 (Address of Recipient (Street, P.O. Box)), FELD025 (Address of Recipient (Postal Code, City, Country)), FELD026 (SWIFT Code of the Receiving Bank).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DTADATK 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
FELD022Record Type N'02' AFELD022NUMC2NUMC02
FELD023Consecutive Number per Order and Asset AFELD012NUMC5NUMC05
FELD024Address of Recipient (Street, P.O. Box) AFELD024CHAR35CHAR035
FELD025Address of Recipient (Postal Code, City, Country) AFELD025CHAR35CHAR035
FELD026SWIFT Code of the Receiving Bank AFELD026CHAR11CHAR11
FELD027Settlement Account Number of the Sold-To Party AFELD027NUMC11NUMC11
FELD028Settlement Currency AFELD028CHAR3CHAR003
FELD029Collective Settlement AFELD029NUMC1NUMC01
FELD030Charges Indicator AFELD030NUMC1NUMC01
FELD031Charges Account Number AFELD031NUMC11NUMC11
FELD032Order Date in the Format YYYYMMDD AFELD032NUMC8NUMC08
FELD033Reserve AFELD033CHAR3CHAR003
FELD034Record Type of the Next Record AFELD021NUMC2NUMC02
FELDCRLFField with Carriage Return and Line Feed FELDCRLFRAW2HEX02

Key field Non-key field



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

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

How to access SAP table DTADATK

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