SAP MPLAN_PERSISTENCY OO Class -









MPLAN_PERSISTENCY 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_PERSISTENCY including details of:

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

MPLAN_PERSISTENCY SAP OOP ABAP Class - Access to Object

SAP MPLAN_PERSISTENCY OO Class - Access to Object









MPLAN_PERSISTENCY 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_PERSISTENCY 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_PERSISTENCY 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
ADD_OBJECT_TO_BUFFERAdd Object to BufferPrivate
CALL METHOD mplan_persistency=>ADD_OBJECT_TO_BUFFER...more details

ADD_OBJECT_TO_STORAGEAdd Object to Storage TablePrivate
CALL METHOD mplan_persistency=>ADD_OBJECT_TO_STORAGE...more details

CHANGE_OBJECT_EVENTObject Was ChangedPrivate
CALL METHOD mplan_persistency=>CHANGE_OBJECT_EVENT...more details

CHECK_BUFFER_LIMITCheck Buffer Limit and Reduce to Maximum SizePrivate
CALL METHOD mplan_persistency=>CHECK_BUFFER_LIMIT...more details

CONVERSION_OBJECT_KEY_INPUTObject_key Input ConversionPrivate
CALL METHOD mplan_persistency=>CONVERSION_OBJECT_KEY_INPUT...more details

DELETE_BUFFERDeletes BufferPublic
CALL METHOD mplan_persistency=>DELETE_BUFFER...more details

DELETE_BUFFER_ENTRY_WITH_ITEMDelete Individual Entries from BufferPublic
CALL METHOD mplan_persistency=>DELETE_BUFFER_ENTRY_WITH_ITEM...more details

DELETE_BUFFER_SINGLE_ENTRYDelete Individual Entries from BufferPublic
CALL METHOD mplan_persistency=>DELETE_BUFFER_SINGLE_ENTRY...more details

DELETE_STORAGE_ENTRY_WITH_ITEMDelete Individual Entries from BufferPublic
CALL METHOD mplan_persistency=>DELETE_STORAGE_ENTRY_WITH_ITEM...more details

DELETE_STORAGE_ON_COMMITDelete Storage Table During CommitPublic
CALL METHOD mplan_persistency=>DELETE_STORAGE_ON_COMMIT...more details

DELETE_STORAGE_SINGLE_ENTRYDelete Individual Entries from BufferPublic
CALL METHOD mplan_persistency=>DELETE_STORAGE_SINGLE_ENTRY...more details

GET_BUFFER_SIZERead Buffer SizePublic
CALL METHOD mplan_persistency=>GET_BUFFER_SIZE...more details

GET_OBJECTRead Application ObjectPublic
CALL METHOD mplan_persistency=>GET_OBJECT...more details

GET_REFERENCEReturns Reference to ItselfPublic
CALL METHOD mplan_persistency=>GET_REFERENCE...more details

POST_OBJECT_EVENTSaving ObjectPrivate
CALL METHOD mplan_persistency=>POST_OBJECT_EVENT...more details

PREREAD_MPLANMass Selection of Maintenance Plans from the DatabasePublic
CALL METHOD mplan_persistency=>PREREAD_MPLAN...more details

SET_BUFFER_MAX_SIZESpecify Maximum Buffer SizePublic
CALL METHOD mplan_persistency=>SET_BUFFER_MAX_SIZE...more details



MPLAN_PERSISTENCY 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_PERSISTENCY
Private
GT_BUFFER_CONTROLInstance AttributeBuffer TableLIKE
MPLAN_BUFFER_T
Private
GT_BUFFER_STORAGEInstance AttributeStorage for Objects to SaveLIKE
MPLAN_BUFFER_T
Private
GV_BUFFER_HITSInstance AttributeHits When Reading from BufferLIKE
INT4
Private
GV_BUFFER_SIZEInstance AttributeCurrent Buffer SizeLIKE
INT4
Private
GV_BUFFER_SIZE_MAXInstance AttributeMaximum Buffer Size20000LIKE
INT4
Private
GV_READSInstance AttributeNumber of Read AccessesLIKE
INT4
Private


Links to Related Class(s)

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