ACTIVATE_VIRT_HIERARCHY SAP Method Acivate Virtual Time Hierarchies
Below is documentation, parameters and attributes of ABAP Method ACTIVATE_VIRT_HIERARCHY within SAP class CL_RSTCO_200_UTILITIES. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CL_RSTCO_200_UTILITIES into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method ACTIVATE_VIRT_HIERARCHY can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method ACTIVATE_VIRT_HIERARCHY
.| Name | Type | Data Type | Description | Default Value |
| I_CHECK | Importing | TYPE STC_CHECKRUN | Check Mode | |
| ET_MESSAGES | Exporting | TYPE BAPIRETTAB | Table with BAPI Return Information | |
| CR_LOG | Changing | TYPE REF TO CL_STCTM_LOG | Task Log |
Exceptions of Method ACTIVATE_VIRT_HIERARCHY
WARNING_OCCURED -Example ABAP coding
DATA: lv_CR_LOG TYPE CL_STCTM_LOG,
lv_I_CHECK TYPE STC_CHECKRUN,
lv_ET_MESSAGES TYPE BAPIRETTAB,
lv_other TYPE c.
CALL METHOD CL_RSTCO_200_UTILITIES=>ACTIVATE_VIRT_HIERARCHY(
EXPORTING
I_CHECK = lv_I_CHECK
IMPORTING
ET_MESSAGES = lv_ET_MESSAGES
CHANGING
CR_LOG = lv_CR_LOG ).
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