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 Name | Description | Visability |
| CHECK | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>CHECK...more details | ||
| CHECK_XML | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>CHECK_XML...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>CONSTRUCTOR...more details | ||
| DETERMINE_RT_REP_SRC | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>DETERMINE_RT_REP_SRC...more details | ||
| GET_PERSISTENCE | get an instance of persistence class | Public |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>GET_PERSISTENCE...more details | ||
| GET_RUNTIME_REPOSITORY | Public | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>GET_RUNTIME_REPOSITORY...more details | ||
|
| ||
| LOAD | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>LOAD...more details | ||
| LOAD_WITH_URL | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>LOAD_WITH_URL...more details | ||
| ON_RELOAD_REQUESTED | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>ON_RELOAD_REQUESTED...more details | ||
| S2TAB | Private | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>S2TAB...more details | ||
| SAVE | Public | |
| CALL METHOD cl_bsp_wd_rt_rep_persistence=>SAVE...more details | ||
| USER_CONFIRM_REPAIR | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| DEFAULT_RT_REP_SRC_PAGE_NAME | Constant | Name of BSP Page (Upper and Lower Case) | 'Repository.xml' | LIKE O2PAGEEXT | Private |
| GR_RUNTIME_REPOSITORY | Instance Attribute | iXML Wrapper for Runtime Repository XML | LIKE CL_BSP_WD_RT_REP_XML | Private | |
| GS_DOCNAME | Instance Attribute | Name | LIKE SKWF_URLP | Private | |
| GS_IO | Instance Attribute | KW Framework: Object Key | LIKE SKWF_IO | Private | |
| GV_RT_LOCKED | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Private | |
| INSTANCE_CACHE | Static Attribute | LIKE LTYPE_PERSISTENCE_CACHE_TAB | Private | ||
| RT_REP_PAGE_ATTR | Instance Attribute | O2: Page Attributes | LIKE O2PAGATTR | Private | |
| RT_REP_SRC_PAGEKEY | Instance Attribute | Key for the RT Rep Src BSP page | LIKE O2PAGKEY | Private | |
| RT_REP_SRC_PAGE_NAME | Instance Attribute | Name of BSP Page (Upper and Lower Case) | LIKE O2PAGEEXT | Private | |
| RT_REP_SRC_PAGE_TYPE | Instance Attribute | Type of BSP Page | LIKE STRING | Private | |
| RT_REP_SRC_PAGE_TYPE_MIME | Constant | Type of BSP Page | 'M' | LIKE STRING | Private |
| RT_REP_URL | Instance Attribute | LIKE 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