S021Z SAP (SFIS: Key Figures for Material/Additional Table for S021) Structure details

Dictionary Type: Structure
Description: SFIS: Key Figures for Material/Additional Table for S021




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




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

S021Z 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 "SFIS: Key Figures for Material/Additional Table for S021" 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_S021Z TYPE S021Z.

The S021Z table consists of various fields, each holding specific information or linking keys about SFIS: Key Figures for Material/Additional Table for S021 data available in SAP. These include S_DLZ (Target lead time), I_DLZ (Actual lead time), PIDLZ (Planned/actual lead time deviation), SIDLZ (Target/actual lead time deviation).. 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: Cannot Be Enhanced


SAP S021Z 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
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_DFZTarget execution time S_DFZQUAN7(1) DAUER_6_1V
I_DFZActual execution time I_DFZQUAN7(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
PGMNGTotal planned order quantity MC_GSMNGQUAN15(3) MENGV15_3
PSMNGOrder item quantity MC_PSMNGQUAN15(3) MENGV15_3
WEMNGQuantity of goods received MC_WEMNGQUAN15(3) MENGV15_3
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
PAMNGFixed quantity of scrap from production MC_AVMNGQUAN15(3) MENGV15_3
PSAMGScrap quantity in item MC_PSAMGQUAN15(3) MENGV15_3
IAMNGActual scrap quantity from an order item MC_IAMNGQUAN15(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

Key field Non-key field



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

As S021Z 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 S021Z as there is no data to select.

How to access SAP table S021Z

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