MPDCD SAP (MPD: OBSOLETE - Counter Data for Maintenance Document Items) Table details

Dictionary Type: Table
Description: MPD: OBSOLETE - Counter Data for Maintenance Document Items




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




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

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

The MPDCD table consists of various fields, each holding specific information or linking keys about MPD: OBSOLETE - Counter Data for Maintenance Document Items data available in SAP. These include PLAN_DATA_ID (Document Identification GUID), EQUNR (Equipment Number), TPLNR (Functional Location), CYCLESEQIND (Cycle Set Sequence).. 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: Cannot Be Enhanced


SAP MPDCD 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
CYCLESEQINDCycle Set Sequence CYCLESETSEQNUMC2NUMC2
SETREPEATINDRepeat Factor for Cycle Set Sequence IND_SET_REPEATNUMC2NUMC2
ZYKL1Maintenance cycle WZYKL1CHAR22WZYKL
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
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_DATEStart Date for Scheduling DATE_STARTDATS8DATUM
START_TIMEStart Time for Scheduling TIME_STARTTIMS6TIME
EFF_START_DATEStart Date for Scheduling DATE_STARTDATS8DATUM
EFF_START_TIMEStart Time for Scheduling TIME_STARTTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM MPDCD
INTO CORRESPONDING FIELDS OF WA_MPDCD
WHERE...

How to access SAP table MPDCD

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