SAP PLAFR Planned Order Structure for Project Reporting Table data and field list

PLAFR 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 "Planned Order Structure for Project Reporting" 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_PLAFR TYPE PLAFR.

The PLAFR table consists of various fields, each holding specific information or linking keys about Planned Order Structure for Project Reporting data available in SAP. These include VSGRUPPE (Group for a project version), VSNUMMER (Number or description of a version), PRCTR (Profit Center), PRNAM (Investment program name)... 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. .

PLAFR structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PLAFR structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PLAFR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ARNUMMERArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
VSGRUPPEGroup for a project version VSGRUPPECHAR20TEXT20
VSNUMMERNumber or description of a version VSNMRCHAR12VSNMRVS2
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
PRNAMInvestment program name IM_PRNAMCHAR8IMTPIM_PRNAMIMT
PRPOSIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
KDAUFSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
KDPOSSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
MATNRPlanning material PLMATCHAR18MARAMATN1MATNRMAT
MTEXTMaterial description PS_MATTEXTCHAR40TEXT40
PLWRKPlanning Plant PLWRKCHAR4T001WWERKSWRK
PWWRKProduction plant in planned order PWWRKCHAR4T001WWERKS
PAARTOrder type PAARTCHAR4PAART
BESKZProcurement Type BESKZCHAR1BESKZMBS
GSMNGTotal planned order quantity GSMNGQUAN13(3) MENG13
TLMNGPartial lot quantity TLMNGQUAN13(3) MENG13
AVMNGFixed quantity of scrap from production AVMNGQUAN13(3) MENG13
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
PSTTROrder start date in planned order PSTTRDATS8DATUM
PEDTROrder finish date in the planned order PEDTRDATS8DATUM
PERTRPlanned opening date in planned order PERTRDATS8DATUM
WEBAZGoods receipt processing time in days PLWEZDEC3DEC3
DISPOMRP controller PLDSPCHAR3T024DDISPO
UMSKZConversion indicator for planned order PLUMSCHAR1XFELD
AUFFXFirming indicator for planned order data PLAFXCHAR1XFELD
STLFXFixing indicator for BOM explosion PLSFXCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
PALTRExplosion date PALTRDATS8DATUM
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
TERSTScheduled start CO_GSTRSDATS8DATUM
TEREDScheduled finish CO_GLTRSDATS8DATUM
TRMKZScheduling indicator TRMKZCHAR1XFELD
TRMERScheduling error TRMERCHAR2TRMER
REDKZReduction indicator for scheduling REDKZCHAR1REDKZ
TRMHKScheduling source TRMHKCHAR1TRMHK
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3PLSCPLSCNPLS

Key field Non-key field



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

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

How to access SAP table PLAFR

Within an ECC or HANA version of SAP you can also view further information about PLAFR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).