SAP VBMMPT MeasPoint event update program Table data and field list

VBMMPT 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 "MeasPoint event update program" 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_VBMMPT TYPE VBMMPT.

The VBMMPT table consists of various fields, each holding specific information or linking keys about MeasPoint event update program data available in SAP. These include MANDT (Client), WARPL (Maintenance Plan), NUMMER (Counter in control tables), OPERATOR (Comparison operator for maint. package cycle duration)... 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. .

VBMMPT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VBMMPT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VBMMPT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
UPD_KNZIndicator if Actual Delivery Date was After Expected Date FLAG1CHAR1CHAR1
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
DBKNZSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table VBMMPT

Within an ECC or HANA version of SAP you can also view further information about VBMMPT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).