SAP MPLAN_HEADER OO Class -









MPLAN_HEADER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class MPLAN_HEADER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for MPLAN_HEADER is MPLAN_APPLICATION_OBJECT MPLAN_HEADER SAP OOP ABAP Class - Maintenance Plan

SAP MPLAN_HEADER OO Class - Maintenance Plan









MPLAN_HEADER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class MPLAN_HEADER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for MPLAN_HEADER is MPLAN_APPLICATION_OBJECT

Method list of MPLAN_HEADER SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ACTIVATEDeactivate Maintenance PlanPublic
CALL METHOD mplan_header=>ACTIVATE...more details

ADD_ITEMAdd Maintenance ItemPublic
CALL METHOD mplan_header=>ADD_ITEM...more details

ADD_ITEM_REFERENCEAdd Maintenance Item ReferencePublic
CALL METHOD mplan_header=>ADD_ITEM_REFERENCE...more details

CHANGE_DATAChange DataPublic
CALL METHOD mplan_header=>CHANGE_DATA...more details

CHANGE_MHIS_TSENMBlock / Unblock Scheduling RecordsPrivate
CALL METHOD mplan_header=>CHANGE_MHIS_TSENM...more details

CHECK_CHANGEABLECheck Whether Request Is ModifiablePrivate
CALL METHOD mplan_header=>CHECK_CHANGEABLE...more details

CLEAR_DELETION_INDICATORDeactivate Maintenance PlanPublic
CALL METHOD mplan_header=>CLEAR_DELETION_INDICATOR...more details

CONSTRUCTORCreate Object with KeyPrivate
CALL METHOD mplan_header=>CONSTRUCTOR...more details

DEACTIVATEDeactivate Maintenance PlanPublic
CALL METHOD mplan_header=>DEACTIVATE...more details

GET_DATARead DataPublic
CALL METHOD mplan_header=>GET_DATA...more details

GET_ITEM_REFERENCESRead Reference to ItemsPublic
CALL METHOD mplan_header=>GET_ITEM_REFERENCES...more details

INVALIDATE_STRATEGIESInvalidate Read Strategy CyclesPublic
CALL METHOD mplan_header=>INVALIDATE_STRATEGIES...more details

POST_OBJECTPrepare Data Save During Commit WorkPublic
CALL METHOD mplan_header=>POST_OBJECT...more details

REMOVE_ITEMRemove Maintenance ItemPublic
CALL METHOD mplan_header=>REMOVE_ITEM...more details

REMOVE_ITEM_REFERENCERemove Maintenance Item ReferencePublic
CALL METHOD mplan_header=>REMOVE_ITEM_REFERENCE...more details

SET_ADMIN_DATA_CHANGESet Administrative Data for ChangePrivate
CALL METHOD mplan_header=>SET_ADMIN_DATA_CHANGE...more details

SET_DATASet DataPublic
CALL METHOD mplan_header=>SET_DATA...more details

SET_DATA_TO_BEFORE_IMAGESet the Read Data to New Before ImagePublic
CALL METHOD mplan_header=>SET_DATA_TO_BEFORE_IMAGE...more details

SET_DATA_TO_DBSet the Read Data to New Database ImagePublic
CALL METHOD mplan_header=>SET_DATA_TO_DB...more details

SET_DELETION_INDICATORSet Deletion Indicator for Maintenance PlanPublic
CALL METHOD mplan_header=>SET_DELETION_INDICATOR...more details

SET_DIALOG_CREATEDCreated in Dialog ModePublic
CALL METHOD mplan_header=>SET_DIALOG_CREATED...more details

SET_PREREAD_DATASet DataPrivate
CALL METHOD mplan_header=>SET_PREREAD_DATA...more details



MPLAN_HEADER attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GR_HEADER_BEFORE_IMAGEInstance AttributeReference to Header Before ImageLIKE
MPLAN_HEADER_DB_DATA
Private
GR_HEADER_DBInstance AttributeReference for Header Database ImageLIKE
MPLAN_HEADER_DB_DATA
Private
GR_ITEMSInstance AttributeReferences for the ItemsLIKE
MPLAN_ITEM_REFERENCE_T
Private
GS_HEADERInstance AttributeLIKE
Private
GS_STRATEGY_DATAInstance AttributeMaintenance PackagesLIKE
T351
Private
GS_T399WInstance AttributeT399W CustomizingLIKE
T399W
Private
GT_CALLSInstance AttributeReleasesLIKE
MPLAN_MHIO_T
Private
GT_CYCLESInstance AttributeLIKE
Private
GT_HISTORYInstance AttributeHistory RecordsLIKE
MPLAN_MHIS_T
Private
GT_LONGTEXTSInstance AttributeLong Text LinesLIKE
MPLAN_LONGTEXT_T
Private
GT_STATUSInstance AttributeLIKE
Private
GT_STRATEGY_CYCLESInstance AttributeCycles of StrategyLIKE
MPLAN_MMPT_T
Private
GV_CYCLES_STRATEGY_READInstance AttributeRead Cycles from StrategyLIKE
BOOLEAN
Private
GV_MAP_CONFIRMATION_DATEInstance AttributeFill Confirmation Date from ObjectLIKE
BOOLEAN
Private
GV_MULTICOUNTERInstance AttributeMultiple Counter Plan Yes/NoLIKE
BOOLEAN
Private
GV_NUMBER_OF_ITEMSInstance AttributeLIKE
Private
GV_WITH_HISTORYInstance AttributeRead Calls and HistoryLIKE
BOOLEAN
Private


Links to Related Class(s)

MPLAN_HE...
Full list of available SAP object classes

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!