SAP CL_RSTCO_200_UTILITIES OO Class - Utilities class for BW Setup
CL_RSTCO_200_UTILITIES 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_RSTCO_200_UTILITIES 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_RSTCO_200_UTILITIES 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 |
| ACTIVATE_BI_CONTENT | Empty: as content bundles are not needed on BW Core Level | Public |
| CALL METHOD cl_rstco_200_utilities=>ACTIVATE_BI_CONTENT...more details | ||
| ACTIVATE_BW_CONTENT | Public | |
| CALL METHOD cl_rstco_200_utilities=>ACTIVATE_BW_CONTENT...more details | ||
| ACTIVATE_BW_DELTA | Installs Delta BW Content after Cloud Upgrade/Update | Public |
| CALL METHOD cl_rstco_200_utilities=>ACTIVATE_BW_DELTA...more details | ||
| ACTIVATE_BW_HIERARCHY | Public | |
| CALL METHOD cl_rstco_200_utilities=>ACTIVATE_BW_HIERARCHY...more details | ||
| ACTIVATE_VIRT_HIERARCHY | Acivate Virtual Time Hierarchies | Public |
| CALL METHOD cl_rstco_200_utilities=>ACTIVATE_VIRT_HIERARCHY...more details | ||
| ADAPT_VIRT_HIERARCHY | extend time interval for time hierarchies, if necessary | Public |
| CALL METHOD cl_rstco_200_utilities=>ADAPT_VIRT_HIERARCHY...more details | ||
|
| ||
| ADD_BAPI_MSG | Private | |
| CALL METHOD cl_rstco_200_utilities=>ADD_BAPI_MSG...more details | ||
| ADD_MSG_LOG | Add message to log and message table | Private |
| CALL METHOD cl_rstco_200_utilities=>ADD_MSG_LOG...more details | ||
| CHECKSIDS | Private | |
| CALL METHOD cl_rstco_200_utilities=>CHECKSIDS...more details | ||
| CHECK_BW_MANDT | Public | |
| CALL METHOD cl_rstco_200_utilities=>CHECK_BW_MANDT...more details | ||
| CHECK_BW_NAMESPACE | Check settings of BW Namespace | Public |
| CALL METHOD cl_rstco_200_utilities=>CHECK_BW_NAMESPACE...more details | ||
| CHECK_BW_SETUP | Public | |
| CALL METHOD cl_rstco_200_utilities=>CHECK_BW_SETUP...more details | ||
| CHECK_EQ_SETUP | Public | |
| CALL METHOD cl_rstco_200_utilities=>CHECK_EQ_SETUP...more details | ||
| DELETE_OBSOLETE_AGGREGATES | Deletes Obsolete Aggregates if existing | Public |
| CALL METHOD cl_rstco_200_utilities=>DELETE_OBSOLETE_AGGREGATES...more details | ||
| DETERMINE_LOGSYS | Public | |
| CALL METHOD cl_rstco_200_utilities=>DETERMINE_LOGSYS...more details | ||
| DISABLE_STATISTICS | Public | |
| CALL METHOD cl_rstco_200_utilities=>DISABLE_STATISTICS...more details | ||
| GET_BW_SETUP_TASKLIST_CONTEXT | Public | |
| CALL METHOD cl_rstco_200_utilities=>GET_BW_SETUP_TASKLIST_CONTEXT...more details | ||
| GET_MESSAGES_FROM_REPOSITORY | Private | |
| CALL METHOD cl_rstco_200_utilities=>GET_MESSAGES_FROM_REPOSITORY...more details | ||
| INITIALIZE_BW | Public | |
| CALL METHOD cl_rstco_200_utilities=>INITIALIZE_BW...more details | ||
| REINSTALL_BW_HIERARCHY | Checks if virtual time hierarchies are already there... | Public |
| CALL METHOD cl_rstco_200_utilities=>REINSTALL_BW_HIERARCHY...more details | ||
| REMOVE_USER_PARAMETER | Removes 'Java' Parameter for DDIC and current User | Public |
| CALL METHOD cl_rstco_200_utilities=>REMOVE_USER_PARAMETER...more details | ||
| REPAIR | Deletes Obsolete Aggregates if existing | Public |
| CALL METHOD cl_rstco_200_utilities=>REPAIR...more details | ||
| SET_BW_CLIENT | Set BW Client | Public |
| CALL METHOD cl_rstco_200_utilities=>SET_BW_CLIENT...more details | ||
| SET_BW_SETUP_TASKLIST_CONTEXT | Public | |
| CALL METHOD cl_rstco_200_utilities=>SET_BW_SETUP_TASKLIST_CONTEXT...more details | ||
| SET_RSADMIN_CDS_CUSPROJ | Public | |
| CALL METHOD cl_rstco_200_utilities=>SET_RSADMIN_CDS_CUSPROJ...more details | ||
| SET_USER_PARAMETER | Sets 'Java' Parameter for DDIC and current User | Public |
| CALL METHOD cl_rstco_200_utilities=>SET_USER_PARAMETER...more details | ||
CL_RSTCO_200_UTILITIES 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 |
| NC_BW_SETUP_TASKLIST_CONTEXT | Constant | LIKE | Public | ||
| P_BW_SETUP_TASKLIST_CONTEXT | Static Attribute | NC_BW_SETUP_TASKLIST_CONTEXT-OFF | LIKE TN_BW_SETUP_TASKLIST_CONTEXT | Private |
CL_RSTCO_200_UTILITIES types
TN_BW_SETUP_TASKLIST_CONTEXT -Links to Related Class(s)
CL_RSTCO...Full list of available SAP object classes
Search for further information about these or an SAP related objects