DTADATJ SAP (Foreign DME Austria Sales Record_1 For Diskette) Structure details

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




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




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

DTADATJ 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_1 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_DTADATJ TYPE DTADATJ.

The DTADATJ table consists of various fields, each holding specific information or linking keys about Foreign DME Austria Sales Record_1 For Diskette data available in SAP. These include FELD012 (Consecutive Number per Order and Asset), FELD013 (Transfer Type), FELD014 (Order Processing Type), FELD015 (Transfer Currency).. 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 DTADATJ 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
FELD011Record Type N'01' AFELD011NUMC2NUMC02
FELD012Consecutive Number per Order and Asset AFELD012NUMC5NUMC05
FELD013Transfer Type AFELD013NUMC2NUMC02
FELD014Order Processing Type AFELD014NUMC1NUMC01
FELD015Transfer Currency AFELD015CHAR3CHAR003
FELD016ATransfer Amount (only up to Decimal Place) AFELD016ANUMC11NUMC11
FELD016BTransfer Amount (only with Decimal Places) AFELD016BNUMC2NUMC02
FELD017Account Number of Recipient (Ref. to Bank in Field 26/37) AFELD017CHAR20CHAR020
FELD018Recipient Name in the 1st Line AFELD018CHAR35CHAR035
FELD019Recipient Name in the 2nd Line AFELD019CHAR35CHAR035
FELD020Sold-to Party DVR Number AFELD020CHAR10CHAR010
FELD021Record 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 DTADATJ using ABAP code?

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

How to access SAP table DTADATJ

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