BKKMREPCURR SAP (Data for End of Day Processing Reports) Table details

Dictionary Type: Table
Description: Data for End of Day Processing Reports




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




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

BKKMREPCURR is a standard SAP Table which is used to store Data for End of Day Processing Reports data and is available within R/3 SAP systems depending on the version and release level.

The BKKMREPCURR table consists of various fields, each holding specific information or linking keys about Data for End of Day Processing Reports data available in SAP. These include LAUFD (Date on which the program is to be run), LAUFI (Additional identification), REPNO (Sequential Number of an End of Day Processing Report), REPORT (Report in End of Day Processing).. 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 BKKMREPCURR 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 MANDTCLNT3Assigned to domainMANDT
LAUFDDate on which the program is to be run BKK_LAUFDDATS8DATUMBKK_LAUFD
LAUFIAdditional identification BKK_LAUFICHAR6LAUFIBKK_LAUFI
REPNOSequential Number of an End of Day Processing Report BKK_REPNONUMC3ALPHABKK_CNT
REPORTReport in End of Day Processing BKK_CLOSREPORTCHAR40Assigned to domainBKK_CLOSREPORT
TREPORTDescription for Report in End-of-Day Processing BKK_TCLOSREPORTCHAR50TEXT50
VARIANTStandard Variant for End of Day Processing Report BKK_STANDARDVARCHAR14Assigned to domainVARIANT
XNOWAITIndicator: Do not wait for return code (End of day process.) BKK_XNOWAITCHAR1XFELD
XREST_ALLOWEDIndicator: Restart Possible BKK_XREST_ALLOWEDCHAR1XFELD
PROGNName of the Program/Report on an Application Process BKK_PROGNCHAR40Assigned to domainPROGRAMM
PROGDATERun Date of Program BKK_PRGDATDATS8DATUM
PROGNOSequential Number of the Program Run BKK_PRGNONUMC3ALPHABKK_CNT
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
CNTREPSTARTSNumber of Starts of a Report Within a Processing Chain BKK_CNTREPSTARTSNUMC3ALPHABKK_CNT
REPSTATUSSatus of an End of Day Processing Report BKK_REPSTATUSNUMC2BKK_REPSTATUS
RETURNCODEReturn Code of a Report in End of Day Processing BKK_RETURNCODEINT410BKK_RETURNCODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKMREPCURR
INTO CORRESPONDING FIELDS OF WA_BKKMREPCURR
WHERE...

How to access SAP table BKKMREPCURR

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