SAP CL_PERS_DEFAULT_TABLE OO Class - Stand personalization object repository









CL_PERS_DEFAULT_TABLE 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 CL_PERS_DEFAULT_TABLE 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 CL_PERS_DEFAULT_TABLE 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
CLEAR_BUFFERDelete data in bufferPublic
CALL METHOD cl_pers_default_table=>CLEAR_BUFFER...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_pers_default_table=>CONSTRUCTOR...more details

COPY_DATACopy personalization dataPublic
CALL METHOD cl_pers_default_table=>COPY_DATA...more details

CREATE_INSTANCECreate an object in the classPrivate
CALL METHOD cl_pers_default_table=>CREATE_INSTANCE...more details

DELETE_DATADelete personalization dataPublic
CALL METHOD cl_pers_default_table=>DELETE_DATA...more details

DELETE_OBJECTSDelete all data of a personalization objectPublic
CALL METHOD cl_pers_default_table=>DELETE_OBJECTS...more details

GET_DATAGet personalization dataPublic
CALL METHOD cl_pers_default_table=>GET_DATA...more details

GET_INSTANCECreate classPublic
CALL METHOD cl_pers_default_table=>GET_INSTANCE...more details

GET_OBJECTGet user-spec. personalization data objectPublic
CALL METHOD cl_pers_default_table=>GET_OBJECT...more details

SAVE_BUFFERSave buffered dataPublic
CALL METHOD cl_pers_default_table=>SAVE_BUFFER...more details

SET_DATASet personalization dataPublic
CALL METHOD cl_pers_default_table=>SET_DATA...more details

TRANSPORT_DATATransport personalization dataPublic
CALL METHOD cl_pers_default_table=>TRANSPORT_DATA...more details



CL_PERS_DEFAULT_TABLE 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
INSTANCESStatic AttributeTable of InstancesLIKE
T_ILIST
Private
PERS_REG_DATAInstance AttributeDialog classLIKE
SPERS_REG
Private
PERS_TYPEInstance AttributePersonalization level'U'LIKE
SPERS_TYPE
Private


Events of Class CL_PERS_DEFAULT_TABLE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... SAVE_CHANGES - Save all data



CL_PERS_DEFAULT_TABLE types

T_ILIST - Instance list
T_INSTANCE - Instance

Links to Related Class(s)

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