MPLA_ADDITION SAP (Additional Maintenance Plan Data for Dialog and Screen) Structure details

Dictionary Type: Structure
Description: Additional Maintenance Plan Data for Dialog and Screen




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




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

MPLA_ADDITION 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 "Additional Maintenance Plan Data for Dialog and Screen" 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_MPLA_ADDITION TYPE MPLA_ADDITION.

The MPLA_ADDITION table consists of various fields, each holding specific information or linking keys about Additional Maintenance Plan Data for Dialog and Screen data available in SAP. These include PLAN_SCHEDULED (Flag: Maintenance plan was already scheduled), IND_STATUS_LOVM (Flag: Deletion flag set), IND_STATUS_INAK (Flag: Status 'inactive' is set), IND_STATUS_LOKZ (Flag: Deletion indicator was set).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MPLA_ADDITION structure 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
DBKNZGeneral Flag FLAGCHAR1FLAG
PLAN_SCHEDULEDFlag: Maintenance plan was already scheduled PLAN_SCHEDULEDCHAR1XFLAG
IND_STATUS_LOVMFlag: Deletion flag set IND_STATUS_LOVMCHAR1XFLAG
IND_STATUS_INAKFlag: Status 'inactive' is set IND_STATUS_INAKCHAR1XFLAG
IND_STATUS_LOKZFlag: Deletion indicator was set IND_STATUS_LOKZCHAR1XFLAG
IND_STATUS_UPDFlag: Status update is required IND_STATUS_UPDCHAR1XFLAG
IND_LTEXT_UPDFlag: Long text was changed IND_LTEXT_UPDCHAR1XFLAG
MPLA_UPDFlag: Mpla must be updated MPLA_UPDCHAR1XFLAG
IND_PLANT_CALENDERIndicator: Factory Calendar Scheduling IND_PLANT_CALENDERCHAR1XFLAG
IND_MANUAL_CALLIndicator: Manual Calls Available IND_MANUAL_CALLCHAR1XFLAG
IND_SCHEDULED_CALLIndicator: Scheduled Calls Available IND_SCHEDULED_CALLCHAR1XFLAG
IND_TASKLST_DELInd.: Task List Assignment Deleted if >=1 Maintenance Item IND_TASKLST_DELCHAR1FLAG
CALL_TYPECall object for maintenance plan CALL_TYPECHAR1CALL_TYPE
MPLA_INDMaintenance plan indicator MPLA_INDNUMC1MPLA_IND
USER_OFFSETOffset for Manipulation Through Customer Exit IPRM0005 USER_OFFSETFLTP16(16) FLTP
IND_CALLS_ON_HOLDIndicator: Delete Calls on Hold after IPRM0005 for IP30 IND_CALLS_ON_HOLDCHAR1XFLAG
LTKNZ_ACTLong Text LTKNZCHAR1CHAR1
IND_NO_PACKAGESGeneral Flag FLAGCHAR1FLAG
START_VALUE_COUNTERStart Value for Performance-Related Scheduling START_VALUE_COUNTERFLTP16(16) IMRC_FLTPS
LOWEST_MANUAL_CALLMaintenance Plan Call Number ABNUMINT410ABNUM
.INCLU--AP 0
IND_NO_SCHEDULINGNew Input Values XFLAGCHAR1XFLAG
.INCLU--AP 0
CYCLESEQINDCycle Set Sequence CYCLESETSEQNUMC2NUMC2
IND_UPD_CALLOBJECTIndicator for Adapting Basic Dates of Call Object IND_CALL_UPDATECHAR1XFELD
SETREPEATINDRepeat Factor for Cycle Set Sequence IND_SET_REPEATNUMC2NUMC2
IND_MCP_EXTEnhancement Multiple Counter Plan IND_MCP_EXTCHAR1XFELD
IND_PAST_DATE_ALLOWEDPlan Date can also be in the Past IND_PAST_DATECHAR1XFELD
CONF_DATECompletion Date of Call CONFIRMATION_DATEDATS8DATUM
CONF_TIMECompletion Time of Call CONFIRMATION_TIMETIMS6TIMES

Key field Non-key field



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

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

How to access SAP table MPLA_ADDITION

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