SAP CL_BSP_WD_RT_REP_PERSISTENCE OO Class - OBSOLETE - Do not use









CL_BSP_WD_RT_REP_PERSISTENCE 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_BSP_WD_RT_REP_PERSISTENCE 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_BSP_WD_RT_REP_PERSISTENCE 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
CHECKPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>CHECK...more details

CHECK_XMLPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>CHECK_XML...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>CONSTRUCTOR...more details

DETERMINE_RT_REP_SRCPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>DETERMINE_RT_REP_SRC...more details

GET_PERSISTENCEget an instance of persistence classPublic
CALL METHOD cl_bsp_wd_rt_rep_persistence=>GET_PERSISTENCE...more details

GET_RUNTIME_REPOSITORYPublic
CALL METHOD cl_bsp_wd_rt_rep_persistence=>GET_RUNTIME_REPOSITORY...more details

LOADPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>LOAD...more details

LOAD_WITH_URLPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>LOAD_WITH_URL...more details

ON_RELOAD_REQUESTEDPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>ON_RELOAD_REQUESTED...more details

S2TABPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>S2TAB...more details

SAVEPublic
CALL METHOD cl_bsp_wd_rt_rep_persistence=>SAVE...more details

USER_CONFIRM_REPAIRPrivate
CALL METHOD cl_bsp_wd_rt_rep_persistence=>USER_CONFIRM_REPAIR...more details



CL_BSP_WD_RT_REP_PERSISTENCE 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
DEFAULT_RT_REP_SRC_PAGE_NAMEConstantName of BSP Page (Upper and Lower Case)'Repository.xml'LIKE
O2PAGEEXT
Private
GR_RUNTIME_REPOSITORYInstance AttributeiXML Wrapper for Runtime Repository XMLLIKE
CL_BSP_WD_RT_REP_XML
Private
GS_DOCNAMEInstance AttributeNameLIKE
SKWF_URLP
Private
GS_IOInstance AttributeKW Framework: Object KeyLIKE
SKWF_IO
Private
GV_RT_LOCKEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
INSTANCE_CACHEStatic AttributeLIKE
LTYPE_PERSISTENCE_CACHE_TAB
Private
RT_REP_PAGE_ATTRInstance AttributeO2: Page AttributesLIKE
O2PAGATTR
Private
RT_REP_SRC_PAGEKEYInstance AttributeKey for the RT Rep Src BSP pageLIKE
O2PAGKEY
Private
RT_REP_SRC_PAGE_NAMEInstance AttributeName of BSP Page (Upper and Lower Case)LIKE
O2PAGEEXT
Private
RT_REP_SRC_PAGE_TYPEInstance AttributeType of BSP PageLIKE
STRING
Private
RT_REP_SRC_PAGE_TYPE_MIMEConstantType of BSP Page'M'LIKE
STRING
Private
RT_REP_URLInstance AttributeLIKE
STRING
Private


Links to Related Class(s)

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