MPDCYCLE SAP (MPD: Cycle Data for Maintenance Document Items) Table details

Dictionary Type: Table
Description: MPD: Cycle Data for Maintenance Document Items




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




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

MPDCYCLE is a standard SAP Table which is used to store MPD: Cycle Data for Maintenance Document Items data and is available within R/3 SAP systems depending on the version and release level.

The MPDCYCLE table consists of various fields, each holding specific information or linking keys about MPD: Cycle Data for Maintenance Document Items data available in SAP. These include PLAN_DATA_ID (Document Identification GUID), EQUNR (Equipment Number), TPLNR (Functional Location), NUMMER (Counter in control tables).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MPDCYCLE table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PLAN_DATA_IDDocument Identification GUID MPD_DOCIDRAW16MPDPSDSYSUUID
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
NUMMERCounter in control tables DZAEHLERNUMC2NUMC2
CYCLESEQINDCycle Set Sequence CYCLESETSEQNUMC2NUMC2
SETREPEATINDRepeat Factor for Cycle Set Sequence IND_SET_REPEATNUMC2NUMC2
ZYKL1Maintenance cycle WZYKL1CHAR22WZYKL
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3T006CUNITMEINS
PAK_TEXTText for maintenance package/cycle (time/performance) TXZYKLUSCHAR30TXT30
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
PTTXTDescription of Measuring Point IMRC_PTTXTCHAR40TEXT40
OFFS1Maintenance package offset WOFFS1CHAR22WZYKL
INAKTIVIndicator: event scheduling inactive INAKT_TERMCHAR1X
DOC_UPDTPlanning and Scheduling Data Update Indicator MPD_UPDCHAR1XFELD
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
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
TOBE_UPDATEDMaintenance Plan to Be Updated TOBE_UPDATEDCHAR1XFELD
UPDATEDMaintenance Plan Already Updated UPDATEDCHAR1XFELD
TOBE_RESTARTEDMaintenance Plan to Be Restarted TOBE_RESTARTEDCHAR1XFELD
RESTARTEDMaintenance Plan Already Restarted RESTARTEDCHAR1XFELD
OPERATORComparison operator for maint. package cycle duration PM_VERGLCHAR2VERGL
NZAEHNext planned counter reading NZAEHFLTP16(16) FLTP
ZAEHLMaintenance Package Number PAKETZAEHLNUMC2Assigned to domainPAKZAE

Key field Non-key field



How do I retrieve data from SAP table MPDCYCLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on MPDCYCLE to SELECT all data from the table
DATA: WA_MPDCYCLE TYPE MPDCYCLE.

SELECT SINGLE *
FROM MPDCYCLE
INTO CORRESPONDING FIELDS OF WA_MPDCYCLE
WHERE...

How to access SAP table MPDCYCLE

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