BKK42 SAP (Current Account Master Data: Operative Data) Table details

Dictionary Type: Table
Description: Current Account Master Data: Operative Data




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




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

BKK42 is a standard SAP Table which is used to store Current Account Master Data: Operative Data data and is available within R/3 SAP systems depending on the version and release level.

The BKK42 table consists of various fields, each holding specific information or linking keys about Current Account Master Data: Operative Data data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), ACNUM_EXT (Account number for current account), BKS (Bank Control Key).. 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 BKK42 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
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
BKSBank Control Key BKK_BKSCHAR2BKONT
ACNUM_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
CONDAREACondition Area BKK_CONDARCHAR4Assigned to domainBKK_CONDARCOR
PRODINTInternal Product ID BKK_PRODINTCHAR18FIPR_PRODUCTFIPR_PRODINT
VERSIONVersion of a Product BKK_PRODVERSIONNUMC3Assigned to domainFIPR_VERSION
ACKINDProduct (Old) BKK_ACKINDCHAR6TBZ0BU_RLTYP
XCTLFLGBALFlag: Control Indicator Account Balancing Exists BKK_XCTLFLGBALCHAR1XFELD
SENDTYPEDispatch Type of Bank Statement BKK_SENDTYNUMC2NUMC2
CONDCHDATEDate of Last Change of Condition Group BKK_CONDCHDATEDATS8DATUM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
GLGRPGeneral Ledger Group BKK_GLGRPCHAR4Assigned to domainBKK_GLGRP
GLKEYNetting Group GL BKK_GLKEYCHAR4CHAR4
ACTEXTAccount Description for Current Account BKK_ACTEXTCHAR60TEXT60
WAERSCurrency of Current Account BKK_ACCURCUKY5TCURCWAERS
CONDGR1Condition Group: Interest BKK_CONGR1CHAR4TBKK85BKK_KONGR
CONDGR2Condition Group: Charges BKK_CONGR2CHAR4TBKK85BKK_KONGR
CONDGR3Condition Group: Value Dates BKK_CONGR3CHAR4TBKK85BKK_KONGR
CAL_ID1Public Holiday Calendar Key 1 BKK_CAL1CHAR2TFACDWFCID
CAL_ID2Public Holiday Calendar Key 2 BKK_CAL2CHAR2TFACDWFCID
SHARE_IDIndicator: Individual, AND or OR Account BKK_SHARECHAR1BKK_SHARE
XTHIRDIndicator: To the Benefit of a Third Party BKK_XTHIRDCHAR1XFELD
SECUR_IDCollateral ID BKK_SEC_IDCHAR20CHAR20
CONDIND1Flag: Individual Conditions for Interest Exist BKK_CONDX1CHAR1XFELD
CONDIND2Individual Charge Conditions Exist BKK_CONDX2CHAR1XFELD
CONDIND3Individual Value Date Conditions Exist BKK_CONDX3CHAR1XFELD
CONDIND4Flag: Interest Scale Exists BKK_CONDX4CHAR1XFELD
XACREFIndicator: Account Used as Reference Account BKK_XACREFCHAR1XFELD
XACCLOFlag: Balancing on Reference Account BKK_XACCLOCHAR1XFELD
XWHTAXIndicator: Capital Yield Tax BKK_XWHTAXCHAR2BKK_XWHTAX
XCOLAUTHCheck for Collection Authorization Agreement BKK_COLAUTCHAR1XFELD
XVALREQIndicator: Value Date Specification Allowed BKK_XVALRQCHAR1XFELD
XOPITMOpen Items Posted to the Account BKK_XOPITMCHAR1XFELD
XBLOCKDEBITIndicator: Debit Lock BKK_XBLOCKDEBCHAR1XFELD
XBLOCKCREDITIndicator: Credit Lock BKK_XBLOCKCREDCHAR1XFELD
XPOST_FEE_SEPPost Charges Individually BKK_XPOST_FEE_SEPCHAR1XFELD
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BANKL_ACCTBank Keys BANKKCHAR15BANKKBNK
MIN_DEPOSITMinimum Deposit Amount BKK_MINDEPOSITCURR17(2) BKK_ITAMT
AIMETHMethod of Interest Penalty Posting BKK_AIMETHCHAR1BKK_AIMETH
AI_POSTType of Interest Penalty Debit BKK_AIPOSTCHAR1BKK_AIPOST
ESTCONDFixing Conditions BKK_ESTCONDCHAR1BKK_ESTCOND

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK42
INTO CORRESPONDING FIELDS OF WA_BKK42
WHERE...

How to access SAP table BKK42

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