DFK_JC_CNTR_MSG SAP (Messages for Background Processing) Table details

Dictionary Type: Table
Description: Messages for Background Processing




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




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

DFK_JC_CNTR_MSG is a standard SAP Table which is used to store Messages for Background Processing data and is available within R/3 SAP systems depending on the version and release level.

The DFK_JC_CNTR_MSG table consists of various fields, each holding specific information or linking keys about Messages for Background Processing data available in SAP. These include DIVISION (ABAP Program Name), SOURCE (ABAP Program Name), DATUM (Date), TIME (Time).. 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 DFK_JC_CNTR_MSG 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
DIVISIONABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SOURCEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
DATUMDate DATUMDATS8DATUM
TIMETime UZEITTIMS6UZEIT
LFDNR For Clarity0
MSG_TYPEMessage Type FKJO_CNTR_MSG_TYPECHAR1FKJO_CNTR_MSG_TYP_KK
MSG_NOMessage Identification FKJO_CNTR_MSGNOINT410INT4
MSGChar255 CHAR255CHAR255CHAR255
TAGChar255 CHAR255CHAR255CHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFK_JC_CNTR_MSG
INTO CORRESPONDING FIELDS OF WA_DFK_JC_CNTR_MSG
WHERE...

How to access SAP table DFK_JC_CNTR_MSG

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