BKKMDISPOBJECTS SAP (Objects in Parallel Processing) Table details

Dictionary Type: Table
Description: Objects in Parallel Processing




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




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

BKKMDISPOBJECTS is a standard SAP Table which is used to store Objects in Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The BKKMDISPOBJECTS table consists of various fields, each holding specific information or linking keys about Objects in Parallel Processing data available in SAP. These include DISPID (ID for Task Dispatcher (Parallel Processing)), OBJCATG (Object Type in Parallel Processing (Key)), OBJNO (Number of an Object in Parallel Processing (Key)), REFOBJCATG (Object Type in Parallel Processing (Key)).. 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: Not classified


SAP BKKMDISPOBJECTS 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
DISPIDID for Task Dispatcher (Parallel Processing) BKK_DISPIDCHAR61BKKMDISPHDBKK_DISPID
OBJCATGObject Type in Parallel Processing (Key) BKK_OBJCATGCHAR1Assigned to domainBKK_OBJCATG
OBJNONumber of an Object in Parallel Processing (Key) BKK_OBJNOCHAR20BKK_OBJNO
REFOBJCATGObject Type in Parallel Processing (Key) BKK_OBJCATGCHAR1Assigned to domainBKK_OBJCATG
REFOBJNONumber of an Object in Parallel Processing (Key) BKK_OBJNOCHAR20BKK_OBJNO
INTERVNONumber of an Interval for Parallel Processing BKK_INTERVNONUMC10BKKMDISPINTERVNUMC10
PROCSTATUSProcessing Status of an Object in Parallel Processing BKK_PROCSTATUSNUMC1BKK_PROCSTATUS
CNTPROCNumber of Restart Starts of an Object BKK_CNTPROCNUMC3ALPHABKK_CNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKMDISPOBJECTS
INTO CORRESPONDING FIELDS OF WA_BKKMDISPOBJECTS
WHERE...

How to access SAP table BKKMDISPOBJECTS

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