SAP PRMPLCS_2 BW Extraction Structure for Maintenance Planned Costs - Ext. Table data and field list

PRMPLCS_2 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 "BW Extraction Structure for Maintenance Planned Costs - Ext." 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_PRMPLCS_2 TYPE PRMPLCS_2.

The PRMPLCS_2 table consists of various fields, each holding specific information or linking keys about BW Extraction Structure for Maintenance Planned Costs - Ext. data available in SAP. These include FISCVAR (Fiscal year variant), FISCYEAR (Fiscal year), FISCPER3 (Posting period), START_DATE (Next planned date)... 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. .

PRMPLCS_2 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PRMPLCS_2 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 PRMPLCS_2 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
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCYEARFiscal year RSFISCYEARNUMC4GJAHRGJAHR
FISCPER3Posting period RSFISCPER3NUMC3RSFISCPER3
START_DATENext planned date NPLDADATS8DATUM
NUMS_ORDNumber of Orders NUMS_ORDDEC9NUMS_ORD
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
STRATMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
ZAEHLMaintenance Package Number PAKETZAEHLNUMC2Assigned to domainPAKZAE
HIERANature of the maintenance packages (additional, replacement) HIERARCHIENUMC2NUM2
ZYKL1Maintenance package cycle/offset DZYK_ZEITFLTP16(16) FLTP
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
LTXA1Operation short text LTXA1CHAR40TEXT40
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
LARNTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
IDNRKMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
KTEXT1Short Text SH_TEXT1CHAR40TEXT40
SMEGConsumption quantity SMEGRQUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
SWGAmount SWKGRCURR15(2) WERTV8
CURTYPECurrency Type CURTYPE_MCBCHAR2CURTP
WAERSCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
TSTMP_BWTime Stamp for BI Delta Extraction TSTMP_BW_EXTDEC16RKE_TSTMP
TLIST_AUARTExtraction Task List Calculation: Order Type PM_C05_TLIST_AUARTCHAR4Assigned to domainAUFARTAAT
PLKNZMaintenance order planning indicator AUF_PLKNZCHAR1AUF_PLKNZ
TLIST_DATEExtraction Task List Calculation: Key Date Simulation PM_C05_TLIST_DATEDATS8DATUM
MPLAN_DATEExtraction of Maintenance Plan Costing: Date Simulation PM_C05_MPLAN_DATEDATS8DATUM
COST_INCREASEAnnual Cost Increase ANNUAL_COST_INCREASEDEC3(1) ANNUAL_COST_INCREASE
WITH_OVERHEADSExtraction of Standard Cost Estimate: Addition Overhead Rate PM_C05_BASIS_WITH_OVERCHAR1RF_KENNZX
TLIST_PACKSIZEExtraction Task List Calculation: Internal Packaging PM_C05_TLIST_PACKSIZENUMC6NUMC6
MPLAN_PACKSIZEExtraction Maintenance Plan Calculation: Internal Packaging PM_C05_MPLAN_PACKSIZENUMC6NUMC6
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
STRICT_SELECTStrict Selection STRICT_SELECTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PRMPLCS_2

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

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