SAP ABAP Class CL_RSEM_IPRO_NAVIGATION_ATTR (Navigation Attribute in an InfoProvider)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_BW_ENTITY_MODEL (Package) BW Infoprovider Models
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSEM_MODEL_OBJECT | Abstract BW Model Object | 20130301 |
Properties
| Class | CL_RSEM_IPRO_NAVIGATION_ATTR | |
| Short Description | Navigation Attribute in an InfoProvider | |
| Super Class | CL_RSEM_MODEL_OBJECT | Abstract BW Model Object |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSO_BW_ENTITY_MODEL | BW Infoprovider Models |
| Created | 20130301 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RSEM_IPRO_NAVIGATION_ATTR has no interface implemented.
Friends
Class CL_RSEM_IPRO_NAVIGATION_ATTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BW_ENTITY_MODEL_TYPES=>TN_S_IPRO_NAVIGATION_ATTRIBUTE | Model structure root | 20130301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the attribute alias (ODS) | 20130728 | |
| 2 | Static method | Public | Method | Returns the attribute name from a navigation attribute | 20130315 | |
| 3 | Static method | Public | Method | Returns the attribute name from a navigation attribute | 20130718 | |
| 4 | Instance method | Public | Method | Returns the name of the compounding parent | 20130305 | |
| 5 | Instance method | Public | Method | Returns the description of this navigation attribute | 20130305 | |
| 6 | Instance method | Public | Method | Returns the display property (see domain RSCHAPRSNT) | 20130305 | |
| 7 | Instance method | Public | Method | Returns the filter value serlection peroperty | 20130305 | |
| 8 | Instance method | Public | Method | Returns the InfoObject name of this navigation attribute | 20130305 | |
| 9 | Instance method | Public | Method | Returns the InfoProvider local properties for this attribute | 20130728 | |
| 10 | Instance method | Public | Method | Sets the alias name (ODS) | 20130728 | |
| 11 | Instance method | Public | Method | Sets the display property (see domain RSCHAPRSNT) | 20130305 | |
| 12 | Instance method | Public | Method | Sets the fiter value selection (RSF4QUERYEXEC) | 20130305 | |
| 13 | Instance method | Public | Method | Sets the InfoObject name | 20130305 |
Events
Class CL_RSEM_IPRO_NAVIGATION_ATTR has no event.
Types
Class CL_RSEM_IPRO_NAVIGATION_ATTR has no local type.
Method Signatures
Method GET_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ALIAS | Value transfer | Type reference (TYPE) | STRING | Alias name (ODS) | 20130728 |
Method GET_ALIAS on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_ATTRIBUTE_NAME_FROM_NAV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFO_OBJECT_NAME | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject name | 20130315 | |||
| 2 | R_ATTR_NAME | Value transfer | Type reference (TYPE) | RSATTRINM | Master data attribute | 20130315 |
Method GET_ATTRIBUTE_NAME_FROM_NAV on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_BASIS_IOBJNAME_FROM_NAV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFO_OBJECT_NAME | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject name | 20130718 | |||
| 2 | R_BASISIOBJ_NAME | Value transfer | Type reference (TYPE) | RSATTRINM | Master data attribute | 20130718 |
Method GET_BASIS_IOBJNAME_FROM_NAV on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_COMPOUNDING_PARENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_COMPOUNDING_PARENT | Value transfer | Object reference (TYPE REF TO) | IF_BW_ENTITY_MODEL_TYPES=>TN_T_COMPOUNDING_PARENTS | Compounding InfoObects | 20130305 |
Method GET_COMPOUNDING_PARENTS on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | CL_RSEM_END_USER_TEXTS | Localized description | 20130305 |
Method GET_DESCRIPTION on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DISPLAY | Value transfer | Type reference (TYPE) | RSCHAPRSNT | Display for Characteristics and Units | 20130305 |
Method GET_DISPLAY on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_FILTER_VALUE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FILTER_VALUE_SELECTION | Value transfer | Type reference (TYPE) | RSF4QUERYEXEC | Selection of Filter Values for Query Execution | 20130305 |
Method GET_FILTER_VALUE_SELECTION on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_INFO_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | RSIOBJNM | InfoObject name | 20130305 |
Method GET_INFO_OBJECT_NAME on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method GET_LOCAL_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_LOCAL_PROPERTIES | Value transfer | Object reference (TYPE REF TO) | CL_RSEM_LOCAL_NAVATTR_PROPS | InfoProvider Local Characteristic Properties | 20130728 |
Method GET_LOCAL_PROPERTIES on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method SET_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALIAS | Call by reference | Type reference (TYPE) | CSEQUENCE | Alias name (ODS) | 20130728 |
Method SET_ALIAS on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method SET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY | Call by reference | Type reference (TYPE) | RSCHAPRSNT | Display for Characteristics and Units | 20130305 |
Method SET_DISPLAY on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method SET_FILTER_VAUE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILTER_VALUE_SELECTION | Call by reference | Type reference (TYPE) | RSF4QUERYEXEC | Selection of Filter Values for Query Execution | 20130305 |
Method SET_FILTER_VAUE_SELECTION on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
Method SET_INFO_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject name | 20130305 |
Method SET_INFO_OBJECT_NAME on class CL_RSEM_IPRO_NAVIGATION_ATTR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |