BKKMDISPINTERV SAP (Interval Data for Parallel Processing) Table details

Dictionary Type: Table
Description: Interval Data for Parallel Processing




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




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

BKKMDISPINTERV is a standard SAP Table which is used to store Interval Data for Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The BKKMDISPINTERV table consists of various fields, each holding specific information or linking keys about Interval Data for Parallel Processing data available in SAP. These include DISPID (ID for Task Dispatcher (Parallel Processing)), INTERVNO (Number of an Interval for Parallel Processing), INTVGROUP (Interval Group in Parallel Processing), OBJNOMIN (Lower Limit (>) of an Interval).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BKKMDISPINTERV 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
DISPIDID for Task Dispatcher (Parallel Processing) BKK_DISPIDCHAR61BKKMDISPHDBKK_DISPID
INTERVNONumber of an Interval for Parallel Processing BKK_INTERVNONUMC10NUMC10
INTVGROUPInterval Group in Parallel Processing BKK_INTVGROUPCHAR10BKK_INTVGROUP
OBJNOMINLower Limit (>) of an Interval BKK_SORTNOMINCHAR20BKK_OBJNO
OBJNOMAXUpper Limit (<=) of an Interval BKK_SORTNOMAXCHAR20BKK_OBJNO
LOOPCNT1Current Number of Loop Runs BKK_LOOPCNTNUMC3ALPHABKK_CNT
CNTALLNumber of objects selected BKK_CNTINTINT410
CNTCURRNumber of Objects Currently in Parallel Processing BKK_CNTCURRINT410
CNTRESTARTNumber of Objects Flagged for Restart BKK_CNEINTINT410
CNTBATCHNumber of Objects in Background Processing BKK_CNTBATCHINT410
INTVSTATUSProcessing Status of an Interval BKK_INTVSTATUSNUMC1BKK_INTVSTATUS
CNTREQUESTNumber of Call Ups of an Interval by the Dispatcher BKK_CNTREQUESTINT410
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
X_INTV_IN_PROCIndicator: Interval being edited BKK_X_INTV_IN_PROCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKMDISPINTERV
INTO CORRESPONDING FIELDS OF WA_BKKMDISPINTERV
WHERE...

How to access SAP table BKKMDISPINTERV

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