SAP ABAP Interface IF_BICS_STRUCTURE_MEMBER (Structure Characteristics)
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_STRUCTURE_MEMBER | Structure Characteristics | 20100419 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_STRUCTURE_MEMBER | Structure Member QV Level | 20100906 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_STRUCTURE_MEMBER | Structure Member | 20100428 |
Properties
| Interface | IF_BICS_STRUCTURE_MEMBER | |
| Short Description | Structure Characteristics |
General Data
| Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
| Created | 20100419 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_CHARACTERISTIC_MEMBER | Characteristic Attribute | 20100419 | ||
| 2 | IF_BICS_CONTEXT | Context of an Object | 20100419 | ||
| 3 | IF_BICS_IOBJ_MEMBER | Attributes of an InfoObject | 20100419 | ||
| 4 | IF_BICS_ITERATOR_OBJECT | Object for Adding a Container Entry | 20100419 | ||
| 5 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100419 |
Friends
Interface IF_BICS_STRUCTURE_MEMBER has no friend.
Attributes
Interface IF_BICS_STRUCTURE_MEMBER has no attribute.
Methods
Interface IF_BICS_STRUCTURE_MEMBER has no method.
Events
Interface IF_BICS_STRUCTURE_MEMBER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_MEMBER_ID | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | Member ID | 20100907 | |
| 2 | TN_S_STRUCTURE_MEMBER | Public | See coding | 20100428 | BEGIN OF tn_s_structure_member,
id TYPE if_bics_object=>tn_id,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO if_bics_structure_member,
END OF tn_s_structure_member
|
||
| 3 | TN_T_STRUCTURE_MEMBER | Public | See coding | 20100428 | tn_t_structure_member TYPE STANDARD TABLE OF tn_s_structure_member WITH KEY id
WITH UNIQUE HASHED KEY hash_key
COMPONENTS name
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |