SAP MPLAN_CHECKS OO Class - Maintenance Plan Checks









MPLAN_CHECKS 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_CHECKS including details of:

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



Method list of MPLAN_CHECKS 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
CHECK_ALLExecution of All ChecksPublic
CALL METHOD mplan_checks=>CHECK_ALL...more details

CHECK_CYCLE_ALLCheck of a Complete Cycle Set for a Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_ALL...more details

CHECK_CYCLE_COUNTERCheck of the Counter-Dependent Fields for a CyclePrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_COUNTER...more details

CHECK_CYCLE_DEPENDENCIESCheck of Cycle Dependencies in a Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_DEPENDENCIES...more details

CHECK_CYCLE_DIMENSIONCheck of Dimensions of Cycle Unit and CounterPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_DIMENSION...more details

CHECK_CYCLE_FREE_NUMBERChecks Number Entries for CyclesPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_FREE_NUMBER...more details

CHECK_CYCLE_KEY_DATECheck of Key Date Data for a CyclePrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_KEY_DATE...more details

CHECK_CYCLE_MCP_DEPENDENCIESCheck Multiple-Counter-Plan-Specific Cycle DependenciesPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_MCP_DEPENDENCIES...more details

CHECK_CYCLE_MCP_PARAMETERChecks Parameters of a Multiple Counter PlanPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_MCP_PARAMETER...more details

CHECK_CYCLE_MMPT_ENTRYCheck a MMPT EntryPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_MMPT_ENTRY...more details

CHECK_CYCLE_OBSOLETE_DATACheck Unneeded Parameters of Maintenance Plan HeaderPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_OBSOLETE_DATA...more details

CHECK_CYCLE_PARAMETERCheck Cycle Parameter ValuesPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_PARAMETER...more details

CHECK_CYCLE_SINGLECheck Cycle ParametersPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_SINGLE...more details

CHECK_CYCLE_STRAT_PARAMETERCheck of Cycle Dependencies in a Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_CYCLE_STRAT_PARAMETER...more details

CHECK_HEADER_ADMIN_DATACheck Administrative Data for Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_HEADER_ADMIN_DATA...more details

CHECK_HEADER_ALLCheck of Header Data for Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_HEADER_ALL...more details

CHECK_HEADER_OBSOLETE_DATACheck Unneeded Parameters of Maintenance Plan HeaderPrivate
CALL METHOD mplan_checks=>CHECK_HEADER_OBSOLETE_DATA...more details

CHECK_HEADER_PARAMETERCheck of Parameters for Maintenance Plan Header DataPrivate
CALL METHOD mplan_checks=>CHECK_HEADER_PARAMETER...more details

CHECK_HEADER_STRAT_FIELDSChecks and Sets Strategy-Dependent Fields in HeaderPrivate
CALL METHOD mplan_checks=>CHECK_HEADER_STRAT_FIELDS...more details

CHECK_HORIZCheck the Call HorizonPrivate
CALL METHOD mplan_checks=>CHECK_HORIZ...more details

CHECK_ITEM_ADMIN_DATACheck Administrative Data for Maintenance PlanPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_ADMIN_DATA...more details

CHECK_ITEM_ALLCheck Maintenance Plan Item DataPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_ALL...more details

CHECK_ITEM_ARTTest Inspection Type for a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_ART...more details

CHECK_ITEM_AUTHORITYAuthorization Check for Maintenance Task ListPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_AUTHORITY...more details

CHECK_ITEM_BUSINESS_AREACheck Business Area of a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_BUSINESS_AREA...more details

CHECK_ITEM_CUSTOMER_ORDERCheck Customer Orders for a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_CUSTOMER_ORDER...more details

CHECK_ITEM_CYCLE_DEPENDENTMaintenance Cyle Dependent Fields for Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_CYCLE_DEPENDENT...more details

CHECK_ITEM_EQUI_FUNCLOCCheck Equipment and Functional Location of Task ListPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_EQUI_FUNCLOC...more details

CHECK_ITEM_MAIN_ACTIVITY_TYPECheck the Maintenance Activity Type of a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_MAIN_ACTIVITY_TYPE...more details

CHECK_ITEM_MPTYP_FIELDSCheck and Set Strategy-Dependent Fields for PositionPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_MPTYP_FIELDS...more details

CHECK_ITEM_OBSOLETE_DATACheck Unneeded Parameters of Maintenance Plan HeaderPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_OBSOLETE_DATA...more details

CHECK_ITEM_ORDERTYPECheck Order Type of Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_ORDERTYPE...more details

CHECK_ITEM_PARAMETERCheck Parameters of Maintenance Plan ItemsPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PARAMETER...more details

CHECK_ITEM_PARAMETER_SINGLECheck Parameter of Maintenance Plan ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PARAMETER_SINGLE...more details

CHECK_ITEM_PHYNRCheck of Maintenance Item Data for Stability StudyPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PHYNR...more details

CHECK_ITEM_PLANNING_DATACheck of Planning Data for a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PLANNING_DATA...more details

CHECK_ITEM_PLANNING_GROUPCheck Planner Group of a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PLANNING_GROUP...more details

CHECK_ITEM_PLANNING_PLANTCheck of Planning Plant of a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PLANNING_PLANT...more details

CHECK_ITEM_PLNTYCheck Plan CategoryPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PLNTY...more details

