IBKKC01_DT SAP (GL: Data FI Key with Date and Counter) Structure details

Dictionary Type: Structure
Description: GL: Data FI Key with Date and Counter




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




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

IBKKC01_DT 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 "GL: Data FI Key with Date and Counter" 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_IBKKC01_DT TYPE IBKKC01_DT.

The IBKKC01_DT table consists of various fields, each holding specific information or linking keys about GL: Data FI Key with Date and Counter data available in SAP. These include MANDT (Client), BKKRS (Bank Area), FIKEY (Reconciliation Key Accounting Documents), FIKEYC (Additional Reconciliation Key Accounting Documents).. 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 IBKKC01_DT 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
MANDTClient MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
FIKEYReconciliation Key Accounting Documents BKK_FIKEYNUMC10Assigned to domainBKK_FIKEY
FIKEYCAdditional Reconciliation Key Accounting Documents BKK_FIKEYCNUMC4BKK_FIKEYC
FIKSTControl Information Reconciliation Key BKK_FIKSTCHAR1BKK_FIKST
GLPROCESSGL Process BKK_PROCCHAR4TBKKC03BKK_PROC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GLVARGL Variants BKK_GLVARCHAR4TBKKCVARBKK_GLVAR
CRDATDate on which the object was created BKK_CRDATDATS8DATUM
CRTIMTime at which the object was created BKK_CRTIMTIMS6UZEIT
CRUSRUser who created the object BKK_CRUSRCHAR12USNAM
CHUSRLast user to change object BKK_CHUSRCHAR12USNAM
CHDATDate on which the object was last changed BKK_CHDATDATS8DATUM
CHTIMTime at Which Object was Last Changed BKK_CHTIMTIMS6UZEIT
RLDATDate on which object was released BKK_RLDATDATS8DATUM
RLTIMTime at Which Object Was Released BKK_RLTIMTIMS6UZEIT
RLUSRUser who released object BKK_RLUSRCHAR12USNAM
SUMSZTotals Record Number for Reconciliation Key BKK_SUMSZINT410
UEBSTTransfer Status Reconciliation Key BKK_UEBSTCHAR1BKK_UEBST
CNT_UPDNumber of Updates Executed by Poster Reconciliation Key BKK_GLCUPDINT410
CNT_COMNumber of Updates given to Poster for Reconciliation Key BKK_GLCCOMINT410
PDAT_MINMinimum Posting Date BKK_PDTMINDATS8DATUM
PDAT_MAXMaximum Posting Date BKK_PDTMAXDATS8DATUM

Key field Non-key field



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

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

How to access SAP table IBKKC01_DT

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