BKK96 SAP (Account Balancing Detail Data) Table details

Dictionary Type: Table
Description: Account Balancing Detail Data




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




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

BKK96 is a standard SAP Table which is used to store Account Balancing Detail Data data and is available within R/3 SAP systems depending on the version and release level.

The BKK96 table consists of various fields, each holding specific information or linking keys about Account Balancing Detail Data data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), BALOBJCATG (Object category for balancing), CLOS_TYP (Consolidation Frequency).. 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 BKK96 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
BALOBJCATGObject category for balancing BKK_BALOBJCATGCHAR4TBKK93BKK_BALOBJCATG
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
CONDCATGBank Condition Category BKK_CONCATCHAR4TBKK81BKK_CONCAT
NUMBSequence number BKK_NUMBNUMC4NUM4
POSTCATG_IPosting Category for Balancing Postings BKK_POSTCGCHAR2TBKKM2BKK_POSTCG
CALCFROMDate of 'Calculation from' BKK_CALCFRDATS8DATUM
ULTIFROMMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
BASE_CURRCurrency of Base Amount BKK_BASE_CURRCUKY5Assigned to domainWAERS
BASECalculation Base Amount BKK_BASECURR17(2) TFM_WRTV9
CALCTO'Calculation to' date BKK_CALCTODATS8DATUM
ULTITOMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
DAYS_NUMBNumber of Days TFMATAGEINT410INT4
DAYS_BASENumber of base days in a calculation period ABASTAGENUMC6INT6
RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
CURRCurrency of Current Account BKK_ACCURCUKY5TCURCWAERS
AMOUNTAmount with 5 Decimal Points BKK_AMTMD5DEC17(5) BKK_AMTMD5
NCURReporting Account Currency BKK_NACURCUKY5Assigned to domainWAERS
NAMOUNTAmount with 5 Decimal Points BKK_AMTMD5DEC17(5) BKK_AMTMD5
ITEMCOUNTSettled Items BKK_ITEMC1DEC8BKK_ITEMCT
ITEMCNT_OActual Items BKK_ITEMC2DEC8BKK_ITEMCT
FEES_BASEAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
DEVIDERDivisor for Charges BKK_DEVIDEDEC4BKK_DEVIDE
POOL_METHInterest Compensation Method BKK_POOLMETHCHAR4ALPHABKK_POOLMETH

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK96
INTO CORRESPONDING FIELDS OF WA_BKK96
WHERE...

How to access SAP table BKK96

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