SAP CL_RSMD_RS_TREX_IPROV_QUERY OO Class - InfoProvider Restriction for ValueHelp
CL_RSMD_RS_TREX_IPROV_QUERY 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_RSMD_RS_TREX_IPROV_QUERY 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_RSMD_RS_TREX_IPROV_QUERY is CL_RS_BASEMethod list of CL_RSMD_RS_TREX_IPROV_QUERY 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 |
| CLEANUP | Public | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>CLEANUP...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>CONSTRUCTOR...more details | ||
| CREATE_CALCSCENARIO_FOR_MPRO | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>CREATE_CALCSCENARIO_FOR_MPRO...more details | ||
| CREATE_LOGINDEX_FOR_PART | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>CREATE_LOGINDEX_FOR_PART...more details | ||
| CREATE_LOGINDEX_FOR_TABLE | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>CREATE_LOGINDEX_FOR_TABLE...more details | ||
| GET_ADSO_TABLNM | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>GET_ADSO_TABLNM...more details | ||
|
| ||
| GET_HANA_VIEW_MAPPING | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>GET_HANA_VIEW_MAPPING...more details | ||
| GET_ICUBE_TABLNM | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>GET_ICUBE_TABLNM...more details | ||
| GET_IOBJ_TABLNM | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>GET_IOBJ_TABLNM...more details | ||
| GET_ODSO_TABLNM | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>GET_ODSO_TABLNM...more details | ||
| IS_NLS_REQUIRED | Checks if the NLS has to be accessed | Protected |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>IS_NLS_REQUIRED...more details | ||
| MATERIALIZE_INFOPROV | -> O_R_SUBSELECT (OR) | Public |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>MATERIALIZE_INFOPROV...more details | ||
| RESTRICT_BY_HCPR | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>RESTRICT_BY_HCPR...more details | ||
| RESTRICT_BY_HYBR_PROV | -> O_R_SUBSELECT (OR) | Protected |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>RESTRICT_BY_HYBR_PROV...more details | ||
| RESTRICT_BY_INFOPROV | -> O_R_SUBSELECT (OR) | Public |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>RESTRICT_BY_INFOPROV...more details | ||
| RESTRICT_BY_INFOPROV_01 | Protected | |
| CALL METHOD cl_rsmd_rs_trex_iprov_query=>RESTRICT_BY_INFOPROV_01...more details | ||
CL_RSMD_RS_TREX_IPROV_QUERY 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 |
| O_CHANM | Instance Attribute | LIKE RSD_CHANM | Protected | ||
| O_C_TYPE | Constant | LIKE | Protected | ||
| O_DEFAULT_TO_NAV_ATR | Instance Attribute | Boolean | LIKE RS_BOOL | Protected | |
| O_INFOPROV | Instance Attribute | InfoProvider | LIKE RSINFOPROV | Protected | |
| O_NODBFEATURES | Instance Attribute | Boolean | LIKE RS_BOOL | Protected | |
| O_R_BUILD_QUERY | Instance Attribute | Interface for Queries | LIKE IF_RSMD_RS_BUILD_QUERY | Protected | |
| O_SHOW_REPORT | Instance Attribute | Boolean | LIKE RS_BOOL | Protected | |
| O_SRDATE | Instance Attribute | ABAP System Field: Current Date of Application Server | LIKE SY-DATUM | Protected | |
| O_TH_TMP_INDEX | Instance Attribute | LIKE CL_RSDRV_TREX_QUERY_SRVS_SB=>TN_TH_TMP_INDEX | Protected | ||
| O_TS_CMP | Instance Attribute | Compound characteristics inclusive their properties | LIKE IF_RSD_CHA_PROP=>NT_TS_CMP_PROP | Protected | |
| O_TS_INFOPROV_RESTRICT | Instance Attribute | LIKE TO_TS_INDEX_MAPPING | Protected | ||
| O_T_TMPTABNM | Instance Attribute | LIKE RSD_T_TABLNM | Protected | ||
| O_USE_KEY_FOR_JOIN | Instance Attribute | Boolean | LIKE RS_BOOL | Protected | |
| P_C_KEYFIELDNM | Instance Attribute | BW-DM field alias (cannot be longer than 18) | 'CHAVL' | LIKE RSALIAS | Private |
| P_C_SIDFIELDNM | Instance Attribute | BW-DM field alias (cannot be longer than 18) | 'SID' | LIKE RSALIAS | Private |
CL_RSMD_RS_TREX_IPROV_QUERY types
TN_S_CMP_ATTRNAME -TN_S_FILTER_IN_IPROV -
TN_S_SID -
TN_TS_CMP_ATTRNAME -
TN_T_FILTER_IN_IPROV -
TO_S_CMP_ATTRNAME -
TO_S_CMP_IOBJNM -
TO_S_INDEX_MAPPING -
TO_TS_CMP_IOBJNM -
TO_TS_INDEX_MAPPING -
Links to Related Class(s)
CL_RSMD_...Full list of available SAP object classes
Search for further information about these or an SAP related objects