SAP /IWBEP/IF_ANA_GSR_METADATA OO Class - SAP Gateway: Analytics Generic Service Metadata
/IWBEP/IF_ANA_GSR_METADATA 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 /IWBEP/IF_ANA_GSR_METADATA 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 /IWBEP/IF_ANA_GSR_METADATA 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 |
| GET_DIMENSIONS | Get Dimension | Public |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>GET_DIMENSIONS...more details | ||
| GET_DIMENSION_ATTRIBUTES | Get Dimension Attributes | Public |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>GET_DIMENSION_ATTRIBUTES...more details | ||
| GET_MEASURES | Get Measures | Public |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>GET_MEASURES...more details | ||
| GET_QUERY_VARIABLES | Get Parameters for the Query | Public |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>GET_QUERY_VARIABLES...more details | ||
| SET_CATALOG | Public | |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>SET_CATALOG...more details | ||
| SET_QUERY | Public | |
| CALL METHOD /iwbep/if_ana_gsr_metadata=>SET_QUERY...more details | ||
|
| ||
/IWBEP/IF_ANA_GSR_METADATA 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 |
| GCS_DIMENSION_ATTRIBUTE_TYPE | Constant | LIKE | Public | ||
| GCS_DIMENSION_TYPE | Constant | LIKE | Public | ||
| GCS_FILTER_PARAM | Constant | LIKE | Public | ||
| GCS_FILTER_RESTRICTION | Constant | LIKE | Public |
/IWBEP/IF_ANA_GSR_METADATA types
TY_ATTRIBUTE_CAPTION - Attribute CaptionTY_ATTRIBUTE_DESC - Attribute Description
TY_ATTRIBUTE_NAME - Attribute Name
TY_ATTRIBUTE_NAME_INT - Attribute Name Internal
TY_ATTRIBUTE_TYPE -
TY_DATA_TYPE - Data Type
TY_DATA_TYPE_BYTES - Data Type Length in Bytes
TY_DATA_TYPE_LEN - Data Type Length
TY_DATA_TYPE_PRECISION - Data Type Precision
TY_DATA_TYPE_SCALE - Data Type Scale
TY_DIMENSION_CAPTION - Dimension Caption
TY_DIMENSION_DESC - Dimension Description
TY_DIMENSION_NAME - Dimension Name
TY_DIMENSION_NAME_INT - Dimension Name Internal
TY_DIMENSION_TYPE -
TY_DISPLAY_FORMAT -
TY_FILTER_RESTRICTION -
TY_MEASURE_CAPTION -
TY_MEASURE_DESC -
TY_MEASURE_NAME -
TY_MEASURE_NAME_INT -
TY_S_DIMENSION - Dimension
TY_S_DIMENSION_ATTRIBUTE - Dimension Attribute
TY_S_FILTER_ATTRIBUTE -
TY_S_MEASURE -
TY_S_SELECTION_VARIABLE -
TY_S_TYPE_INFO - Data Type Information
TY_T_DIMENSIONS - Table of Dimensions
TY_T_DIMENSION_ATTRIBUTES - Table of Dimension Attributes
TY_T_MEASURES -
TY_T_SELECTION_VARIABLES -
TY_VARIABLE_CAPTION -
TY_VARIABLE_NAME -
TY_VARIABLE_NAME_INT -
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects