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_OBJECTSAP 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_OBJECTMethod 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 Name | Description | Visability |
| ACTIVATE | Deactivate Maintenance Plan | Public |
| CALL METHOD mplan_header=>ACTIVATE...more details | ||
| ADD_ITEM | Add Maintenance Item | Public |
| CALL METHOD mplan_header=>ADD_ITEM...more details | ||
| ADD_ITEM_REFERENCE | Add Maintenance Item Reference | Public |
| CALL METHOD mplan_header=>ADD_ITEM_REFERENCE...more details | ||
| CHANGE_DATA | Change Data | Public |
| CALL METHOD mplan_header=>CHANGE_DATA...more details | ||
| CHANGE_MHIS_TSENM | Block / Unblock Scheduling Records | Private |
| CALL METHOD mplan_header=>CHANGE_MHIS_TSENM...more details | ||
| CHECK_CHANGEABLE | Check Whether Request Is Modifiable | Private |
| CALL METHOD mplan_header=>CHECK_CHANGEABLE...more details | ||
|
| ||
| CLEAR_DELETION_INDICATOR | Deactivate Maintenance Plan | Public |
| CALL METHOD mplan_header=>CLEAR_DELETION_INDICATOR...more details | ||
| CONSTRUCTOR | Create Object with Key | Private |
| CALL METHOD mplan_header=>CONSTRUCTOR...more details | ||
| DEACTIVATE | Deactivate Maintenance Plan | Public |
| CALL METHOD mplan_header=>DEACTIVATE...more details | ||
| GET_DATA | Read Data | Public |
| CALL METHOD mplan_header=>GET_DATA...more details | ||
| GET_ITEM_REFERENCES | Read Reference to Items | Public |
| CALL METHOD mplan_header=>GET_ITEM_REFERENCES...more details | ||
| INVALIDATE_STRATEGIES | Invalidate Read Strategy Cycles | Public |
| CALL METHOD mplan_header=>INVALIDATE_STRATEGIES...more details | ||
| POST_OBJECT | Prepare Data Save During Commit Work | Public |
| CALL METHOD mplan_header=>POST_OBJECT...more details | ||
| REMOVE_ITEM | Remove Maintenance Item | Public |
| CALL METHOD mplan_header=>REMOVE_ITEM...more details | ||
| REMOVE_ITEM_REFERENCE | Remove Maintenance Item Reference | Public |
| CALL METHOD mplan_header=>REMOVE_ITEM_REFERENCE...more details | ||
| SET_ADMIN_DATA_CHANGE | Set Administrative Data for Change | Private |
| CALL METHOD mplan_header=>SET_ADMIN_DATA_CHANGE...more details | ||
| SET_DATA | Set Data | Public |
| CALL METHOD mplan_header=>SET_DATA...more details | ||
| SET_DATA_TO_BEFORE_IMAGE | Set the Read Data to New Before Image | Public |
| CALL METHOD mplan_header=>SET_DATA_TO_BEFORE_IMAGE...more details | ||
| SET_DATA_TO_DB | Set the Read Data to New Database Image | Public |
| CALL METHOD mplan_header=>SET_DATA_TO_DB...more details | ||
| SET_DELETION_INDICATOR | Set Deletion Indicator for Maintenance Plan | Public |
| CALL METHOD mplan_header=>SET_DELETION_INDICATOR...more details | ||
| SET_DIALOG_CREATED | Created in Dialog Mode | Public |
| CALL METHOD mplan_header=>SET_DIALOG_CREATED...more details | ||
| SET_PREREAD_DATA | Set Data | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GR_HEADER_BEFORE_IMAGE | Instance Attribute | Reference to Header Before Image | LIKE MPLAN_HEADER_DB_DATA | Private | |
| GR_HEADER_DB | Instance Attribute | Reference for Header Database Image | LIKE MPLAN_HEADER_DB_DATA | Private | |
| GR_ITEMS | Instance Attribute | References for the Items | LIKE MPLAN_ITEM_REFERENCE_T | Private | |
| GS_HEADER | Instance Attribute | LIKE | Private | ||
| GS_STRATEGY_DATA | Instance Attribute | Maintenance Packages | LIKE T351 | Private | |
| GS_T399W | Instance Attribute | T399W Customizing | LIKE T399W | Private | |
| GT_CALLS | Instance Attribute | Releases | LIKE MPLAN_MHIO_T | Private | |
| GT_CYCLES | Instance Attribute | LIKE | Private | ||
| GT_HISTORY | Instance Attribute | History Records | LIKE MPLAN_MHIS_T | Private | |
| GT_LONGTEXTS | Instance Attribute | Long Text Lines | LIKE MPLAN_LONGTEXT_T | Private | |
| GT_STATUS | Instance Attribute | LIKE | Private | ||
| GT_STRATEGY_CYCLES | Instance Attribute | Cycles of Strategy | LIKE MPLAN_MMPT_T | Private | |
| GV_CYCLES_STRATEGY_READ | Instance Attribute | Read Cycles from Strategy | LIKE BOOLEAN | Private | |
| GV_MAP_CONFIRMATION_DATE | Instance Attribute | Fill Confirmation Date from Object | LIKE BOOLEAN | Private | |
| GV_MULTICOUNTER | Instance Attribute | Multiple Counter Plan Yes/No | LIKE BOOLEAN | Private | |
| GV_NUMBER_OF_ITEMS | Instance Attribute | LIKE | Private | ||
| GV_WITH_HISTORY | Instance Attribute | Read Calls and History | LIKE 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