SAP ABAP Class /IWBEP/IF_ANA_GSR_VALUE_HELP (Gateway: Analytics Generic Service Value Help)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_ANA_GSR_COMMON | Gateway: Analytics Generic Service Common | 20120315 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_ANA_GSR_ADP_ABS_VH | Gateway: Analytics Generic Service Adapter Value Help | 20120315 |
Properties
| Class | /IWBEP/IF_ANA_GSR_VALUE_HELP | |
| Short Description | Gateway: Analytics Generic Service Value Help | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120124 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWBEP/IF_ANA_GSR_VALUE_HELP has no forward declaration.
Interfaces
Class /IWBEP/IF_ANA_GSR_VALUE_HELP has no interface implemented.
Friends
Class /IWBEP/IF_ANA_GSR_VALUE_HELP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Value Help Container Format | 20120726 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Entry | 20120315 | |
| 2 | Instance method | Public | Method | Get Entry Generic | 20120725 | |
| 3 | Instance method | Public | Method | Get List | 20120315 | |
| 4 | Instance method | Public | Method | Get List Generic | 20120725 | |
| 5 | Instance method | Public | Method | Get Container format for Value Helps - Generic or Non Gen | 20120726 | |
| 6 | Instance method | Public | Method | Set Name Mapper | 20120321 |
Events
Class /IWBEP/IF_ANA_GSR_VALUE_HELP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ENTITY_NAME | Public | Type reference (TYPE) | STRING | Value Help for the Entity | 20120315 | |
| 2 | TY_ID | Public | Type reference (TYPE) | STRING | 20120315 | |
|
| 3 | TY_ID_GENERIC | Public | Object reference (TYPE REF TO) | DATA | 20120725 | |
|
| 4 | TY_S_VALUE_HELP | Public | See coding | Value Help Entry | 20120315 | BEGIN OF ty_s_value_help ,
id TYPE ty_id,
value TYPE ty_value,
END OF ty_s_value_help
|
|
| 5 | TY_S_VALUE_HELP_GENERIC | Public | See coding | Value Help Entry Generic | 20120725 | BEGIN OF ty_s_value_help_generic ,
id TYPE ty_id_generic,
value TYPE ty_value,
END OF ty_s_value_help_generic
|
|
| 6 | TY_T_VALUE_HELP | Public | See coding | Value Help List | 20120315 | ty_t_value_help TYPE STANDARD TABLE OF ty_s_value_help
|
|
| 7 | TY_T_VALUE_HELP_GENERIC | Public | See coding | Value Help List Generic | 20120725 | ty_t_value_help_generic TYPE STANDARD TABLE OF ty_s_value_help_generic
|
|
| 8 | TY_VALUE | Public | Type reference (TYPE) | STRING | 20120315 | |
|
| 9 | TY_VH_CONTAINER_FORMAT | Public | See coding | 20120726 | ty_vh_container_format TYPE c LENGTH 1
|
Method Signatures
Method GET_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ENTRY | Call by reference | Type reference (TYPE) | TY_S_VALUE_HELP | Value Help | 20120315 | |||
| 2 | IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | TY_ENTITY_NAME | Value Help for the Entity | 20120316 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | TY_ID | ID | 20120315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120315 | ||
| 2 | Technical Exception | 20120315 |
Method GET_ENTRY_GENERIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ENTRY | Call by reference | Type reference (TYPE) | TY_S_VALUE_HELP_GENERIC | Value Help Generic | 20120725 | |||
| 2 | IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | TY_ENTITY_NAME | Value Help for the Entity | 20120725 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | TY_ID | ID | 20120725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120725 | ||
| 2 | Technical Exception | 20120725 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | TY_T_VALUE_HELP | 20120315 | ||||
| 2 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20120315 | |||
| 3 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120315 | |||
| 4 | IT_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20120315 | |||
| 5 | IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | TY_ENTITY_NAME | Value Help for the Entity | 20120316 | |||
| 6 | IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20120315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120315 | ||
| 2 | Technical Exception | 20120315 |
Method GET_LIST_GENERIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | TY_T_VALUE_HELP_GENERIC | Value Help List Generic | 20120725 | |||
| 2 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20120725 | |||
| 3 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120725 | |||
| 4 | IT_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20120725 | |||
| 5 | IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | TY_ENTITY_NAME | Value Help for the Entity | 20120725 | |||
| 6 | IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20120725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120725 | ||
| 2 | Technical Exception | 20120725 |
Method GET_VH_CONTAINER_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FORMAT | Value transfer | Type reference (TYPE) | TY_VH_CONTAINER_FORMAT | 20120726 |
Method GET_VH_CONTAINER_FORMAT on class /IWBEP/IF_ANA_GSR_VALUE_HELP has no exception.
Method SET_NAME_MAPPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_ANA_GSR_NAME_MAP | Gateway: Analytics OData Name mapping | 20120321 |
Method SET_NAME_MAPPER on class /IWBEP/IF_ANA_GSR_VALUE_HELP has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |