IBKK9_DI2 SAP (External Data Transfer Account Balancing: Small Structure) Structure details

Dictionary Type: Structure
Description: External Data Transfer Account Balancing: Small Structure




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




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

IBKK9_DI2 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 "External Data Transfer Account Balancing: Small 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_IBKK9_DI2 TYPE IBKK9_DI2.

The IBKK9_DI2 table consists of various fields, each holding specific information or linking keys about External Data Transfer Account Balancing: Small Structure data available in SAP. These include ACNUM_EXT (Account number for current account), CLOS_TYP (Consolidation Frequency), CLOS_YEAR (Year of the closing period), CLOS_NR (Number of Balancing Period).. 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 IBKK9_DI2 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
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
CLOS_TYPConsolidation Frequency BKK_CLSTYPCHAR4Assigned to domainBKK_FUNCT
CLOS_YEARYear of the closing period BKK_CLYEARNUMC4NUM4
CLOS_NRNumber of Balancing Period BKK_CLNRNUMC3NUM3
TURNOVER_CLASSTurnover Class BKK_TURNOVERCLASSCHAR4BKK_TURNOVERCLASS
CURRAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
START_DATEStart date of period BKK_STDATEDATS8DATUM
END_DATEEnd Date of Period BKK_EDATEDATS8DATUM
END_DATE_IEnd Date of Interest Calculation BKK_IDATEDATS8DATUM
DATE_VALUEValue date BKK_VALDATDATS8DATUM
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
DEBITS_INTAmount Debit Interest BKK_DEBINTCURR17(2) BKK_ITAMT
CREDIT_INTAmount Credit Interest BKK_CREINTCURR17(2) BKK_ITAMT
OVERDR_INTAmount Overdraft Interest BKK_OVEINTCURR17(2) BKK_ITAMT
SUPPLY_INTLoan Committment Interest Amount BKK_SUPINTCURR17(2) BKK_ITAMT
CREDIT_INT_NEGAmount Negative Credit Interest BKK_CREINT_NEGCURR17(2) BKK_ITAMT
DEBIT_INT_NEGAmount Negative Debit Interest BKK_DEBINT_NEGCURR17(2) BKK_ITAMT
ADVANC_INTAmount of Interest Penalty BKK_ADVINTCURR17(2) BKK_ITAMT
BONUS_INTBonus Amount BKK_BONINTCURR17(2) BKK_ITAMT
ITEM_FEEAmount Item Charge BKK_ITECHACURR17(2) BKK_ITAMT
FORW_COSTAmount Dispatch Expenses BKK_FRWCHACURR17(2) BKK_ITAMT
ACCONT_FEEAmount Account Maintenance Charge BKK_ACCHACURR17(2) BKK_ITAMT
PERIOD_FEEAmount Periodic Charge BKK_PERCHACURR17(2) BKK_ITAMT
CSTMR_AMTAmount from Customer BKK_CSTAMTCURR17(2) BKK_ITAMT
BALANCEBalance BKK_BALCURR23(2) BKK_TOAMT
WHTAX_AMTTax BKK_TAXCURR17(2) BKK_ITAMT
LCURLocal Currency BKK_LCURCUKY5Assigned to domainWAERS
WHTAX_LAMTTax in Local Currency BKK_LTAXCURR17(2) BKK_ITAMT
INTRATE_AVAverage Interest Rate for Credit Interest BKK_INTAVDEC10(7) DECV3_7
XCONDEXCHANGExchange Conditions During Account Balancing BKK_XCONDEXCHANGCHAR1XFELD
XACCLOFlag: Balancing on Reference Account BKK_XACCLOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IBKK9_DI2

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