SAP CL_RSEM_INFOPROV_RUNTIME_PROPS OO Class - InfoProvider Runtime Properties
CL_RSEM_INFOPROV_RUNTIME_PROPS 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_RSEM_INFOPROV_RUNTIME_PROPS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_RSEM_INFOPROV_RUNTIME_PROPS is CL_RSEM_MODEL_OBJECTMethod list of CL_RSEM_INFOPROV_RUNTIME_PROPS 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 |
| APPLY_RULES | Applies all known rules to the current data set | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>APPLY_RULES...more details | ||
| GET_CACHE_MODE | Returns the current OLAP cache mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_CACHE_MODE...more details | ||
| GET_CACHE_USAGE_MODE | Returns the cache usage mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_CACHE_USAGE_MODE...more details | ||
| GET_DATA_INTEGRITY | Returns the data integritiy mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DATA_INTEGRITY...more details | ||
| GET_DELTA_CACHE_CLASS | Returns the name of the delta cache provider | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DELTA_CACHE_CLASS...more details | ||
| GET_DELTA_CACHE_DELAY | Returns the delta cache validity period in seconds | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DELTA_CACHE_DELAY...more details | ||
|
| ||
| GET_FORCE_DB_PUSHDOWN | Returns if access via Calculation Scenario is forced | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_FORCE_DB_PUSHDOWN...more details | ||
| GET_HANA_OPTIMIZATION_MODE | Returns the SAP HANA optimization mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_HANA_OPTIMIZATION_MODE...more details | ||
| GET_INFOPROVIDER | Returns the name of the InfoProvider for rule processing | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_INFOPROVIDER...more details | ||
| GET_INFOPROV_GROUPING | Returns the InfoProvider grouping mode (partitioning) | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_INFOPROV_GROUPING...more details | ||
| GET_MATERIALIZE_QUERY_LAYER | Returns the query layer materialization mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_MATERIALIZE_QUERY_LAYER...more details | ||
| GET_NLS_USAGE | Returns the Near-Line Storage usage mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_NLS_USAGE...more details | ||
| GET_OBJVERS | Retur the InfoProvider version (A,M,...) for integrity rules | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_OBJVERS...more details | ||
| GET_PROFILE | Returns the current property integrity profile | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_PROFILE...more details | ||
| GET_READ_MODE | Returns the data read mode for queries | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>GET_READ_MODE...more details | ||
| IS_DELTA_CACHE | Returns the delta cache switch state | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_DELTA_CACHE...more details | ||
| IS_FORCE_CACHE_USAGE | Returns the state of the force cache usage switch | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_FORCE_CACHE_USAGE...more details | ||
| IS_HIGH_PRECISION_KEYFIGURES | Returns the state of the high keyfigure precision switch | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_HIGH_PRECISION_KEYFIGURES...more details | ||
| IS_KID_SELECTION | Returns the structure element selection state | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_KID_SELECTION...more details | ||
| IS_MATERIALIZE_QUERY_LAYER | Returns the query layer materialization mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_MATERIALIZE_QUERY_LAYER...more details | ||
| IS_MOST_RECENT | Returns the most-recent-master-data mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_MOST_RECENT...more details | ||
| IS_NO_PARALLEL_PROCESSING | Returns the no-parallel-processing switch state | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_NO_PARALLEL_PROCESSING...more details | ||
| IS_SET_BY_USER | Returns true if the runtime property was set by the user | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_SET_BY_USER...more details | ||
| IS_VALID | Checks input parameter value integrity | Private |
| CALL METHOD cl_rsem_infoprov_runtime_props=>IS_VALID...more details | ||
| SET_CACHE_MODE | Sets the OLAP cache mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_CACHE_MODE...more details | ||
| SET_CACHE_USAGE_MODE | Sets the cache usage mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_CACHE_USAGE_MODE...more details | ||
| SET_DATA_INTEGRITY | Sets the data integrity mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DATA_INTEGRITY...more details | ||
| SET_DELTA_CACHE | Sets the delta cache mode (switch) | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE...more details | ||
| SET_DELTA_CACHE_CLASS | Sets the name of the delta cache providers | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE_CLASS...more details | ||
| SET_DELTA_CACHE_DELAY | Sets the delta cache validity period in seconds | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE_DELAY...more details | ||
| SET_FORCE_CACHE_USAGE | Turns the force-cache-usage switch on and off | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_FORCE_CACHE_USAGE...more details | ||
| SET_FORCE_DB_PUSHDOWN | Sets forces access via CalculationScenario | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_FORCE_DB_PUSHDOWN...more details | ||
| SET_HANA_OPTIMIZATION_MODE | Sets the SAP HANA optimization mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_HANA_OPTIMIZATION_MODE...more details | ||
| SET_HIGH_PRECISION_KEYFIGURES | Switches the high precision keyfigure mode on and off | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_HIGH_PRECISION_KEYFIGURES...more details | ||
| SET_INFOPROVIDER | Sets the InfoProvider for rule processing | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_INFOPROVIDER...more details | ||
| SET_INFOPROV_GROUPING | Sets the InfoProvider grouping mode (partitioning) | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_INFOPROV_GROUPING...more details | ||
| SET_KID_SLECTION | Switches on and off the structure element selection | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_KID_SLECTION...more details | ||
| SET_MATERIALIZE_QUERY_LAYER | Switches on and off the query layer materialization | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_MATERIALIZE_QUERY_LAYER...more details | ||
| SET_MOST_RECENT | Sets the most-recent-master-data mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_MOST_RECENT...more details | ||
| SET_NLS_USAGE | Sets the Near-Line Storate usage mode | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_NLS_USAGE...more details | ||
| SET_NO_PARALLEL_PROCESSING | Turns the no-parallel-processing switch on and off | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_NO_PARALLEL_PROCESSING...more details | ||
| SET_PROFILE | Sets the property integrity profile | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_PROFILE...more details | ||
| SET_READ_MODE | Sets the read mode for queries | Public |
| CALL METHOD cl_rsem_infoprov_runtime_props=>SET_READ_MODE...more details | ||
| TO_RS_BOOL | Converts a rule boolean value to a valid RS_BOOL value | Private |
| CALL METHOD cl_rsem_infoprov_runtime_props=>TO_RS_BOOL...more details | ||
| TO_RULE_BOOL | Converts a RS_BOOL to a rule boolen value | Private |
| CALL METHOD cl_rsem_infoprov_runtime_props=>TO_RULE_BOOL...more details | ||
CL_RSEM_INFOPROV_RUNTIME_PROPS 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 |
| P_C_BOOL_VAL | Constant | Local alias for boolean values from the rules | CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_BOOL_VAL | LIKE CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_BOOL_VAL | Private |
| P_C_FIELD_ID | Constant | Local alias for field IDs | CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_FIELD_ID | LIKE CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_FIELD_ID | Private |
| P_INFOPROVIDER | Instance Attribute | InfoProvider for Rule Engine | LIKE RSINFOPROV | Private | |
| P_OBJVERS | Instance Attribute | Object version | RS_C_OBJVERS-MODIFIED | LIKE RSOBJVERS | Private |
| P_R_ROOT | Instance Attribute | Model root structure | LIKE IF_BW_ENTITY_MODEL_TYPES=>TN_S_INFOPROV_RUNTIME_PROPS | Private | |
| P_TH_SRC_FIELD_PROP | Static Attribute | Useful properties of rule source fields | LIKE | Private | |
| P_T_RULE | Instance Attribute | Property Integrity Rules | LIKE CL_RSD_GUI_QPROP_RULE_FACTORY=>TN_TS_RULE | Private |
CL_RSEM_INFOPROV_RUNTIME_PROPS types
TP_S_FIELD_PROP - Field properties for rule source fieldsLinks to Related Class(s)
CL_RSEM_...Full list of available SAP object classes
Search for further information about these or an SAP related objects