SAP CL_CRM_BSP_ACCS_PERS_LIST OO Class - Access Class to Personalization Database Table









CL_CRM_BSP_ACCS_PERS_LIST 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_CRM_BSP_ACCS_PERS_LIST 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_CRM_BSP_ACCS_PERS_LIST 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
CONVERT_COLUMN_TO_PERSConversion of Column List to Personalization DataPrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>CONVERT_COLUMN_TO_PERS...more details

CONVERT_PERS_TO_COLUMNConversion of Personalization Data in Column ListPrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>CONVERT_PERS_TO_COLUMN...more details

DELETEDelete Personalization Data from Database (API)Public
CALL METHOD cl_crm_bsp_accs_pers_list=>DELETE...more details

GET_COLUMNSEQUENCEGenerate Personalized Column SequencePublic
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_COLUMNSEQUENCE...more details

GET_COLUMN_TITLEReturn Column Title from DDICPrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_COLUMN_TITLE...more details

GET_DDIC_INFORead DDIC Information (Field Texts)Private
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_DDIC_INFO...more details

GET_SCREENSTRUCTURERead Screen Structure (Header Data)Private
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_SCREENSTRUCTURE...more details

GET_USERDetermines Users of a Field GroupPublic
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_USER...more details

GET_VALIDATION_CACHEWrite in Validation CachePrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>GET_VALIDATION_CACHE...more details

READRead Personalization Data from DatabasePrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>READ...more details

READ_EXTRead Enhanced Personalization Data from DBPublic
CALL METHOD cl_crm_bsp_accs_pers_list=>READ_EXT...more details

READ_PERSONALIZATIONRead Personalization Data (API)Public
CALL METHOD cl_crm_bsp_accs_pers_list=>READ_PERSONALIZATION...more details

RESET_VALIDATION_CACHEReset Validation CachePublic
CALL METHOD cl_crm_bsp_accs_pers_list=>RESET_VALIDATION_CACHE...more details

SAVESave Personalization Data to DatabasePrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>SAVE...more details

SAVE_EXTSave Enhanced Personalization Data to DBPublic
CALL METHOD cl_crm_bsp_accs_pers_list=>SAVE_EXT...more details

SAVE_PERSONALIZATIONSave Personalization Data (API)Public
CALL METHOD cl_crm_bsp_accs_pers_list=>SAVE_PERSONALIZATION...more details

SET_VALIDATION_CACHEWrite in Validation CachePrivate
CALL METHOD cl_crm_bsp_accs_pers_list=>SET_VALIDATION_CACHE...more details

VALIDATEMake Personalization Valid for a Given Field GroupPublic
CALL METHOD cl_crm_bsp_accs_pers_list=>VALIDATE...more details



CL_CRM_BSP_ACCS_PERS_LIST 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
GC_TABLE_LAYOUT_DEFAULTStatic AttributeDefault Value for Table Control Characteristic Table Layout'FIXED'LIKE
CRMT_BSP_TABLE_LAYOUT
Private
VALIDATION_CACHEStatic AttributeList of Columns in a Result ListLIKE
CRMT_BSP_LINK_CACHE
Private


Links to Related Class(s)

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