CHECK_ITEM_PRIORITYCheck Priority of Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_PRIORITY...more details

CHECK_ITEM_QMARTCheck Notification-Type-Specific ParameterPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_QMART...more details

CHECK_ITEM_REFERENCE_OBJECTCheck Equipment NumberPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_REFERENCE_OBJECT...more details

CHECK_ITEM_SCRRENTY_PARAMETERCheck Equipment NumberPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_SCRRENTY_PARAMETER...more details

CHECK_ITEM_STRATEGYCheck Strategy of a Maintenance ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_STRATEGY...more details

CHECK_ITEM_TASK_LISTCheck of Maintenance Plan CategoryPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_TASK_LIST...more details

CHECK_ITEM_USER_DATACheck User Data for Creating adn Changing an ItemPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_USER_DATA...more details

CHECK_ITEM_WORKCENTERWork Centre CheckPrivate
CALL METHOD mplan_checks=>CHECK_ITEM_WORKCENTER...more details

CHECK_MCP_DEPENDENCIESCheck Multiple-Counter-Plan-Specific Cycle DependenciesPrivate
CALL METHOD mplan_checks=>CHECK_MCP_DEPENDENCIES...more details

CHECK_MCP_DEPENDENCIES_APPENDCheck Multiple-Counter-Plan-Specific Cycle DependenciesPrivate
CALL METHOD mplan_checks=>CHECK_MCP_DEPENDENCIES_APPEND...more details

CHECK_MCP_DEPENDENCIES_CHANGECheck Multiple-Counter-Plan-Specific Cycle DependenciesPrivate
CALL METHOD mplan_checks=>CHECK_MCP_DEPENDENCIES_CHANGE...more details

CHECK_MPTYPCheck of Maintenance Plan Category (Header)Private
CALL METHOD mplan_checks=>CHECK_MPTYP...more details

CHECK_PSTXTCheck Maintenance Item DescriptionPrivate
CALL METHOD mplan_checks=>CHECK_PSTXT...more details

CHECK_REFERENCE_OBJ_EQUI_SERCheck of Equipment and Corresponding Serial NumberPrivate
CALL METHOD mplan_checks=>CHECK_REFERENCE_OBJ_EQUI_SER...more details

CHECK_SCHEDULINGCheck of Cycle Scheduling Parameter(s)Private
CALL METHOD mplan_checks=>CHECK_SCHEDULING...more details

CHECK_SINGLEITEM_ALLCheck of all Parameters for an Individual Maintenance ItemPublic
CALL METHOD mplan_checks=>CHECK_SINGLEITEM_ALL...more details

CHECK_SINGLE_PLANCheck Whether Maintenance Plan Is a Single-Cycle PlanPrivate
CALL METHOD mplan_checks=>CHECK_SINGLE_PLAN...more details

CHECK_STICHScheduling Indicator CheckPrivate
CALL METHOD mplan_checks=>CHECK_STICH...more details

CHECK_STICH_DEPENDENT_FIELDSCheck Scheduling-Indicator-Dependent FieldsPrivate
CALL METHOD mplan_checks=>CHECK_STICH_DEPENDENT_FIELDS...more details

CHECK_STRATEGYCheck Whether Maintenance Strategy Is ValidPrivate
CALL METHOD mplan_checks=>CHECK_STRATEGY...more details

CHECK_SZAEHCheck Start Counter ReadingPrivate
CALL METHOD mplan_checks=>CHECK_SZAEH...more details

CHECK_WAPOSCheck of the Maintenance Plan ItemPublic
CALL METHOD mplan_checks=>CHECK_WAPOS...more details

CHECK_WARPLCheck of the Maintenance Plan NumberPublic
CALL METHOD mplan_checks=>CHECK_WARPL...more details

CHECK_WPPOSCheck of the Maintenance Plan ItemPrivate
CALL METHOD mplan_checks=>CHECK_WPPOS...more details

CHECK_WPTXTCheck of the Maintenance Plan Short TextPrivate
CALL METHOD mplan_checks=>CHECK_WPTXT...more details

CONSTRUCTORConstructorPrivate
CALL METHOD mplan_checks=>CONSTRUCTOR...more details

GET_IND_MCP_EXTReturn IND_MCP_EXTPublic
CALL METHOD mplan_checks=>GET_IND_MCP_EXT...more details

GET_POINT_TOTAL_COUNTER_READaintenance Cycle: Return Total Counter Reading of a CounterPrivate
CALL METHOD mplan_checks=>GET_POINT_TOTAL_COUNTER_READ...more details

GET_REFERENCEGet ReferencePublic
CALL METHOD mplan_checks=>GET_REFERENCE...more details

MAP_ACTION_TO_AKTYPMap Activity to AKTYPPublic
CALL METHOD mplan_checks=>MAP_ACTION_TO_AKTYP...more details

READ_STRATEGYRead Strategy DataPublic
CALL METHOD mplan_checks=>READ_STRATEGY...more details



MPLAN_CHECKS 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
GC_TCODE_CHANGE_MPLANConstantCurrent Transaction Code'IP02'LIKE
SYTCODE
Private
GR_REFERENCEStatic AttributeSingleton ReferenceLIKE
MPLAN_CHECKS
Private
GV_IND_MCP_EXTInstance AttributeIND_MCP_EXT from MPLA_ADDITIONLIKE
IND_MCP_EXT
Private


Links to Related Class(s)

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