SAP CL_PERS_REG OO Class - Registration transaction class









CL_PERS_REG 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_REG 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_REG 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
CHANGE_DEVCLASSChange the development classPublic
CALL METHOD cl_pers_reg=>CHANGE_DEVCLASS...more details

CHECKCheck registration dataPublic
CALL METHOD cl_pers_reg=>CHECK...more details

CLONECopy registration dataPublic
CALL METHOD cl_pers_reg=>CLONE...more details

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

DELETEDelete registration dataPublic
CALL METHOD cl_pers_reg=>DELETE...more details

DELETE_DOCUDelete associated documentationPublic
CALL METHOD cl_pers_reg=>DELETE_DOCU...more details

DESTROYClose objectPublic
CALL METHOD cl_pers_reg=>DESTROY...more details

EDIT_DOCUAssign/edit documentationPublic
CALL METHOD cl_pers_reg=>EDIT_DOCU...more details

EXISTSExistence checkPublic
CALL METHOD cl_pers_reg=>EXISTS...more details

GET_DOCUGet doc. objectPublic
CALL METHOD cl_pers_reg=>GET_DOCU...more details

GET_REG_DATARead registration dataPublic
CALL METHOD cl_pers_reg=>GET_REG_DATA...more details

HAS_DOCUPersonalization object has documentationPublic
CALL METHOD cl_pers_reg=>HAS_DOCU...more details

LOAD_ATTRIBUTESRead attribute tablePrivate
CALL METHOD cl_pers_reg=>LOAD_ATTRIBUTES...more details

LOCKLock objectPublic
CALL METHOD cl_pers_reg=>LOCK...more details

RENAMERenamePublic
CALL METHOD cl_pers_reg=>RENAME...more details

SAVESave registration dataPublic
CALL METHOD cl_pers_reg=>SAVE...more details

SAVE_ATTRIBUTESFill attribute tablePrivate
CALL METHOD cl_pers_reg=>SAVE_ATTRIBUTES...more details

SET_REG_DATASet registration dataPublic
CALL METHOD cl_pers_reg=>SET_REG_DATA...more details

SHOW_DOCUDisplay documentationPublic
CALL METHOD cl_pers_reg=>SHOW_DOCU...more details

TRANSPORTTransportPublic
CALL METHOD cl_pers_reg=>TRANSPORT...more details

UNLOCKUnlock objectPublic
CALL METHOD cl_pers_reg=>UNLOCK...more details

VIEW_ONLYObject cannot be changedPublic
CALL METHOD cl_pers_reg=>VIEW_ONLY...more details



CL_PERS_REG 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
ATTRIBUTESInstance AttributeAdditional AttributesLIKE
T_ATTRIBUTE_TABLE
Private
C_ATTRIBUTE_DOCUInstance AttributeDocumentation attribute flag'D'LIKE
CHAR1
Private
DATA_CHANGEDInstance AttributeData was changedLIKE
CHAR1
Private
INFO_OBJECTInstance AttributeInfo Object LinkLIKE
IWB_SO_IO
Private
NO_CHANGEInstance AttributeChange allowed flagLIKE
CHAR1
Private
PERS_REGInstance AttributePersonalization registration tableLIKE
SPERS_REG
Private
PERS_REG_OLDInstance AttributePersonalization registration tableLIKE
SPERS_REG
Private
PERS_REG_TEXTInstance AttributePersonalization key text tableLIKE
SPERS_REGT
Private
PERS_REG_TEXT_OLDInstance AttributePersonalization key text tableLIKE
SPERS_REGT
Private




CL_PERS_REG types

T_ATTRIBUTE_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!