SAP ABAP Class IF_BICS_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 |
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
| Class | IF_BICS_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_STRUCTURE_MEMBER has no interface implemented.
Friends
Class IF_BICS_STRUCTURE_MEMBER has no friend class.
Attributes
Class IF_BICS_STRUCTURE_MEMBER has no attribute.
Methods
Class IF_BICS_STRUCTURE_MEMBER has no method.
Events
Class 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 |