IBKKM9 SAP (BCA: Balancing Transfer Structure) Structure details

Dictionary Type: Structure
Description: BCA: Balancing Transfer Structure




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




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

IBKKM9 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 "BCA: Balancing Transfer Structure" 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_IBKKM9 TYPE IBKKM9.

The IBKKM9 table consists of various fields, each holding specific information or linking keys about BCA: Balancing Transfer Structure data available in SAP. These include CLOS_TYP (Consolidation Frequency), CLOSETIME (Balancing time), RUNDATE (Date of Mass Run), RUNTIME (Time of Program Run).. 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 IBKKM9 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
CLOS_TYPConsolidation Frequency BKK_CLSTYPCHAR4Assigned to domainBKK_FUNCT
CLOSETIMEBalancing time BKK_CLSTIMTIMS6TIME
RUNDATEDate of Mass Run BKK_RUNDATDATS8DATUM
RUNTIMETime of Program Run BKK_RUNTIMTIMS6TIME
RUNUSERUser Who Started Program Run BKK_RUNUSRCHAR12UNAME
ACCOUNTGEAccount Number Bigger/Equal BKK_ACEXGECHAR35ACEXTBKK_ACEXT
ACCOUNTLEAccount Number Smaller/Equal BKK_ACEXLECHAR35ACEXTBKK_ACEXT
ACURRENCYCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
CLOSEDATEBalancing date BKK_CLSDATDATS8DATUM
XACCRUALIndicator: Execute Interest Acc./Def. BKK_XACCRUCHAR1XFELD
XFEEACCRIndicator: Execute Accrual/Deferral for Charges BKK_XACCRFCHAR1XFELD
TRACEAccount Balancing Log BKK_TRCLCHAR1BKK_TRCL
SIM_RUNSimulation BKK_SIMCHAR1BKK_SIM
TOLERANCETolerance Amount BKK_TOLAMTCURR17(2) BKK_ITAMT
CURRTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
CLOSEDATE_CCBalancing date BKK_CLSDATDATS8DATUM
VAL_DAT_TOCash Concentration: Value Date to BKK_VAL_TODATS8DATUM
ROUND_POSCash Concentration: Rounding Off from Point BKK_RND_PSNUMC2NUMC2
X_SIM_RUNCash Concentration: X-Simulation Run BKK_CLSIMUCHAR1XFELD
BANKSTATDATEBank Statement Date BKK_ACSTDTDATS8DATUM
FDATEPOSTPosting Date of Oldest Posted Document on Statement BKK_FPSTDTDATS8DATUM
FTIMEPOSTPosting Time of Oldest Document on Statment BKK_FPSTTITIMS6UZEIT
XSIMULBKSTIndicator: Simulation of Statement Output BKK_XSIMBSCHAR1XFELD
XSCREENOUTIndicator: Bank Statement Standard Output BKK_XSCRCHAR1XFELD
XBKSTNOITEMIndicator: Bank Statement Without Turnovers BKK_XNOITEMCHAR1XFELD
XDUPLICATEIndicator Duplicate Creation for Bank Statement BKK_XDUPLICATECHAR1XFELD
DUPLDATEFROMFrom Date for Bank Statement Duplicate Output BKK_DUPLDATEFROMDATS8DATUM
DUPLDATETOTo Date for Bank Statement Duplicate Output BKK_DUPLDATETODATS8DATUM
TRACELOGLog Category for Bank Statement BKK_BKSTTRACECHAR1BKK_TRCL
PRODINTInternal Product ID BKK_PRODINTCHAR18Assigned to domainFIPR_PRODINT

Key field Non-key field



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

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

How to access SAP table IBKKM9

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