PLMZ SAP (Allocation of bill of material items to operations) Table details

Dictionary Type: Table
Description: Allocation of bill of material items to operations




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




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

PLMZ is a standard SAP Table which is used to store Allocation of bill of material items to operations data and is available within R/3 SAP systems depending on the version and release level.

The PLMZ table consists of various fields, each holding specific information or linking keys about Allocation of bill of material items to operations data available in SAP. These include PLNTY (Task List Type), PLNNR (Key for Task List Group), ZUONR (No. for material comp. allocation to task list), ZAEHL (Internal counter).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PLMZ 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 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

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLMZ
INTO CORRESPONDING FIELDS OF WA_PLMZ
WHERE...

How to access SAP table PLMZ

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