SAP ABAP Class IF_BICS_MD_STRUCTURE (Structure MD Layer)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_CHARACTERISTIC | Characteristics MD Layer | 20100120 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100120 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_STRUCTURE | Structure QV Layer | 20100121 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_STRUCTURE | Structure Selector Layer | 20100120 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_STRUCTURE | Structure in the MD Layer | 20100310 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_STRUCTURE | Query View Structure | 20100301 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_STRUCTURE | Structure Class in Selector Layer | 20100223 |
Properties
| Class | IF_BICS_MD_STRUCTURE | |
| Short Description | Structure MD Layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_BICS_MD_STRUCTURE has no interface implemented.
Friends
Class IF_BICS_MD_STRUCTURE 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) | CL_BICS_STRUCTURE_TYPE | Structure Type (1 or 2) | 20110302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Does the structure contain key figures? | 20100120 |
Events
Class IF_BICS_MD_STRUCTURE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_STRUCTURE_ID | Public | Type reference (TYPE) | I | Structure ID | 20100907 | |
| 2 | TN_S_MD_CHARACTERISTIC | Public | Attribute reference (LIKE) | 20100120 | |
||
| 3 | TN_S_MD_STRUCTURE | Public | See coding | Structure Container of this Object | 20100120 | BEGIN OF tn_s_md_structure,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO if_bics_md_structure,
END OF tn_s_md_structure
|
|
| 4 | TN_T_MD_STRUCTURE | Public | See coding | Table of Objects | 20100120 | tn_t_md_structure TYPE STANDARD TABLE OF tn_s_md_structure
|
Method Signatures
Method CONTAINS_KEYFIGURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTAINS_KEYFIGURES | Value transfer | Type reference (TYPE) | ABAP_BOOL | Kennzahlen enthalten wenn TRUE | 20100120 |
Method CONTAINS_KEYFIGURES on class IF_BICS_MD_STRUCTURE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |