SAP CL_SUPER_PERS_ACCESS OO Class - Generic Personalization interface implementation









CL_SUPER_PERS_ACCESS 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_SUPER_PERS_ACCESS including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_PERS_EXTERNAL_TABLE

Method list of CL_SUPER_PERS_ACCESS 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
DIALOG_RESULT_PROCESS_ROLEPostprocess data from generic dialog (role)Protected
CALL METHOD cl_super_pers_access=>DIALOG_RESULT_PROCESS_ROLE...more details

DIALOG_RESULT_PROCESS_SYSTEMPostprocess data from generic dialog (syst.)Protected
CALL METHOD cl_super_pers_access=>DIALOG_RESULT_PROCESS_SYSTEM...more details

DIALOG_RESULT_PROCESS_USERPostprocess data from generic dialog (user)Protected
CALL METHOD cl_super_pers_access=>DIALOG_RESULT_PROCESS_USER...more details

DIALOG_SELECTION_ROLESelection of data for dialog (role)Protected
CALL METHOD cl_super_pers_access=>DIALOG_SELECTION_ROLE...more details

DIALOG_SELECTION_SYSTEMSelection of data for dialog (system)Protected
CALL METHOD cl_super_pers_access=>DIALOG_SELECTION_SYSTEM...more details

DIALOG_SELECTION_USERSelection of data for dialog (user)Protected
CALL METHOD cl_super_pers_access=>DIALOG_SELECTION_USER...more details

REMOVE_DATA_FROM_DBDelete Data from DatabaseProtected
CALL METHOD cl_super_pers_access=>REMOVE_DATA_FROM_DB...more details



CL_SUPER_PERS_ACCESS 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
BUFFER_LINE_ROLEInstance AttributeGeneric buffer table rowLIKE
DATA
Protected
BUFFER_LINE_SYSTEMInstance AttributeGeneric buffer table rowLIKE
DATA
Protected
BUFFER_LINE_USERInstance AttributeGeneric buffer table rowLIKE
DATA
Protected
BUFFER_TABLE_ROLEInstance AttributeGeneric buffer tableLIKE
DATA
Protected
BUFFER_TABLE_SYSTEMInstance AttributeGeneric buffer tableLIKE
DATA
Protected
BUFFER_TABLE_USERInstance AttributeGeneric buffer tableLIKE
DATA
Protected
C_PERS_TYPE_ROLEConstantType role'A'LIKE
SPERS_TYPE
Public
C_PERS_TYPE_SYSTEMConstantType systemSPACELIKE
SPERS_TYPE
Public
C_PERS_TYPE_USERConstantType user'U'LIKE
SPERS_TYPE
Public
DIALOG_FIELDS_HIDEInstance AttributeList of fields hidden in gen. dialogLIKE
SPERS_FLDT
Protected
FIELD_ROLEInstance AttributeRole name fieldSPACELIKE
FIELDNAME
Protected
FIELD_USERInstance AttributeUser name fieldSPACELIKE
FIELDNAME
Protected
LAST_ROLEInstance AttributeRole NameLIKE
AGR_NAME
Private
LAST_USERInstance AttributeUser NameLIKE
UNAME
Private
ROLE_DATA_LOADEDInstance AttributeRole data loadedLIKE
CHAR1
Protected
SYSTEM_DATA_LOADEDInstance AttributeSystem data loadedLIKE
CHAR1
Private
TABLE_ROLEInstance AttributeRole-dependent table nameSPACELIKE
TABNAME
Protected
TABLE_SYSTEMInstance AttributeSystem-dependent table nameSPACELIKE
TABNAME
Protected
TABLE_USERInstance AttributeUser-dependent table nameSPACELIKE
TABNAME
Protected
TAB_DYNSUBStatic AttributeABAP Program: Number of Current ScreenLIKE
SYDYNNR
Public
TAB_HANDLEStatic AttributeCharacter field of length 40LIKE
CHAR40
Public
TAB_PROGRAMStatic AttributeABAP program, caller in external proceduresLIKE
SYCPROG
Public
USER_DATA_LOADEDInstance AttributeUser data loadedLIKE
CHAR1
Private


Links to Related Class(s)

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