SAP ABAP Class IF_BICS_MD_KEY_FIGURE (Key Figure Metadata)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BICS_EVENT_SOURCE | Basis Event Source | 20110228 |
2 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100602 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_KEY_FIGURE | MD Key Figure | 20110228 |
Properties
Class | IF_BICS_MD_KEY_FIGURE | |
Short Description | Key Figure Metadata | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100602 | 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_KEY_FIGURE has no interface implemented.
Friends
Class IF_BICS_MD_KEY_FIGURE 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) | TN_CURRENCY_UNIT | Unit/Currency | 20120209 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of Decimal Places | 20110228 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Jobs | 20110228 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Internal Length | 20110228 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Output Lngth | 20110228 | ||
6 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AGGREGATION_MODE | Aggregration Rule | 20110228 | ||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AGGREGATION_MODE | Aggregration Rule | 20110228 | ||
8 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_KEY_FIGURE_TYPE | Key Figure Type | 20110228 | ||
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_MD_SELECTOR | Selector on the MD Level | 20110228 |
Methods
Class IF_BICS_MD_KEY_FIGURE has no method.
Events
Class IF_BICS_MD_KEY_FIGURE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_CURRENCY_UNIT | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Unit/Currency | 20120209 |
|
2 | TN_S_MD_KEY_FIGURE | Public | See coding | MD Key Figure Structure | 20110228 | BEGIN OF tn_s_md_key_figure,
name TYPE if_bics_object=>tn_name,
text TYPE if_bics_object=>tn_text,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_md_key_figure,
infoobject_type TYPE if_bics_md_characteristic=>tn_infoobject_type,
data_type TYPE if_bics_md_characteristic=>tn_data_type,
intlen TYPE if_bics_md_characteristic=>tn_data_length,
outputlen TYPE if_bics_md_characteristic=>tn_data_length,
decimals TYPE if_bics_md_characteristic=>tn_data_length,
is_assigned_to_query TYPE abap_bool,
END OF tn_s_md_key_figure
|
|
3 | TN_T_MD_KEY_FIGURE | Public | See coding | MD Key Figure Table | 20110228 | tn_t_md_key_figure TYPE STANDARD TABLE OF tn_s_md_key_figure
WITH KEY name
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |