BKK92 SAP (Account Balancing (Interest and Charges)) Table details

Dictionary Type: Table
Description: Account Balancing (Interest and Charges)




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




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

BKK92 is a standard SAP Table which is used to store Account Balancing (Interest and Charges) data and is available within R/3 SAP systems depending on the version and release level.

The BKK92 table consists of various fields, each holding specific information or linking keys about Account Balancing (Interest and Charges) data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), CLOS_TYP (Consolidation Frequency), CLOS_YEAR (Year of the closing 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BKK92 table 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
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10BKK40ALPHABKK_ACCNTACI
CLOS_TYPConsolidation Frequency BKK_CLSTYPCHAR4TBKKG2BKK_FUNCT
CLOS_YEARYear of the closing period BKK_CLYEARNUMC4NUM4
CLOS_NRNumber of Balancing Period BKK_CLNRNUMC3NUM3
CLOS_NRADDAddition to Balancing Period Number BKK_CLNRADNUMC3NUM3
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
PROGNName of the Program/Report on an Application Process BKK_PROGNCHAR40Assigned to domainPROGRAMM
PROGDATERun Date of Program BKK_PRGDATDATS8DATUM
PROGNOSequential Number of the Program Run BKK_PRGNONUMC3ALPHABKK_CNT
JOBNONumber of jobs BKK_JOBNOINT25INT2
CLOS_DATEBalancing date BKK_CLDATEDATS8DATUM
CLOS_TIMECompletion Time BKK_CLTIMETIMS6TIME
NCURReporting Account Currency BKK_NACURCUKY5Assigned to domainWAERS
NBALANCEBalance Share in Reporting Currency BKK_NBALCURR23(2) BKK_TOAMT
XNOPOSTFlag: Balancing not Posted BKK_XNOPSTCHAR1BKK_XNOPST
CSTMR_AMT1Amount from Customer BKK_CSTAMTCURR17(2) BKK_ITAMT
CSTMR_AMT2Amount from Customer BKK_CSTAMTCURR17(2) BKK_ITAMT
CSTMR_AMT3Amount from Customer BKK_CSTAMTCURR17(2) BKK_ITAMT

Key field Non-key field



How do I retrieve data from SAP table BKK92 using ABAP code

The following ABAP code Example will allow you to do a basic selection on BKK92 to SELECT all data from the table
DATA: WA_BKK92 TYPE BKK92.

SELECT SINGLE *
FROM BKK92
INTO CORRESPONDING FIELDS OF WA_BKK92
WHERE...

How to access SAP table BKK92

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