MCFKENNZ SAP (Additional key figures PP) Structure details

Dictionary Type: Structure
Description: Additional key figures PP




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




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

MCFKENNZ is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Additional key figures PP" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MCFKENNZ TYPE MCFKENNZ.

The MCFKENNZ table consists of various fields, each holding specific information or linking keys about Additional key figures PP data available in SAP. These include WRTAB (Value variance), ANZFA (Number of production orders), PGMNG (Planned quantity), PAMNG (Planned scrap quantity).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MCFKENNZ structure 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
MNGABQuantity Variance MC_MNGABQUAN15(3) MENG15
WRTABValue variance MC_WRTABCURR19(2) WERTV10
ANZFANumber of production orders MC_ANZFADEC9MCZAEHLER
PGMNGPlanned quantity MC_PMENGQUAN15(3) MENG15
PAMNGPlanned scrap quantity MC_PAMNGQUAN15(3) MENG15
ANZVORGANGNumber of operations MC_ANZVORGDEC9MCZAEHLER
IZGR01Actual performance efficiency rate for activity type 1 MCIZGR01DEC5(1) PROZENT041
IZGR02Actual performance efficiency rate for activity type 2 MCIZGR02DEC5(1) PROZENT041
IZGR03Actual performance efficiency rate for activity type 3 MCIZGR03DEC5(1) PROZENT041
IZGR04Actual performance efficiency rate for activity type 4 MCIZGR04DEC5(1) PROZENT041
IZGR05Actual performance efficiency rate for activity type 5 MCIZGR05DEC5(1) PROZENT041
IZGR06Actual performance efficiency rate for activity type 6 MCIZGR06DEC5(1) PROZENT041
PS_MENGPlanned/target quantity deviation PS_MENGQUAN15(3) MENGV15_3
PI_MENGPlanned/actual quantity deviation PI_MENGQUAN15(3) MENGV15_3
SI_MENGTarget/actual quantity deviation DSI_MENGQUAN15(3) MENGV15_3
PS_AUSSPlanned/target scrap deviation PS_AUSSQUAN15(3) MENGV15_3
PI_AUSSPlanned/actual scrap deviation PI_AUSSQUAN15(3) MENGV15_3
SI_AUSSTarget/actual scrap deviation DSI_AUSSQUAN15(3) MENGV15_3
P_DLZPlanned lead time P_DLZQUAN7(1) DAUER_6_1V
S_DLZTarget lead time S_DLZQUAN7(1) DAUER_6_1V
I_DLZActual lead time I_DLZQUAN7(1) DAUER_6_1V
PIDLZPlanned/actual lead time deviation PIDLZQUAN7(1) DAUER_6_1V
SIDLZTarget/actual lead time deviation SIDLZQUAN7(1) DAUER_6_1V
S_WTZTarget queue time S_WTZQUAN7(1) DAUER_6_1V
I_WTZActual queue time I_WTZQUAN7(1) DAUER_6_1V
WTZABQueue time deviation WTZABQUAN7(1) DAUER_6_1V
PS_FREIPlanned/target deviation in scheduled release date PS_FREIQUAN7(1) DAUER_6_1V
PI_FREIPlanned/actual deviation in scheduled release date PI_FREIQUAN7(1) DAUER_6_1V
SI_FREITarget/actual deviation in scheduled release date DSI_FREIQUAN7(1) DAUER_6_1V
PS_STARPlanned/target deviation in start date PS_STARQUAN7(1) DAUER_6_1V
PI_STARPlanned/actual deviation in scheduled start date PI_STARQUAN7(1) DAUER_6_1V
SI_STARTarget/actual schedule deviation in start date DSI_STARQUAN7(1) DAUER_6_1V
PS_LIEFPlanned/target deviation in scheduled delivery date PS_LIEFQUAN7(1) DAUER_6_1V
PI_LIEFPlanned/actual deviation in scheduled delivery date PI_LIEFQUAN7(1) DAUER_6_1V
SI_LIEFTarget/actual deviation in scheduled delivery date DSI_LIEFQUAN7(1) DAUER_6_1V
DLZABDeviation in lead time DLZABQUAN7(1) DAUER_6_1
KAPANAvailable capacity MC_KAPANQUAN7(1) DAUER_6_1
KSUMSTotal target capacity requirements MC_KSUMSQUAN7(1) DAUER_6_1V
KAPAZCapacity Load Utilization MC_KAPAZDEC4MENGEP4
Z_TABDeviation from scheduled input date X_TABQUAN7(1) DAUER_6_1V
ZA_TABSchedule deviation: input date in relation to output date DZA_TABQUAN7(1) DAUER_6_1
A_TABDeviation in scheduled output date A_TABQUAN7(1) DAUER_6_1V
R_TABRelative schedule deviation R_TABQUAN7(1) DAUER_6_1V
ABWMGQuantity Variance ABWMGQUAN15(3) MENG15
ABWASScrap Variance ABWASQUAN15(3) MENG15

Key field Non-key field



How do I retrieve data from SAP structure MCFKENNZ using ABAP code?

As MCFKENNZ is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MCFKENNZ as there is no data to select.

How to access SAP table MCFKENNZ

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