SAP CL_PERS_OBJECT_DATA_BUFFER OO Class - Personalization data object buffer









CL_PERS_OBJECT_DATA_BUFFER 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_BUFFER 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_BUFFER 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 new dataPublic
CALL METHOD cl_pers_object_data_buffer=>APPEND_DATA...more details

BUFFER_TABLE_CLONEClone the buffer tablePublic
CALL METHOD cl_pers_object_data_buffer=>BUFFER_TABLE_CLONE...more details

BUFFER_TABLE_GETRead entire buffer tablePrivate
CALL METHOD cl_pers_object_data_buffer=>BUFFER_TABLE_GET...more details

BUFFER_TABLE_MERGESet buffer tablePrivate
CALL METHOD cl_pers_object_data_buffer=>BUFFER_TABLE_MERGE...more details

BUFFER_TABLE_MODIFYCombine buffer tablesPublic
CALL METHOD cl_pers_object_data_buffer=>BUFFER_TABLE_MODIFY...more details

BUFFER_TABLE_SETSet buffer tablePrivate
CALL METHOD cl_pers_object_data_buffer=>BUFFER_TABLE_SET...more details

CHANGE_LINKED_OBJECTChange assigned objectPublic
CALL METHOD cl_pers_object_data_buffer=>CHANGE_LINKED_OBJECT...more details

CLEAR_OBJECT_DATADelete object dataPublic
CALL METHOD cl_pers_object_data_buffer=>CLEAR_OBJECT_DATA...more details

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

DELETE_DATA_ON_DBDelete data from databasePublic
CALL METHOD cl_pers_object_data_buffer=>DELETE_DATA_ON_DB...more details

DELETE_DATA_ON_DB_MULTDelete data from databasePublic
CALL METHOD cl_pers_object_data_buffer=>DELETE_DATA_ON_DB_MULT...more details

GET_ADDITIONAL_KEY_TABLEList of existing additional keysPublic
CALL METHOD cl_pers_object_data_buffer=>GET_ADDITIONAL_KEY_TABLE...more details

GET_BUFFER_TABLERead entire buffer table (unsorted)Public
CALL METHOD cl_pers_object_data_buffer=>GET_BUFFER_TABLE...more details

GET_TABLE_LINEGet table rowsPublic
CALL METHOD cl_pers_object_data_buffer=>GET_TABLE_LINE...more details

LOAD_OBJECT_DATALoad object dataPublic
CALL METHOD cl_pers_object_data_buffer=>LOAD_OBJECT_DATA...more details

LOAD_OBJECT_DATA_MERGELoad object dataPublic
CALL METHOD cl_pers_object_data_buffer=>LOAD_OBJECT_DATA_MERGE...more details

OVERWRITE_ENABLEActivate append new data in databasePublic
CALL METHOD cl_pers_object_data_buffer=>OVERWRITE_ENABLE...more details

SAVE_OBJECT_DATAWrite object dataPublic
CALL METHOD cl_pers_object_data_buffer=>SAVE_OBJECT_DATA...more details

SET_BUFFER_TABLESet buffer table (unsorted)Public
CALL METHOD cl_pers_object_data_buffer=>SET_BUFFER_TABLE...more details



CL_PERS_OBJECT_DATA_BUFFER 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
ADD_KEYSInstance AttributeTable of existing additional keysLIKE
T_ADD_KEY_TABLE
Private
BUFFER_TABLEInstance AttributeObject data buffer tableLIKE
T_BUFFER_TABLE
Private
LINKED_OBJECTInstance AttributePersonalization level objectLIKE
SPERS_LOBJ
Private
OBJECT_DATA_SAVEDInstance AttributeObject data savedLIKE
CHAR1
Private
OVERWRITEInstance AttributeDatabase data overwrittenLIKE
CHAR1
Private
PERS_KEYInstance AttributePersonalization object keyLIKE
SPERS_KEY
Private
PERS_TYPEInstance AttributePersonalization levelLIKE
SPERS_TYPE
Private




CL_PERS_OBJECT_DATA_BUFFER types

T_ADD_KEY_TABLE -
T_BUFFER_TABLE -

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!