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_OBJECT

Method 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 NameDescriptionVisability
APPLY_RULESApplies all known rules to the current data setPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>APPLY_RULES...more details

GET_CACHE_MODEReturns the current OLAP cache modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_CACHE_MODE...more details

GET_CACHE_USAGE_MODEReturns the cache usage modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_CACHE_USAGE_MODE...more details

GET_DATA_INTEGRITYReturns the data integritiy modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DATA_INTEGRITY...more details

GET_DELTA_CACHE_CLASSReturns the name of the delta cache providerPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DELTA_CACHE_CLASS...more details

GET_DELTA_CACHE_DELAYReturns the delta cache validity period in secondsPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_DELTA_CACHE_DELAY...more details

GET_FORCE_DB_PUSHDOWNReturns if access via Calculation Scenario is forcedPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_FORCE_DB_PUSHDOWN...more details

GET_HANA_OPTIMIZATION_MODEReturns the SAP HANA optimization modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_HANA_OPTIMIZATION_MODE...more details

GET_INFOPROVIDERReturns the name of the InfoProvider for rule processingPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_INFOPROVIDER...more details

GET_INFOPROV_GROUPINGReturns the InfoProvider grouping mode (partitioning)Public
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_INFOPROV_GROUPING...more details

GET_MATERIALIZE_QUERY_LAYERReturns the query layer materialization modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_MATERIALIZE_QUERY_LAYER...more details

GET_NLS_USAGEReturns the Near-Line Storage usage modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_NLS_USAGE...more details

GET_OBJVERSRetur the InfoProvider version (A,M,...) for integrity rulesPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_OBJVERS...more details

GET_PROFILEReturns the current property integrity profilePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_PROFILE...more details

GET_READ_MODEReturns the data read mode for queriesPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>GET_READ_MODE...more details

IS_DELTA_CACHEReturns the delta cache switch statePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_DELTA_CACHE...more details

IS_FORCE_CACHE_USAGEReturns the state of the force cache usage switchPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_FORCE_CACHE_USAGE...more details

IS_HIGH_PRECISION_KEYFIGURESReturns the state of the high keyfigure precision switchPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_HIGH_PRECISION_KEYFIGURES...more details

IS_KID_SELECTIONReturns the structure element selection statePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_KID_SELECTION...more details

IS_MATERIALIZE_QUERY_LAYERReturns the query layer materialization modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_MATERIALIZE_QUERY_LAYER...more details

IS_MOST_RECENTReturns the most-recent-master-data modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_MOST_RECENT...more details

IS_NO_PARALLEL_PROCESSINGReturns the no-parallel-processing switch statePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_NO_PARALLEL_PROCESSING...more details

IS_SET_BY_USERReturns true if the runtime property was set by the userPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_SET_BY_USER...more details

IS_VALIDChecks input parameter value integrityPrivate
CALL METHOD cl_rsem_infoprov_runtime_props=>IS_VALID...more details

SET_CACHE_MODESets the OLAP cache modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_CACHE_MODE...more details

SET_CACHE_USAGE_MODESets the cache usage modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_CACHE_USAGE_MODE...more details

SET_DATA_INTEGRITYSets the data integrity modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DATA_INTEGRITY...more details

SET_DELTA_CACHESets the delta cache mode (switch)Public
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE...more details

SET_DELTA_CACHE_CLASSSets the name of the delta cache providersPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE_CLASS...more details

SET_DELTA_CACHE_DELAYSets the delta cache validity period in secondsPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_DELTA_CACHE_DELAY...more details

SET_FORCE_CACHE_USAGETurns the force-cache-usage switch on and offPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_FORCE_CACHE_USAGE...more details

SET_FORCE_DB_PUSHDOWNSets forces access via CalculationScenarioPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_FORCE_DB_PUSHDOWN...more details

SET_HANA_OPTIMIZATION_MODESets the SAP HANA optimization modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_HANA_OPTIMIZATION_MODE...more details

SET_HIGH_PRECISION_KEYFIGURESSwitches the high precision keyfigure mode on and offPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_HIGH_PRECISION_KEYFIGURES...more details

SET_INFOPROVIDERSets the InfoProvider for rule processingPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_INFOPROVIDER...more details

SET_INFOPROV_GROUPINGSets the InfoProvider grouping mode (partitioning)Public
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_INFOPROV_GROUPING...more details

SET_KID_SLECTIONSwitches on and off the structure element selectionPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_KID_SLECTION...more details

SET_MATERIALIZE_QUERY_LAYERSwitches on and off the query layer materializationPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_MATERIALIZE_QUERY_LAYER...more details

SET_MOST_RECENTSets the most-recent-master-data modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_MOST_RECENT...more details

SET_NLS_USAGESets the Near-Line Storate usage modePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_NLS_USAGE...more details

SET_NO_PARALLEL_PROCESSINGTurns the no-parallel-processing switch on and offPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_NO_PARALLEL_PROCESSING...more details

SET_PROFILESets the property integrity profilePublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_PROFILE...more details

SET_READ_MODESets the read mode for queriesPublic
CALL METHOD cl_rsem_infoprov_runtime_props=>SET_READ_MODE...more details

TO_RS_BOOLConverts a rule boolean value to a valid RS_BOOL valuePrivate
CALL METHOD cl_rsem_infoprov_runtime_props=>TO_RS_BOOL...more details

TO_RULE_BOOLConverts a RS_BOOL to a rule boolen valuePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
P_C_BOOL_VALConstantLocal alias for boolean values from the rulesCL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_BOOL_VALLIKE
CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_BOOL_VAL
Private
P_C_FIELD_IDConstantLocal alias for field IDsCL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_FIELD_IDLIKE
CL_RSD_GUI_QPROP_RULE_FACTORY=>N_C_FIELD_ID
Private
P_INFOPROVIDERInstance AttributeInfoProvider for Rule EngineLIKE
RSINFOPROV
Private
P_OBJVERSInstance AttributeObject versionRS_C_OBJVERS-MODIFIEDLIKE
RSOBJVERS
Private
P_R_ROOTInstance AttributeModel root structureLIKE
IF_BW_ENTITY_MODEL_TYPES=>TN_S_INFOPROV_RUNTIME_PROPS
Private
P_TH_SRC_FIELD_PROPStatic AttributeUseful properties of rule source fieldsLIKE
Private
P_T_RULEInstance AttributeProperty Integrity RulesLIKE
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 fields

Links to Related Class(s)

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