PLMZD SAP (I/O structure for material component alloctions) Structure details

Dictionary Type: Structure
Description: I/O structure for material component alloctions




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




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

PLMZD 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 "I/O structure for material component alloctions" 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_PLMZD TYPE PLMZD.

The PLMZD table consists of various fields, each holding specific information or linking keys about I/O structure for material component alloctions data available in SAP. These include MANDT (Client), PLNTY (Task List Type), PLNNR (Key for Task List Group), ZUONR (No. for material comp. allocation to task list).. 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 PLMZD 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
MANDTClient MANDTCLNT3T000MANDT
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ZUONRNo. for material comp. allocation to task list CIM_ZUORDNUMC8KNTNR
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
DATUVValid-From Date DATUVDATS8DATUM
TECHVTechnical status from TECHVCHAR12TECHS
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
LOEKZDeletion Indicator LKENZCHAR1XFELD
PARKZIndicator: inactive changes PARKZCHAR1XFELD
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
PLNKNTask list node number for operation CIM_PLNKNNUMC8KNTNR
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLKNNode Number KNTNRNUMC8KNTNR
WERK_STLPlant WERKS_DCHAR4MASTWERKSWRKH_T001W_C
ZUDIVIntegral divisor for cutting measures DZUDIVNUMC5ZUDIV
ZUMS1Cutting measure 1 DZUMS1QUAN13(3) MENG13
ZUMS2Cutting measure 2 DZUMS2QUAN13(3) MENG13
ZUMS3Cutting measure 3 DZUMS3QUAN13(3) MENG13
ZUMEIUnit for cutting measures DZUMEIUNIT3T006CUNITMEINS
IMENGComponent quantity KMPMGQUAN13(3) MENGV13
IMEINComponent unit of measure KMPMEUNIT3T006CUNITMEINS
ANDATDate record created on ANDATDATS8DATUM
ANNAMUser who created record ANNAMCHAR12USNAM
AEDATChange date for which no change record is created CIM_AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
RGEKZIndicator: Backflush RGEKZCHAR1XFELD
STLSTOrder level AUFSTNUMC2AUFST
STLWGOrder path AUFWGNUMC2AUFWG
REFKNNumber of the task list node PLNKNNUMC8KNTNR
GP_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GP_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GP_UVORNSuboperation UVORNCHAR4NUMCVVORNR
GP_KRIT1Planning object PLOBJCHAR18CHAR18
GP_FREETLine text: SOP LINTXCHAR60LINTX
AOBARType of relationship AOBARCHAR2AOBARAOBAR
ZEINHUnit for the time interval between relationships AOBDAUEHUNIT3T006CUNITMEINS
DAUERTime interval between relationships AOBDAUERQUAN5(1) AOBDAUER
DMENGAverage component quantity DKMPMGQUAN13(3) MENGV13
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
FLGEXIndicator: External procurement FLGEXCHAR1XFELD
VORABInd: Preliminary order VORABKZCHAR1XFELD
STRECKEInd.: Third-party requisition STRECKECHAR1XFELD
STLTY_WBOM category STLTYCHAR1STLTY
STLNR_WBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLAL_WAlternative BOM STALTCHAR2ALPHAALTNR
KANTEPath in exploded BOM tree KANTE_KNUMC6STKAN
LGORTStorage location storage resource LGORT_RESCHAR4T001LLGORT
DISPRelevancy to Materials Planning/Generation of Purchase Req. DISP_PLUS_1CHAR1DISP_PLUS_1
PRODFLOWIDProduct Flow Indicator PRDFLIDCHAR4PRDFLID
BEIKZMaterial Provision Indicator BEIKZCHAR1Assigned to domainBEIKZ
DATUBValid-to date DATUBDATS8DATUM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
MENGEComponent quantity KMPMGQUAN13(3) MENGV13
MEINSComponent unit of measure KMPMEUNIT3T006CUNITMEINS
IUPOSSubitem Number UPOSZCHAR4NUMCVSPOSN
IEBORInstallation Point for Subitem EBORTCHAR20TEXT20
BOMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DBSKZDirect procurement indicator DBSKZCHAR1DBSKZ
ARBPLStorage resource, allocated to exactly one storage location ARBPL_LGRESCHAR8ARBPLAGR
DUMPSPhantom item indicator DUMPSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PLMZD

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