SAP CL_PERS_OBJECT_DATA OO Class - Personalization object data object









CL_PERS_OBJECT_DATA 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_OBJECT_DATA 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_OBJECT_DATA 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
APPEND_DATAAppend dataPublic
CALL METHOD cl_pers_object_data=>APPEND_DATA...more details

CHANGE_LINKED_OBJECTChange assigned personalization level objectPublic
CALL METHOD cl_pers_object_data=>CHANGE_LINKED_OBJECT...more details

CHECK_LINKED_OBJECTCheck keyPrivate
CALL METHOD cl_pers_object_data=>CHECK_LINKED_OBJECT...more details

CLEAR_BUFFERDelete buffer dataPublic
CALL METHOD cl_pers_object_data=>CLEAR_BUFFER...more details

CLONE_OBJECTClone an objectPublic
CALL METHOD cl_pers_object_data=>CLONE_OBJECT...more details

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

CREATE_INSTANCECreate instancePrivate
CALL METHOD cl_pers_object_data=>CREATE_INSTANCE...more details

CREATE_OBJECTCreate new objectPublic
CALL METHOD cl_pers_object_data=>CREATE_OBJECT...more details

DELETE_DATADelete object dataPublic
CALL METHOD cl_pers_object_data=>DELETE_DATA...more details

DELETE_OBJECTSDelete entire bufferPublic
CALL METHOD cl_pers_object_data=>DELETE_OBJECTS...more details

DIALOGDisplay DialogPublic
CALL METHOD cl_pers_object_data=>DIALOG...more details

DISABLE_APPENDDeactivate append dataPrivate
CALL METHOD cl_pers_object_data=>DISABLE_APPEND...more details

ENABLE_APPENDActivate append dataPrivate
CALL METHOD cl_pers_object_data=>ENABLE_APPEND...more details

GET_BUFFER_TABLESet buffer table directlyPublic
CALL METHOD cl_pers_object_data=>GET_BUFFER_TABLE...more details

GET_DATAGet contentsPublic
CALL METHOD cl_pers_object_data=>GET_DATA...more details

GET_ELEM_DATARead basic dataPrivate
CALL METHOD cl_pers_object_data=>GET_ELEM_DATA...more details

GET_INSTANCEGet an instancePublic
CALL METHOD cl_pers_object_data=>GET_INSTANCE...more details

GET_KEYRead keyPublic
CALL METHOD cl_pers_object_data=>GET_KEY...more details

GET_OBJECTGet object instancePublic
CALL METHOD cl_pers_object_data=>GET_OBJECT...more details

GET_OWNERGet user/role namePublic
CALL METHOD cl_pers_object_data=>GET_OWNER...more details

GET_STRUCT_DATAGet contents of type structurePrivate
CALL METHOD cl_pers_object_data=>GET_STRUCT_DATA...more details

GET_TABLE_DATAGet table dataPrivate
CALL METHOD cl_pers_object_data=>GET_TABLE_DATA...more details

GET_TYPEGet type informationPublic
CALL METHOD cl_pers_object_data=>GET_TYPE...more details

SAVE_ALL_OBJECT_DATASave buffered dataPublic
CALL METHOD cl_pers_object_data=>SAVE_ALL_OBJECT_DATA...more details

SAVE_OBJECT_DATASave buffered dataPublic
CALL METHOD cl_pers_object_data=>SAVE_OBJECT_DATA...more details

SET_ADDITIONAL_KEYGet object GUIDPrivate
CALL METHOD cl_pers_object_data=>SET_ADDITIONAL_KEY...more details

SET_BUFFER_TABLESet buffer tablePublic
CALL METHOD cl_pers_object_data=>SET_BUFFER_TABLE...more details

SET_DATAWrite contentsPublic
CALL METHOD cl_pers_object_data=>SET_DATA...more details

SET_ELEM_DATAWrite basic dataPrivate
CALL METHOD cl_pers_object_data=>SET_ELEM_DATA...more details

SET_STRUCT_DATAWrite a simple structurePrivate
CALL METHOD cl_pers_object_data=>SET_STRUCT_DATA...more details

SET_TABLE_DATAWrite data in tablesPrivate
CALL METHOD cl_pers_object_data=>SET_TABLE_DATA...more details

TRANSPORT_DATATransport dataPublic
CALL METHOD cl_pers_object_data=>TRANSPORT_DATA...more details



CL_PERS_OBJECT_DATA 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
ADDITIONAL_KEYInstance AttributeAdditional data object keyLIKE
GUID_22
Private
APPEND_ENABLEDInstance AttributeAppend dataLIKE
CHAR1
Private
BUFFER_TABLEInstance AttributeBuffer tableLIKE
CL_PERS_OBJECT_DATA_BUFFER
Private
C_ABAP_ELEMDESCRConstantType description' CLASS=CL_ABAP_ELEMDESCR'LIKE
ABAP_ABSTYPENAME
Private
C_ABAP_STRUCTDESCRConstantType description' CLASS=CL_ABAP_STRUCTDESCR'LIKE
ABAP_ABSTYPENAME
Private
C_ABAP_TABLEDESCRConstantType description' CLASS=CL_ABAP_TABLEDESCR'LIKE
ABAP_ABSTYPENAME
Private
C_PERS_TYPE_AGRConstantAGR personalization level'A'LIKE
SPERS_TYPE
Public
C_PERS_TYPE_SYSTEMConstantSystem personalization level' 'LIKE
SPERS_TYPE
Public
C_PERS_TYPE_USERConstantUser personalization level'U'LIKE
SPERS_TYPE
Public
EXISTENCE_BUFFERInstance AttributeLIKE
Private
INSTANCESStatic AttributeList of instantiated objectsLIKE
T_ILIST
Private
LINKED_OBJECTInstance AttributeObject IDLIKE
SPERS_LOBJ
Private
OBJCTS_RECORDEDStatic AttributeAlready Recorded Entries for SPERS_OBJLIKE
TT_REC_OBJS
Private
OBJECT_DATA_APPENDEDInstance AttributeObject data appendedLIKE
CHAR1
Private
OBJECT_DATA_LOADEDInstance AttributeObject data loadedLIKE
CHAR1
Private
OBJ_DIALOGInstance AttributeDialog objectLIKE
CL_PERS_DIALOG
Private
OBJ_LAST_TYPEInstance AttributePersonalization object type nameLIKE
CL_PERS_OBJECT_TYPE
Private
PERS_KEYInstance AttributePersonalizing object keyLIKE
SPERS_KEY
Private
PERS_KEY_SETTINGSInstance AttributePersonalization object key settingsLIKE
SPERS_REG
Private
PERS_TYPEInstance AttributePersonalization levelLIKE
SPERS_TYPE
Private
RFC_DESTINATIONInstance AttributeLogical destination (specified in function call)LIKE
RFCDEST
Private




CL_PERS_OBJECT_DATA types

TT_REC_OBJS - Already Recorded Entries for SPERS_OBJ
TY_EXISTENCE_BUFFER -
TY_REC_OBJ - Structure for Already Recorded Entries for SPERS_OBJ
T_ILIST - T_ILIST
T_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!