DFK_JC_CNTR_PROD SAP (Production Table) Table details

Dictionary Type: Table
Description: Production Table




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




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

DFK_JC_CNTR_PROD is a standard SAP Table which is used to store Production Table data and is available within R/3 SAP systems depending on the version and release level.

The DFK_JC_CNTR_PROD table consists of various fields, each holding specific information or linking keys about Production Table data available in SAP. These include RUNID (Run ID for Productive Container), AKTYP (Mass activity type), JTYPE (Job category), LAUFD (Date ID).. 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_PROD 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
RUNIDRun ID for Productive Container FKJO_RUNIDCHAR22FKJO_RUNID_DM
AKTYPMass activity type AKTYP_KKCHAR4Assigned to domainAKTYP_KKFKKMAT
JTYPEJob category JTYPE_KKCHAR2Assigned to domainJTYPE_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
COPYDDate ID LAUFD_KKDATS8DATUM
COPYIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
FLAGS Status Marker0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFK_JC_CNTR_PROD
INTO CORRESPONDING FIELDS OF WA_DFK_JC_CNTR_PROD
WHERE...

How to access SAP table DFK_JC_CNTR_PROD

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