IBKK_DTADC 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 IBKK_DTADC
Related tables to IBKK_DTADC
Access table IBKK_DTADC




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

IBKK_DTADC 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_IBKK_DTADC TYPE IBKK_DTADC.

The IBKK_DTADC 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 (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: Can be enhanced (character-type)


SAP IBKK_DTADC 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
C1Record length BKK_DTAA1NUMC4NUMC04
C2Constant (data record identification letter) BKK_DTAA2CHAR1CHAR1
C3Bank number of the first investing financial institution BKK_DTAC3_DNUMC8NUMC08
C4Last beneficiary financial institution number/paying office BKK_DTAC4_DNUMC8NUMC08
C5Acct no. of the bank transfer recipient/party liable to pay BKK_DTAC5_DNUMC10NUMC10
C6Internal bank field BKK_DTAC6NUMC13
C7AText key BKK_DTAC7A_DNUMC2NUMC02
C7BText key supplement BKK_DTAC7B_DNUMC3NUMC03
C8Internal bank field BKK_DTAC8CHAR1CHAR1
C9Payment amount BKK_DTAC9_DNUMC11NUMC11
C10Bank number of the first paying financial institution BKK_DTAC10_DNUMC8NUMC08
C11Account number of the ordering party/payee BKK_DTAC11_DNUMC10NUMC10
C12Internal number BKK_DTAC12_DNUMC11NUMC11
C13Internal bank field BKK_DTAC13CHAR3CHAR3
C14Bank transfer recipient/party liable to pay BKK_DTAC14CHAR27CHAR27
C14BReserve BKK_DTAC14BCHAR8CHAR8
C15Ordering party/payee BKK_DTAC15CHAR27CHAR27
C16Purpose BKK_DTAC16CHAR27CHAR27
C17Reserve BKK_DTAC17CHAR3CHAR3
C18Indicator for additional information BKK_DTAC18_DNUMC2NUMC02
CE1_01File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_01File Extension BKK_DTAC20CHAR27CHAR27
CE1_02File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_02File Extension BKK_DTAC20CHAR27CHAR27
CE3_02Filler BKK_DTAC21CHAR11CHAR11
CE1_03File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_03File Extension BKK_DTAC20CHAR27CHAR27
CE1_04File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_04File Extension BKK_DTAC20CHAR27CHAR27
CE1_05File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_05File Extension BKK_DTAC20CHAR27CHAR27
CE1_06File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_06File Extension BKK_DTAC20CHAR27CHAR27
CE3_06Filler BKK_DTAC22CHAR12CHAR12
CE1_07File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_07File Extension BKK_DTAC20CHAR27CHAR27
CE1_08File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_08File Extension BKK_DTAC20CHAR27CHAR27
CE1_09File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_09File Extension BKK_DTAC20CHAR27CHAR27
CE1_10File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_10File Extension BKK_DTAC20CHAR27CHAR27
CE3_10Filler BKK_DTAC22CHAR12CHAR12
CE1_11File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_11File Extension BKK_DTAC20CHAR27CHAR27
CE1_12File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_12File Extension BKK_DTAC20CHAR27CHAR27
CE1_13File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_13File Extension BKK_DTAC20CHAR27CHAR27
CE1_14File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_14File Extension BKK_DTAC20CHAR27CHAR27
CE3_14Filler BKK_DTAC22CHAR12CHAR12
CE1_15File extension indicator BKK_DTAC19NUMC2NUMC2
CE2_15File Extension BKK_DTAC20CHAR27CHAR27
CE3_15Filler BKK_DTAC23CHAR99CHAR99

Key field Non-key field



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

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

How to access SAP table IBKK_DTADC

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