DTADDEC SAP (Domestic DME Diskette Data Record C (Paymnt Exchange Record)) Structure details

Dictionary Type: Structure
Description: Domestic DME Diskette Data Record C (Paymnt Exchange Record)




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




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

DTADDEC 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 "Domestic DME Diskette Data Record C (Paymnt Exchange Record)" 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_DTADDEC TYPE DTADDEC.

The DTADDEC table consists of various fields, each holding specific information or linking keys about Domestic DME Diskette Data Record C (Paymnt Exchange Record) data available in SAP. These include C2 (Constant C (Data Record Identification Letter)), C3 (Bank Number of the First Investing Financial Institution), C4 (Last Beneficiary Financial Institution Number/Paying Office), C5 (Acct No. of the Bank Transfer Recipient/Party Liable to Pay).. 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 DTADDEC 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
C1 Record Length0
C2 Constant C (Data Record Identification Letter)0
C3 Bank Number of the First Investing Financial Institution0
C4 Last Beneficiary Financial Institution Number/Paying Office0
C5 Acct No. of the Bank Transfer Recipient/Party Liable to Pay0
C6 Internal Customer Number0
C7A Text Key0
C7B Text Key Supplement0
C8 Reserved0
C9 Amount in DM0
C10 Bank Number of the First Paying Financial Institution0
C11 Account Number of the Ordering Party/Payee0
C12 Amount in Euro0
C13 Reserved0
C14A Bank Transfer Recipient/Party Liable to Pay0
C14B Reserved0
C15 Ordering Party/Payee0
C16 Note to Payee0
C17A Currency Indicator0
C17B Reserved0
C18 Indicator for Additional Information0
CE1_01 File Extension Indicator0
CE2_01 File Extension0
CE1_02 File Extension Indicator0
CE2_02 File Extension0
CE3_02 Reserved0
CE1_03 File Extension Indicator0
CE2_03 File Extension0
CE1_04 File Extension Indicator0
CE2_04 File Extension0
CE1_05 File Extension Indicator0
CE2_05 File Extension0
CE1_06 File Extension Indicator0
CE2_06 File Extension0
CE3_06 Reserved0
CE1_07 File Extension Indicator0
CE2_07 File Extension0
CE1_08 File Extension Indicator0
CE2_08 File Extension0
CE1_09 File Extension Indicator0
CE2_09 File Extension0
CE1_10 File Extension Indicator0
CE2_10 File Extension0
CE3_10 Reserved0
CE1_11 File Extension Indicator0
CE2_11 File Extension0
CE1_12 File Extension Indicator0
CE2_12 File Extension0
CE1_13 File Extension Indicator0
CE2_13 File Extension0
CE1_14 File Extension Indicator0
CE2_14 File Extension0
CE3_14 Reserved0
CE1_15 File Extension Indicator0
CE2_15 File Extension0
CE3_15 Reserved0

Key field Non-key field



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

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

How to access SAP table DTADDEC

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