BKKM3 SAP (BCA: Parameters for Mass Runs in Parallel Processing) Table details

Dictionary Type: Table
Description: BCA: Parameters for Mass Runs in Parallel Processing




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




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

BKKM3 is a standard SAP Table which is used to store BCA: Parameters for Mass Runs in Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The BKKM3 table consists of various fields, each holding specific information or linking keys about BCA: Parameters for Mass Runs in Parallel Processing data available in SAP. These include PROGN (Name of the Program/Report on an Application Process), PROGDATE (Run Date of Program), PROGNO (Sequential Number of the Program Run), RUNSTARTNO (Number of Repeated Starts of a Mass Run).. 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 BKKM3 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
PROGNName of the Program/Report on an Application Process BKK_PROGNCHAR40BKKMPARUNHDPROGRAMM
PROGDATERun Date of Program BKK_PRGDATDATS8BKKMPARUNHDDATUM
PROGNOSequential Number of the Program Run BKK_PRGNONUMC3BKKMPARUNHDALPHABKK_CNT
RUNSTARTNONumber of Repeated Starts of a Mass Run BKK_RUNSTARTNONUMC3ALPHABKK_CNT
RUNCATGCategory of a Program Run (Parallel Processing) BKK_RUNCATGCHAR1BKK_RUNCAT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
CLOS_TYPConsolidation Frequency BKK_CLSTYPCHAR4TBKKG2BKK_FUNCT
CLOSETIMEBalancing time BKK_CLSTIMTIMS6TIME
RUNDATEDate of Mass Run BKK_RUNDATDATS8DATUM
RUNTIMETime of Program Run BKK_RUNTIMTIMS6TIME
RUNUSERUser Who Started Program Run BKK_RUNUSRCHAR12UNAME
ACCOUNTGEAccount Number Bigger/Equal BKK_ACEXGECHAR35ACEXTBKK_ACEXT
ACCOUNTLEAccount Number Smaller/Equal BKK_ACEXLECHAR35ACEXTBKK_ACEXT
ACURRENCYCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
CLOSEDATEBalancing date BKK_CLSDATDATS8DATUM
XACCRUALIndicator: Execute Interest Acc./Def. BKK_XACCRUCHAR1XFELD
XFEEACCRIndicator: Execute Accrual/Deferral for Charges BKK_XACCRFCHAR1XFELD
TRACEAccount Balancing Log BKK_TRCLCHAR1BKK_TRCL
SIM_RUNSimulation BKK_SIMCHAR1BKK_SIM
TOLERANCETolerance Amount BKK_TOLAMTCURR17(2) BKK_ITAMT
CURRTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
CLOSEDATE_CCBalancing date BKK_CLSDATDATS8DATUM
VAL_DAT_TOCash Concentration: Value Date to BKK_VAL_TODATS8DATUM
ROUND_POSCash Concentration: Rounding Off from Point BKK_RND_PSNUMC2NUMC2
X_SIM_RUNCash Concentration: X-Simulation Run BKK_CLSIMUCHAR1XFELD
BANKSTATDATEBank Statement Date BKK_ACSTDTDATS8DATUM
FDATEPOSTPosting Date of Oldest Posted Document on Statement BKK_FPSTDTDATS8DATUM
FTIMEPOSTPosting Time of Oldest Document on Statment BKK_FPSTTITIMS6UZEIT
XSIMULBKSTIndicator: Simulation of Statement Output BKK_XSIMBSCHAR1XFELD
XSCREENOUTIndicator: Bank Statement Standard Output BKK_XSCRCHAR1XFELD
XBKSTNOITEMIndicator: Bank Statement Without Turnovers BKK_XNOITEMCHAR1XFELD
XDUPLICATEIndicator Duplicate Creation for Bank Statement BKK_XDUPLICATECHAR1XFELD
DUPLDATEFROMFrom Date for Bank Statement Duplicate Output BKK_DUPLDATEFROMDATS8DATUM
DUPLDATETOTo Date for Bank Statement Duplicate Output BKK_DUPLDATETODATS8DATUM
TRACELOGLog Category for Bank Statement BKK_BKSTTRACECHAR1BKK_TRCL
PRODINTInternal Product ID BKK_PRODINTCHAR18Assigned to domainFIPR_PRODINT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKM3
INTO CORRESPONDING FIELDS OF WA_BKKM3
WHERE...

How to access SAP table BKKM3

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