MMPT SAP (Cycle definitions and MeasPoints for MaintPlan) Table details

Dictionary Type: Table
Description: Cycle definitions and MeasPoints for MaintPlan




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




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

MMPT is a standard SAP Table which is used to store Cycle definitions and MeasPoints for MaintPlan data and is available within R/3 SAP systems depending on the version and release level.

The MMPT table consists of various fields, each holding specific information or linking keys about Cycle definitions and MeasPoints for MaintPlan data available in SAP. These include WARPL (Maintenance Plan), NUMMER (Counter in control tables), OPERATOR (Comparison operator for maint. package cycle duration), ZYKL1 (Maintenance package cycle/offset).. 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)

Text table = MMPX


SAP MMPT 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 MANDTCLNT3T000MANDT
WARPLMaintenance Plan WARPLCHAR12MPLAALPHAWARPLMPLMPLAL
NUMMERCounter in control tables DZAEHLERNUMC2NUMC2
OPERATORComparison operator for maint. package cycle duration PM_VERGLCHAR2VERGL
ZYKL1Maintenance package cycle/offset DZYK_ZEITFLTP16(16) FLTP
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3T006CUNITMEINS
PAK_TEXTText for maintenance package/cycle (time/performance) TXZYKLUSCHAR30TXT30
LANGUPrimary language for object texts MLANGLANG1T002ISOLASPRAS
POINTMeasuring Point IMRC_POINTCHAR12IMPTTALPHAIMRC_POINTIPTIMPM
OFFSETStart offset of a time-based maintenance package DZYK_OFFZTFLTP16(16) FLTP
INAKTIVIndicator: event scheduling inactive INAKT_TERMCHAR1X
NZAEHNext planned counter reading NZAEHFLTP16(16) FLTP
ZAEHLMaintenance Package Number PAKETZAEHLNUMC2Assigned to domainPAKZAE
KTEXTYZKShort text for the maintenance cycle (time/performance) KTEXTZYKCHAR2CHAR2
.INCLU--AP 0
CYCLESEQINDCycle Set Sequence CYCLESETSEQNUMC2NUMC2
SETREPEATINDRepeat Factor for Cycle Set Sequence IND_SET_REPEATNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMPT
INTO CORRESPONDING FIELDS OF WA_MMPT
WHERE...

How to access SAP table MMPT

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