BKKM5 SAP (BCA: Periods of Account Balancing to be Calculated (New)) Table details

Dictionary Type: Table
Description: BCA: Periods of Account Balancing to be Calculated (New)




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




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

BKKM5 is a standard SAP Table which is used to store BCA: Periods of Account Balancing to be Calculated (New) data and is available within R/3 SAP systems depending on the version and release level.

The BKKM5 table consists of various fields, each holding specific information or linking keys about BCA: Periods of Account Balancing to be Calculated (New) data available in SAP. These include BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), CLOS_TYP (Consolidation Frequency), OLD_YEAR (Previous Year for Which Period Must Be Recalculated).. 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: Not classified


SAP BKKM5 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
OLD_YEARPrevious Year for Which Period Must Be Recalculated BKK_OYEARNUMC4NUM4
OLD_NROld Number for Which Period Must Be Recalculated BKK_ONRNUMC3NUM3
OLD_NRADDAddition to Balancing Period Number BKK_CLNRADNUMC3NUM3

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKM5
INTO CORRESPONDING FIELDS OF WA_BKKM5
WHERE...

How to access SAP table BKKM5

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