SAP IWPC_SIMULATED_PLANCOSTS Costing Maint.Plan/Task List: Characteristics + Key Figures Table data and field list

IWPC_SIMULATED_PLANCOSTS 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 "Costing Maint.Plan/Task List: Characteristics + Key Figures" 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_IWPC_SIMULATED_PLANCOSTS TYPE IWPC_SIMULATED_PLANCOSTS.

The IWPC_SIMULATED_PLANCOSTS table consists of various fields, each holding specific information or linking keys about Costing Maint.Plan/Task List: Characteristics + Key Figures data available in SAP. These include FISCVAR (Fiscal year variant), FISCYEAR (Fiscal year), FISCPER3 (Posting period), EQUNR (Equipment Number)... 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. .

IWPC_SIMULATED_PLANCOSTS 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 IWPC_SIMULATED_PLANCOSTS 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 IWPC_SIMULATED_PLANCOSTS 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
TYPPSItem Category TYPPSCHAR1TYPPS
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
MEEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
LOEKZDeletion Indicator LKENZCHAR1XFELD
ISTRUAssembly ISTRUCHAR18Assigned to domainMATN1MATNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
ZAEHLMaintenance Package Number PAKETZAEHLNUMC2Assigned to domainPAKZAE
ZYKL1Maintenance package cycle/offset DZYK_ZEITFLTP16(16) FLTP
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
ILOANLocation and account assignment for technical object ILOANCHAR12Assigned to domainILOAN
SMEGConsumption quantity SMEGRQUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
SWGAmount SWKGRCURR15(2) WERTV8
CURTYPECurrency Type COCURTYPECHAR2COCURTYPE
WAERSCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
TSTMP_BWTime Stamp for BI Delta Extraction TSTMP_BW_EXTDEC16RKE_TSTMP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PLKNZMaintenance order planning indicator AUF_PLKNZCHAR1AUF_PLKNZ
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
CALC_DATEMCB Extractor: Costing Date IWPC_CALCULATION_DATEDATS8DATUM
HTLTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
HTLNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
HTLALGroup Counter PLNALCHAR2ALPHAALTNRPAL
MEB_ARBPLWork center ARBPLCHAR8ARBPLAGR
MEB_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

How to access SAP table IWPC_SIMULATED_PLANCOSTS

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

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