SAP ABAP Interface IF_BICS_CHARACTERISTIC (Characteristic Selector Layer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_SELECTOR (Package) BW BICS Consumer Selector
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_CHARACTERISTIC | Characteristics QV Layer | 20100121 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_STRUCTURE | Structure QV Layer | 20100121 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_BICS_STRUCTURE | Structure Selector Layer | 20100120 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_CHARACTERISTIC | Characteristic Class of the Selector Layer | 20100301 |
Properties
| Interface | IF_BICS_CHARACTERISTIC | |
| Short Description | Characteristic Selector Layer |
General Data
| Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
| Created | 20100120 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_BICS_MD_HIERARCHY | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_ATTR_CONTAINER | Attribute Container | 20110304 | ||
| 2 | IF_BICS_CONTEXT | Context of an Object | 20110304 | ||
| 3 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100120 | ||
| 4 | IF_BICS_IOBJ | InfoObject Selector Layer | 20110304 | ||
| 5 | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20110304 | ||
| 6 | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20100421 | ||
| 7 | IF_BICS_MD_CHARACTERISTIC | Characteristics MD Layer | 20100120 | ||
| 8 | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100120 | ||
| 9 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100120 |
Friends
Interface IF_BICS_CHARACTERISTIC has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_IS_STRUCTURE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20100421 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Assigned Hierarchy | 20110720 | |
| 2 | Instance method | Public | Method | Read Effective Filter | 20100419 | |
| 3 | Instance method | Public | Method | Read Hierarchy | 20100316 | |
| 4 | Instance method | Public | Method | Read Fixed Filter | 20100419 | |
| 5 | Instance method | Public | Method | Read Dynamic Filter | 20100419 | |
| 6 | Instance method | Public | Method | Is a hierarchy assigned? | 20100421 |
Events
Interface IF_BICS_CHARACTERISTIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_SX_CHARACTERISTIC_MEMBERS | Public | See coding | 20100414 | BEGIN OF tn_sx_characteristic_members.
INCLUDE TYPE tn_s_characteristic AS characteristic.
TYPES: member_access_catalog TYPE if_bics_iobj_member=>tn_th_member_access_catalog,
member_data TYPE REF TO data,
END OF tn_sx_characteristic_members
|
||
| 2 | TN_S_CHARACTERISTIC | Public | See coding | Structure Container of this Object | 20100222 | BEGIN OF tn_s_characteristic,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_characteristic,
END OF tn_s_characteristic
|
|
| 3 | TN_THX_CHARACTERISTIC_MEMBERS | Public | See coding | 20100414 | tn_thx_characteristic_members TYPE HASHED TABLE OF tn_sx_characteristic_members WITH UNIQUE KEY name
|
||
| 4 | TN_TX_CHARACTERISTIC_MEMBERS | Public | See coding | 20100414 | tn_tx_characteristic_members TYPE STANDARD TABLE OF tn_sx_characteristic_members WITH KEY name
|
||
| 5 | TN_T_CHARACTERISTIC | Public | See coding | Table of Objects | 20100222 | tn_t_characteristic TYPE STANDARD TABLE OF tn_s_characteristic
WITH KEY id
|
Method Signatures
Method GET_ASSIGNED_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_HIERARCHY | Value transfer | Object reference (TYPE REF TO) | IF_BICS_HIERARCHY | Hierarchie Selektor-Layer | 20110720 |
Method GET_ASSIGNED_HIERARCHY on Interface IF_BICS_CHARACTERISTIC has no exception.
Method GET_EFFECTIVE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_SELECTION | Value transfer | Object reference (TYPE REF TO) | IF_BICS_SELECTION | Selektion | 20100607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Berechtigung | 20110729 |
Method GET_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DUE_DATE | Call by reference | Type reference (TYPE) | IF_BICS_MD_HIERARCHY=>TN_DATE | Stichtag | 20111024 | |||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | 20110720 | ||||
| 3 | I_R_PROV_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_HIERARCHY_BASE | Hierarchy | 20130109 | |||
| 4 | I_VERSION | Call by reference | Type reference (TYPE) | IF_BICS_MD_HIERARCHY=>TN_VERSION | 20110720 | ||||
| 5 | R_R_HIERARCHY | Value transfer | Object reference (TYPE REF TO) | IF_BICS_HIERARCHY | Hierarchie Selektor-Layer | 20100316 |
Method GET_HIERARCHY on Interface IF_BICS_CHARACTERISTIC has no exception.
Method GET_SELECTION_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_IOBJ_SELECTION | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_SELECTION | Selektionskomponente für InfoObjekte | 20100505 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Berechtigung | 20110729 |
Method GET_SELECTION_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_IOBJ_SELECTION | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_SELECTION | Selektionskomponente für InfoObjekte | 20100505 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Berechtigung | 20110729 |
Method IS_HIERARCHY_ASSIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HIERARCHY_ASSIGNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Hierarchie ist zugefügt wenn TRUE | 20100421 |
Method IS_HIERARCHY_ASSIGNED on Interface IF_BICS_CHARACTERISTIC has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |