MPLAN_ITEM_LIST_OPTIONS SAP (Selection Options for Maintenance Plan List) Structure details

Dictionary Type: Structure
Description: Selection Options for Maintenance Plan List




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




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

MPLAN_ITEM_LIST_OPTIONS 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 "Selection Options for Maintenance Plan List" 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_MPLAN_ITEM_LIST_OPTIONS TYPE MPLAN_ITEM_LIST_OPTIONS.

The MPLAN_ITEM_LIST_OPTIONS table consists of various fields, each holding specific information or linking keys about Selection Options for Maintenance Plan List data available in SAP. These include WARPL (Maintenance Plan), WAPOS (Maintenance item), WSTRA (Maintenance strategy), PSTXT (Item Short Text).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MPLAN_ITEM_LIST_OPTIONS structure 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
MITYPMaintenance plan category MPTYPCHAR2Assigned to domainMPTYPWAT
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
WSTRAMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
PSTXTItem Short Text POSTXTCHAR40TEXT40
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
STRNOFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
SERMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERIALNRSerial Number GERNRCHAR18GERNRGERNRSER
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
WPGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
ILARTMaintenance activity type ILACHAR3Assigned to domainILARTH_T350I
GEWRKMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
PRIOKPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
LAUFNOrder number LAUFNCHAR12Assigned to domainALPHAAUFNRANR
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
BSTNRPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
BSTPOPurchase Order Item Number BSTPONUMC5Assigned to domainEBELP
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
ARBPLWork center ARBPLCHAR8ARBPLAGR
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
EQFNRSort field EQFNRCHAR30CHAR30
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PSPELWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
AUFNRSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
KDAUFSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERSDTDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table MPLAN_ITEM_LIST_OPTIONS

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