BKK40 SAP (Current Account Master Data: General) Table details

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




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




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

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

The BKK40 table consists of various fields, each holding specific information or linking keys about Current Account Master Data: General data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), XDELE (Central Archiving Flag?), SEARCH1 (Search term 1).. 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 BKK40 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_ACCNTCHAR10ALPHABKK_ACCNTACI
XDELECentral Archiving Flag? BKK_XDELECHAR1XFELD
SEARCH1Search term 1 BKK_SEAR1CHAR20CHAR20
SEARCH2Search term 2 BKK_SEAR2CHAR20CHAR20
ERFUSERUser Who Created Current Account BKK_ERUSERCHAR12USNAM
ERFDATEDate on Which Current Account Was Created BKK_ERDATEDATS8DATUM
ERFTIMETime at Which Current Account Was Created BKK_ERTIMETIMS6UZEIT
AENUSERLast changed by BKK_AEUSERCHAR12USNAM
AENDATEDate on Which BCA Account was Last Changed BKK_AEDATEDATS8DATUM
AENTIMETime at Which Current Account was Last Changed BKK_AETIMETIMS6UZEIT
STATUSAccount Status BKK_STATUSCHAR1BKK_STATUS
XPRINTPrint Correspondence BKK_PRNT_CHGCHAR1XFELD
DELDATEDate Account Closed BKK_DDATEDATS8DATUM
PRODDATEAccount Go-Live Date BKK_CPDATEDATS8DATUM
BALDATEDate of Balance Transfer BKK_BLDATEDATS8DATUM
STATUS_ADDAccount Status Enhancement BKK_STATADCHAR4TBKK47BKK_STATAD
XOFFERIndicator: Create Account as Offer BKK_XOFFERCHAR1XFELD
XCHKDIGIndicator: No Check Digit Calculation BKK_XCHKDGCHAR1XFELD
OPENDATEDate Account Opened BKK_ODATEDATS8DATUM
PLANNED_CL_DATEPlanned Account Closure Date BKK_DTE_CLS_PL_DTDATS8BKK_CLS_PLAN_DT
CLOSURE_REASONReason Key BKK_DTE_REASON_KEYCHAR2TBKK_REASONBKK_REASON_KEY
CLS_REA_CLASSReason Class BKK_DTE_REASON_CLASSCHAR2Assigned to domainBKK_REASON_CLASS
PRENOT_CLOSUREPrenotification for Account Closure BKK_DTE_CLS_PRENOTCHAR1XFELD
PRENOT_DAYSNo. of Days for Acct Closure Prenotification Correspondence BKK_DTE_CLS_PRENOT_DAYSDEC3BKK_CLS_PRENOT_DAYS
PRENOT_PRINTEDClosure Prenotification Correspondence Generated Successfull BKK_DTE_CLS_PRENOT_PRINTEDCHAR1XFELD
CLOSURE_CORRAccount Closure Correspondence BKK_DTE_CLS_CORRCHAR1XFELD
REACN_DATEReactivation Date BKK_DTE_REACTIVATION_DATEDATS8BKK_REACTIVATION_DATE
REACN_REASONReason Key BKK_DTE_REASON_KEYCHAR2Assigned to domainBKK_REASON_KEY
REACN_REA_CLASSReason Class BKK_DTE_REASON_CLASSCHAR2Assigned to domainBKK_REASON_CLASS
ROOT_ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK40
INTO CORRESPONDING FIELDS OF WA_BKK40
WHERE...

How to access SAP table BKK40

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