PLFH SAP (Task list - production resources/tools) Table details

Dictionary Type: Table
Description: Task list - production resources/tools




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




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

PLFH is a standard SAP Table which is used to store Task list - production resources/tools data and is available within R/3 SAP systems depending on the version and release level.

The PLFH table consists of various fields, each holding specific information or linking keys about Task list - production resources/tools data available in SAP. These include PLNTY (Task List Type), PLNNR (Key for Task List Group), PZLFH (Item counter for production resources/tools), 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 PLFH 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
PZLFHItem counter for production resources/tools PZLFHNUMC8PZLFH
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
DATUVValid-From Date DATUVDATS8DATUM
TECHVTechnical status from TECHVCHAR12TECHS
LOEKZDeletion Indicator LKENZCHAR1XFELD
PARKZIndicator: inactive changes PARKZCHAR1XFELD
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
DATUIDate record created on ANDATDATS8DATUM
USERIUser who created record ANNAMCHAR12USNAM
DATUCChanged On AEDATDATS8DATUM
USERCName of Person Who Changed Object AENAMCHAR12USNAM
OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJIDObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
OBJCTObject of a task list OBJCT_DCHAR1OBJKT
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
PSNFHItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
STEUFControl key for management of production resources/tools STEUFCHAR4TCF10STEUF
KZKBLIndicator: Create load records for prod. resources/tools KZKBLCHAR1XFELD
BZOFFBReference date to start of production resource/tool usage BZOFFBCHAR2TCA54CP_BZOFF
OFFSTBOffset to start of production resource/tool usage OFFSTBQUAN5VNZTV
EHOFFBOffset unit for start of prod. resource/tool usage EHOFFBUNIT3T006CUNITMEINS
BZOFFEReference date for end of production resource/tool usage BZOFFECHAR2TCA54CP_BZOFF
OFFSTEOffset to finish of production resource/tool usage OFFSTEQUAN5VNZTV
EHOFFEOffset unit for end of production resource/tool usage EHOFFEUNIT3T006CUNITMEINS
MGEINHQuantity unit of production resource/tool MGEINHUNIT3T006CUNITMEINS
MGVGWStandard value for the PRT quantity MGVGWQUAN9(3) MENG9
MGFORMFormula for calculating the total quantity of PRT CF_MGFORMCHAR6TC25AP_FORMEL
EWEINHUsage value unit of the production resource/tool EWEINHUNIT3T006CUNITMEINS
EWVGWStandard usage value for production resources/tools EWVGWQUAN9(3) MENG9
EWFORMFormula for calculating the total usage value of PRT CF_EWFORMCHAR6TC25AP_FORMEL
TXTSPLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KTSCHStandard text key for production resources/tools CF_KTSCHCHAR7T435KTSCH
TXTZ1First line of text for production resources/tools TXTZ1CHAR40TEXT40
KNOBJNumber of Object with Assigned Dependencies KNOBJNUMC18KNOBJ
GP_KRIT1Planning object PLOBJCHAR18CHAR18

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLFH
INTO CORRESPONDING FIELDS OF WA_PLFH
WHERE...

How to access SAP table PLFH

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