MPD_WORKSTAT_RPT_STRC SAP (MPD: Structure for work status reporting results) Structure details

Dictionary Type: Structure
Description: MPD: Structure for work status reporting results




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




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

MPD_WORKSTAT_RPT_STRC 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 "MPD: Structure for work status reporting results" 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_MPD_WORKSTAT_RPT_STRC TYPE MPD_WORKSTAT_RPT_STRC.

The MPD_WORKSTAT_RPT_STRC table consists of various fields, each holding specific information or linking keys about MPD: Structure for work status reporting results data available in SAP. These include MP_STATUS_ICON (MPD: Maintenance Plan Status), INFO_ICON (Information Icon), DOKAR (Document Type), DOKNR (Document 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MPD_WORKSTAT_RPT_STRC 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
STATUSStatus for Reporting Result MPD_STATUSNUMC1MPD_STATUS
MP_STATUS_ICONMPD: Maintenance Plan Status MPD_MP_STATUS_ICONCHAR132MPD_STATUS_ICON
INFO_ICONInformation Icon MPD_INFO_ICONCHAR132MPD_STATUS_ICON
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
TPLTXTDescription of functional location PLTXTCHAR40TEXT40
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EQTXTDescription of technical object KTX01CHAR40TEXT40
MPTXTMaintenance Plan Text MPD_MPTXTCHAR40TEXT40
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLTXTTask list description PLANTEXTCHAR40TEXT40
PSDATA_IDDocument Identification GUID MPD_DOCIDRAW16SYSUUID
STATUS_TXTStatus Text for Reporting MPD_STATTXTCHAR240MPD_STATTXT
COMPLETIONMaintenance Completion Date MPD_COMPLETION_DATEDATS8DATS
START_DATEMPD: Start Date for Maintenance Plans MPD_DATE_STARTDATS8DATUM
START_TIMEMPD: Start Time for Maintenance Plans MPD_TIME_STARTTIMS6UZEIT
EFF_START_DATEMPD: Effective Start Date for Maintenance Plans MPD_EFF_DATE_STARTDATS8DATUM
EFF_START_TIMEMPD: Effective Start Time for Maintenance Plans MPD_EFF_TIME_STARTTIMS6UZEIT
MPD_OBJECT 0
MPLNRMaintenance Plan Number MPD_MPLNRCHAR12Assigned to domainALPHAWARPLMPLMPLAL
NOTIF_NONotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
NOTIF_TYPENotification Type QMARTCHAR2Assigned to domainQMARTQMR
SHORT_TEXTShort Text QMTXTCHAR40TEXT40
NOTIF_ISTATSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
NOTIF_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NOTIF_TXT04Individual status of an object (short form) J_TXT04CHAR4TEXT4
NOTIF_TXT30Object status J_TXT30CHAR30TEXT30
NOTIF_DATEDate of Notification QMDATDATS8DATUM
NOTIF_DESSTDATERequired start date STRMNDATS8DATUM
NOTIF_DESSTTIMERequired Start Time STRURTIMS6UZEIT
NOTIF_DESENDDATERequired End Date LTRMNDATS8DATUM
NOTIF_DESENDTMRequested End Time LTRURTIMS6UZEIT
NOTIF_COMPDATEDate for Notification Completion QMDABDATS8DATUM
NOTIF_COMPTIMECompletion Time of Notification QMZABTIMS6UZEIT
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
ORDER_ISTATSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
ORDER_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ORDER_TXT04Individual status of an object (short form) J_TXT04CHAR4TEXT4
ORDER_TXT30Object status J_TXT30CHAR30TEXT30
ORDER_SHORT_TEXTDescription AUFTEXTCHAR40TEXT40
ORDER_START_DATEBasic start date CO_GSTRPDATS8DATUM
ORDER_FINISH_DATEBasic finish date CO_GLTRPDATS8DATUM
ACTUAL_START_DATEActual start date CO_GSTRIDATS8DATUM
ACTUAL_START_TIMEActual start time CO_GSUZITIMS6UHRZT
ACTUAL_FINISH_DATEConfirmed Order Finish Date CO_GETRIDATS8DATUM
ACTUAL_FINISH_TIMEConfirmed order finish (time) CO_GEUZITIMS6UHRZT

Key field Non-key field



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

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

How to access SAP table MPD_WORKSTAT_RPT_STRC

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