IBKK9T SAP (Settled Accounts) Structure details

Dictionary Type: Structure
Description: Settled Accounts




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




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

IBKK9T 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 "Settled Accounts" 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_IBKK9T TYPE IBKK9T.

The IBKK9T table consists of various fields, each holding specific information or linking keys about Settled Accounts data available in SAP. These include ACNUM_INT (Internal Account Number for Current Account), ACNUM_EXT (Account number for current account), 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 IBKK9T 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_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
CLOS_YEARYear of the closing period BKK_CLYEARNUMC4NUM4
CLOS_NRNumber of Balancing Period BKK_CLNRNUMC3NUM3
CURR_YEARCurrent Year BKK_CYEARNUMC4NUM4
CURR_NRSequence Number BKK_CNRNUMC3NUM3
START_DATEStart date of period BKK_STDATEDATS8DATUM
END_DATEEnd Date of Period BKK_EDATEDATS8DATUM
WAERSCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
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
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
BALANCEBalance BKK_BALCURR23(2) BKK_TOAMT
WHTAX_AMTTax BKK_TAXCURR17(2) BKK_ITAMT

Key field Non-key field



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

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

How to access SAP table IBKK9T

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