DTAMDEC SAP (German Domestic DME User Exit Structure Data Record C) Structure details

Dictionary Type: Structure
Description: German Domestic DME User Exit Structure Data Record C




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




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

DTAMDEC 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 "German Domestic DME User Exit Structure Data Record C" 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_DTAMDEC TYPE DTAMDEC.

The DTAMDEC table consists of various fields, each holding specific information or linking keys about German Domestic DME User Exit Structure Data Record C data available in SAP. These include C12 (Internal Number), C14 (Bank Transfer Recipient/Party Liable to Pay), C15 (Ordering Party/Payee), C16 (Note to Payee).. 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: Can be enhanced (character-type or numeric)


SAP DTAMDEC 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
C6Internal Bank Field DTAC6NUMC13NUMC13
C12Internal Number DTAC12_DNUMC11NUMC11
C14Bank Transfer Recipient/Party Liable to Pay DTAC14CHAR27CHAR27
C15Ordering Party/Payee DTAC15CHAR27CHAR27
C16Note to Payee DTAC16CHAR27CHAR27
CE1_01File Extension Indicator DTAC19NUMC2NUMC2
CE2_01File Extension DTAC20CHAR27CHAR27
CE1_02File Extension Indicator DTAC19NUMC2NUMC2
CE2_02File Extension DTAC20CHAR27CHAR27
CE1_03File Extension Indicator DTAC19NUMC2NUMC2
CE2_03File Extension DTAC20CHAR27CHAR27
CE1_04File Extension Indicator DTAC19NUMC2NUMC2
CE2_04File Extension DTAC20CHAR27CHAR27
CE1_05File Extension Indicator DTAC19NUMC2NUMC2
CE2_05File Extension DTAC20CHAR27CHAR27
CE1_06File Extension Indicator DTAC19NUMC2NUMC2
CE2_06File Extension DTAC20CHAR27CHAR27
CE1_07File Extension Indicator DTAC19NUMC2NUMC2
CE2_07File Extension DTAC20CHAR27CHAR27
CE1_08File Extension Indicator DTAC19NUMC2NUMC2
CE2_08File Extension DTAC20CHAR27CHAR27
CE1_09File Extension Indicator DTAC19NUMC2NUMC2
CE2_09File Extension DTAC20CHAR27CHAR27
CE1_10File Extension Indicator DTAC19NUMC2NUMC2
CE2_10File Extension DTAC20CHAR27CHAR27
CE1_11File Extension Indicator DTAC19NUMC2NUMC2
CE2_11File Extension DTAC20CHAR27CHAR27
CE1_12File Extension Indicator DTAC19NUMC2NUMC2
CE2_12File Extension DTAC20CHAR27CHAR27
CE1_13File Extension Indicator DTAC19NUMC2NUMC2
CE2_13File Extension DTAC20CHAR27CHAR27
CE1_14File Extension Indicator DTAC19NUMC2NUMC2
CE2_14File Extension DTAC20CHAR27CHAR27
CE1_15File Extension Indicator DTAC19NUMC2NUMC2
CE2_15File Extension DTAC20CHAR27CHAR27
XAVIS_REQDisplay Field - Payment Advice Required by User XAVIS_REQCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table DTAMDEC

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