SAP MPLAN_ITEM OO Class -









MPLAN_ITEM 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_ITEM 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_ITEM is MPLAN_APPLICATION_OBJECT MPLAN_ITEM SAP OOP ABAP Class - Maintenance Item

SAP MPLAN_ITEM OO Class - Maintenance Item









MPLAN_ITEM 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_ITEM 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_ITEM is MPLAN_APPLICATION_OBJECT

Method list of MPLAN_ITEM 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
CHANGE_DATASet DataPublic
CALL METHOD mplan_item=>CHANGE_DATA...more details

CHECK_DATA_WITH_HEADERPrivate
CALL METHOD mplan_item=>CHECK_DATA_WITH_HEADER...more details

CHECK_EXISTENCECheck Whether a Maintenance Plan Item Is in the DatabasePrivate
CALL METHOD mplan_item=>CHECK_EXISTENCE...more details

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

DELETE_OBJECT_LISTPrivate
CALL METHOD mplan_item=>DELETE_OBJECT_LIST...more details

GET_CHECKEDHas Item Been Checked?Public
CALL METHOD mplan_item=>GET_CHECKED...more details

GET_DATAGet Item DataPublic
CALL METHOD mplan_item=>GET_DATA...more details

GET_DATA_OLDRead Out Maintenance Item Value of DatabasePublic
CALL METHOD mplan_item=>GET_DATA_OLD...more details

GET_ILOANPrivate
CALL METHOD mplan_item=>GET_ILOAN...more details

INSERT_OBJECT_LISTPrivate
CALL METHOD mplan_item=>INSERT_OBJECT_LIST...more details

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

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

SET_DATA_CHECKEDSet Data to CheckedPrivate
CALL METHOD mplan_item=>SET_DATA_CHECKED...more details

SET_DATA_OLDSave Current Data in Database ScreenPrivate
CALL METHOD mplan_item=>SET_DATA_OLD...more details

SET_DATA_TO_BEFORE_IMAGEWrite Data to Database ImagePublic
CALL METHOD mplan_item=>SET_DATA_TO_BEFORE_IMAGE...more details

SET_DATA_TO_DBWrite Data to Database ImagePublic
CALL METHOD mplan_item=>SET_DATA_TO_DB...more details

SET_DELETEDSet Action to DeletePublic
CALL METHOD mplan_item=>SET_DELETED...more details

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

SET_GS_ITEMTransfer Attribute GS_ITEM Without CheckPrivate
CALL METHOD mplan_item=>SET_GS_ITEM...more details

SET_ILOANSet ILOA NumberPublic
CALL METHOD mplan_item=>SET_ILOAN...more details

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

SET_SPECIAL_DATASet Header-Related DataPublic
CALL METHOD mplan_item=>SET_SPECIAL_DATA...more details

TRIGGER_OBJECT_CHANGED_EVENTActivate Object_changed eventPublic
CALL METHOD mplan_item=>TRIGGER_OBJECT_CHANGED_EVENT...more details

UPDATE_OBJECT_LISTPrivate
CALL METHOD mplan_item=>UPDATE_OBJECT_LIST...more details



MPLAN_ITEM 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
GS_ILOAInstance AttributeILOA DataLIKE
MPLAN_ILOA
Private
GS_ILOA_BEFORE_IMAGEInstance AttributeILOA Data in DatabaseLIKE
MPLAN_ILOA
Private
GS_ILOA_DBInstance AttributeILOA Data in DatabaseLIKE
MPLAN_ILOA
Private
GS_ITEMInstance AttributeMaintenance ItemLIKE
MPLAN_MPOS
Private
GS_ITEM_BEFORE_IMAGEInstance AttributeMaintenance Item in DatabaseLIKE
MPLAN_MPOS
Private
GS_ITEM_DBInstance AttributeMaintenance Item in DatabaseLIKE
MPLAN_MPOS
Private
GT_LONGTEXTSInstance AttributeLong TextsLIKE
MPLAN_LONGTEXT_T
Private
GT_OBJECT_LISTInstance AttributeObject List for ItemLIKE
MPLAN_OBJK_T
Private


Links to Related Class(s)

MPLAN_IT...
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!