SAP MPLAN_API OO Class - API Functions









MPLAN_API 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_API 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_API 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
AUTHORITY_CHECKCheck Transaction AuthorizationPrivate
CALL METHOD mplan_api=>AUTHORITY_CHECK...more details

AUTHORITY_CHECK_TCODEAuthorization Check Transaction CodePrivate
CALL METHOD mplan_api=>AUTHORITY_CHECK_TCODE...more details

CHECK_ITEM_CHANGEABLECheck Whether Item Can Be ChangedPrivate
CALL METHOD mplan_api=>CHECK_ITEM_CHANGEABLE...more details

EXIT_AND_CLEANUPClear Before Leaving APIPrivate
CALL METHOD mplan_api=>EXIT_AND_CLEANUP...more details

GET_LINEAR_DATARead Data for Linear Asset ManagementPrivate
CALL METHOD mplan_api=>GET_LINEAR_DATA...more details

GET_REFERENCEGet Singleton ReferencePublic
CALL METHOD mplan_api=>GET_REFERENCE...more details

MAP_CYCLE_UNITS_INPUTMapping of Cycle Values in Output FormatPrivate
CALL METHOD mplan_api=>MAP_CYCLE_UNITS_INPUT...more details

MAP_CYCLE_UNITS_OUTPUTMapping of Cycle Values in Output FormatPrivate
CALL METHOD mplan_api=>MAP_CYCLE_UNITS_OUTPUT...more details

MAP_HEADER_INPUTConversion of Header DataPrivate
CALL METHOD mplan_api=>MAP_HEADER_INPUT...more details

MAP_ITEM_INPUTItem Data Entry ConversionPrivate
CALL METHOD mplan_api=>MAP_ITEM_INPUT...more details

MPLAN_ACTIVATESet Maintenance Plan to ActivePublic
CALL METHOD mplan_api=>MPLAN_ACTIVATE...more details

MPLAN_BUFFER_CLEARDelete the Read BufferPublic
CALL METHOD mplan_api=>MPLAN_BUFFER_CLEAR...more details

MPLAN_BUFFER_CLEAR_ALLDeletion of All BuffersPublic
CALL METHOD mplan_api=>MPLAN_BUFFER_CLEAR_ALL...more details

MPLAN_CHANGEChange Maintenance PlanPublic
CALL METHOD mplan_api=>MPLAN_CHANGE...more details

MPLAN_CLEAR_DELETION_INDICATORDelete Deletion Flag for Maintenance PlanPublic
CALL METHOD mplan_api=>MPLAN_CLEAR_DELETION_INDICATOR...more details

MPLAN_CREATECreate Maintenance PlanPublic
CALL METHOD mplan_api=>MPLAN_CREATE...more details

MPLAN_CREATE_WITH_TEMPLATECreate Maintenance Plan Using TemplatePublic
CALL METHOD mplan_api=>MPLAN_CREATE_WITH_TEMPLATE...more details

MPLAN_DEACTIVATESet Maintenance Plan to InactivePublic
CALL METHOD mplan_api=>MPLAN_DEACTIVATE...more details

MPLAN_GETLISTSelect Maintenance PlansPublic
CALL METHOD mplan_api=>MPLAN_GETLIST...more details

MPLAN_ITEM_CHANGEChange Maintenance Plan ItemPublic
CALL METHOD mplan_api=>MPLAN_ITEM_CHANGE...more details

MPLAN_ITEM_CREATECreate Maintenance Plan ItemPublic
CALL METHOD mplan_api=>MPLAN_ITEM_CREATE...more details

MPLAN_ITEM_GETLISTSelect Maintenance PlansPublic
CALL METHOD mplan_api=>MPLAN_ITEM_GETLIST...more details

MPLAN_ITEM_READRead Maintenance ItemPublic
CALL METHOD mplan_api=>MPLAN_ITEM_READ...more details

MPLAN_ITEM_REMOVE_FROM_BUFFERDeletion of an Item from the Creation BufferPublic
CALL METHOD mplan_api=>MPLAN_ITEM_REMOVE_FROM_BUFFER...more details

MPLAN_READRead Maintenance PlanPublic
CALL METHOD mplan_api=>MPLAN_READ...more details

MPLAN_READ_CALL_TEXTText Description of CallsPublic
CALL METHOD mplan_api=>MPLAN_READ_CALL_TEXT...more details

MPLAN_READ_MULTIPLEMass Data Reading of Maintenance PlansPublic
CALL METHOD mplan_api=>MPLAN_READ_MULTIPLE...more details

MPLAN_SAVE_DIALOGSave for Dialog ProcessingPublic
CALL METHOD mplan_api=>MPLAN_SAVE_DIALOG...more details

MPLAN_SET_BUFFERSIZESpecify Buffer SizePublic
CALL METHOD mplan_api=>MPLAN_SET_BUFFERSIZE...more details

MPLAN_SET_DELETION_INDICATORSet Deletion Flag for Maintenance PlanPublic
CALL METHOD mplan_api=>MPLAN_SET_DELETION_INDICATOR...more details

SAVE_PLANSave Maintenance PlanPrivate
CALL METHOD mplan_api=>SAVE_PLAN...more details



MPLAN_API 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_REFERENCEStatic AttributeSingleton ReferenceLIKE
MPLAN_API
Private


Links to Related Class(s)

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