BKK84 SAP (Bank Account - Individual Condition) Table details

Dictionary Type: Table
Description: Bank Account - Individual Condition




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




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

BKK84 is a standard SAP Table which is used to store Bank Account - Individual Condition data and is available within R/3 SAP systems depending on the version and release level.

The BKK84 table consists of various fields, each holding specific information or linking keys about Bank Account - Individual Condition data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), COND (Condition ID), VALIDFROM (Valid from).. 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)

Text table = BKK84T


SAP BKK84 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
CONDCondition ID BKK_CONCHAR10BKK_CON
VALIDFROMValid from BKK_VALFROCHAR8INVDTDATUM_INV
VALIDTOValid to (Condition Header) BKK_VALTO_HDCHAR8INVDTDATUM_INV
CONDCATGBank Condition Category BKK_CONCATCHAR4TBKK81BKK_CONCAT
CONDDIF1st Conditions Type Differentiation BKK_CONDIFCHAR3Assigned to domainBKK_CONDIF
CONDDIF_V1Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CONDDIF_22nd Condition Type Differentiation BKK_COND_2CHAR3Assigned to domainBKK_CONDIF
CONDDIF_V2Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
INTMETInterest calculation method BKK_INTMETCHAR1SZBMETH
STGMETHDaily Method VVSTGMETHNUMC1VVSTGMETH
STGBASISBase Days Method VVSTGBASISNUMC1VVSTGBASIS
CALCTYPScaled/Interval Calculation BKK_CALCTYNUMC1BKK_SSTAFF
FLGFROMTOIndicator from-to BKK_FROMTOCHAR1BKK_FROMTO
FLGADDDEBIOverdraft Interest in Addition to Debit Interest BKK_ADDDEBCHAR1XFELD
CONDTIMEPeriod for Condition BKK_CONTIMNUMC4BKK_CONTIM
CONDTIME_UTime Unit for Conditions BKK_CONTUNNUMC1BKK_CONTUN
TIMEPROPCALCPro Rata Method BKK_TIMEPROCALCNUMC1BKK_TIMEPROCALC
FREECOUNTNumber of Free Items BKK_FREECTNUMC7BKK_COUNT
EXEMPTLIMAllowance BKK_EXLIMCURR17(2) BKK_ITAMT
FLGLOCKEDBlock Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
SORTFSort string BKK_SORTFCHAR10BKK_SORTF
USEDTILLDate till when Condition was Used BKK_USEDDATS8DATUM
XSURCHARGEFlag: Markup Condition BKK_SURCHGCHAR1FLAG
SROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
PRUNITRounding Unit TFMPRUNITDEC13(7) TFMSRUNIT
ADINTMETCalculation Method of Interest Penalty BKK_ADINTMETCHAR1BKK_ADINTMET
XZEROLIMZero Is Minimum/Maximum BKK_XZEROLIMCHAR1XFELD
CRUSERCreated by BKK_CRUSERCHAR12SYCHAR12
CRDATECreation Date BKK_CRDATEDATS8DATUM
CRTIMECreation Time BKK_CRTIMETIMS6UZEIT
CHGUSERLast changed by BKK_CHUSERCHAR12SYCHAR12
CHGDATEChanged On BKK_CHDATEDATS8DATUM
CHGTIMETime Changed BKK_CHTIMETIMS6UZEIT
RELUSERReleased By BKK_RLUSERCHAR12SYCHAR12
RELDATERelease date BKK_RLDATEDATS8DATUM
RELTIMERelease Time BKK_RLTIMETIMS6UZEIT
X_DUEDATEIndicator: SFP Condition based on Due Date BKK_DTE_FLG_COND_SFP_DUEDATECHAR1BKK_XFLD
X_VD_DUEDATECalculate Value Date Based on Due Date BKK_DTE_FLG_COND_VD_DUEDATECHAR1BKK_XFLD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK84
INTO CORRESPONDING FIELDS OF WA_BKK84
WHERE...

How to access SAP table BKK84

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