SAP ABAP Class IF_BICS_QV_STRUCTURE_MEMBER (Structure Characteristics)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_CHARACTERISTIC_MEMBER | Characteristic Attribute | 20100419 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_CONTEXT | Context of an Object | 20100419 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_BICS_IOBJ_MEMBER | Attributes of an InfoObject | 20100419 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_BICS_ITERATOR_OBJECT | Object for Adding a Container Entry | 20100419 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100419 |
| 6 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_CHARACTERISTIC_MMBR | Characteristic Attribute | 20100419 |
| 7 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20100419 |
| 8 | Interface composition (i COMPRISING i_ref) | IF_BICS_STRUCTURE_MEMBER | Structure Characteristics | 20100419 |
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
| Class | IF_BICS_QV_STRUCTURE_MEMBER | |
| Short Description | Structure Characteristics | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100419 | 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 IF_BICS_QV_STRUCTURE_MEMBER has no interface implemented.
Friends
Class IF_BICS_QV_STRUCTURE_MEMBER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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
Class 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 class IF_BICS_QV_STRUCTURE_MEMBER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |