SAP MPLAN_MPLA_UPDATE Change Indicator for Maintenance Plan Header Table data and field list

MPLAN_MPLA_UPDATE 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 "Change Indicator for Maintenance Plan Header" 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_MPLAN_MPLA_UPDATE TYPE MPLAN_MPLA_UPDATE.

The MPLAN_MPLA_UPDATE table consists of various fields, each holding specific information or linking keys about Change Indicator for Maintenance Plan Header data available in SAP. These include ERKNZ (Updated information in related user data field), AEKNZ (Updated information in related user data field), ERSDT (Updated information in related user data field), ERNAM (Updated information in related user data field)... 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. .

MPLAN_MPLA_UPDATE structure Technical Details:

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


SAP MPLAN_MPLA_UPDATE 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 MPLAN_MPLA_UPDATE 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
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
ERKNZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AEKNZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERSDTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AEDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AENAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WPTXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STRATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABRHOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EQUNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TPLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KUNUMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LTKNZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LVORMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANZPSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABNUMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LANGUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VSPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VSNEGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TOPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TONEGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SFAKTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STICHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TGOONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HORIZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HORIZ_DAYSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HORIZ_QUALIFIERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANDORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KNAUTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BEGRUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MPTYPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HUNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STADTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SZAEHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CALL_CONFIRMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLAN_SORTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FABKLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUFFPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUFFNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CALL_UPDATE_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MCP_SFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table MPLAN_MPLA_UPDATE

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

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