SAP ABAP Interface IF_BICS_QV_STRUCTURE_MEMBER (Structure Characteristics)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_QUERY_VIEW (Package) BW BICS Consumer Query View
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_STRUCTURE_MEMBER | Structure Member QV Level | 20100906 |
Properties
| Interface | IF_BICS_QV_STRUCTURE_MEMBER | |
| Short Description | Structure Characteristics |
General Data
| Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
| Created | 20100419 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_BICS_QV_DATA_CELL | 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 | ||
| 6 | IF_BICS_QV_CHARACTERISTIC_MMBR | Characteristic Attribute | 20100419 | ||
| 7 | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20100419 | ||
| 8 | IF_BICS_STRUCTURE_MEMBER | Structure Characteristics | 20100419 |
Friends
Interface IF_BICS_QV_STRUCTURE_MEMBER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_R_QV_STRUCTURE | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_QV_STRUCTURE | Structure QV Layer | 20100906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Data Cells | 20100419 |
Events
Interface IF_BICS_QV_STRUCTURE_MEMBER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_QV_STRUCTURE_MEMBER | Public | See coding | 20100906 | BEGIN OF tn_s_qv_structure_member,
id TYPE if_bics_object=>tn_id,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO if_bics_qv_structure_member,
END OF tn_s_qv_structure_member
|
||
| 2 | TN_T_QV_STRUCTURE_MEMBER | Public | See coding | 20100906 | tn_t_qv_structure_member TYPE STANDARD TABLE OF tn_s_qv_structure_member WITH KEY id
WITH UNIQUE HASHED KEY hash_key
COMPONENTS name
|
Method Signatures
Method GET_DATA_CELLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_DATA_CELLS | Value transfer | Type reference (TYPE) | IF_BICS_QV_DATA_CELL=>TN_T_DATA_CELL | Tabelle von Objekten | 20100419 |
Method GET_DATA_CELLS on Interface IF_BICS_QV_STRUCTURE_MEMBER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |