SAP ABAP Class IF_BICS_MD_DIMENSION (Dimension)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_EVENT_SOURCE | Basis Event Source | 20110222 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20110222 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_DIMENSION | Dimension | 20110224 |
Properties
| Class | IF_BICS_MD_DIMENSION | |
| Short Description | Dimension | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110222 | SAP |
| Last change | 20130531 | 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_MD_DIMENSION has no interface implemented.
Friends
Class IF_BICS_MD_DIMENSION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_T_MD_CHARACTERISTIC | MD Characteristic Table | 20110224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Assigned Characteristics | 20110224 |
Events
Class IF_BICS_MD_DIMENSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_DIMENSION | Public | See coding | Dimension Structure | 20110224 | BEGIN OF tn_s_dimension,
name TYPE if_bics_object=>tn_name,
ref TYPE REF TO if_bics_md_dimension,
END OF tn_s_dimension
|
|
| 2 | TN_T_DIMENSION | Public | See coding | Dimension Table | 20110224 | tn_t_dimension TYPE STANDARD TABLE OF tn_s_dimension
WITH KEY name
|
Method Signatures
Method GET_MD_CHARACTERISTICS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MD_CHARACTERISTIC | Value transfer | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_T_MD_CHARACTERISTIC | Tabelle von Objekten | 20110224 |
Method GET_MD_CHARACTERISTICS on class IF_BICS_MD_DIMENSION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |