SAP ABAP Interface IF_BICS_MD_KEY_FIGURE (Key Figure Metadata)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_METADATA (Package) BW BICS Consumer Metadata

⤷

⤷

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
Interface | IF_BICS_MD_KEY_FIGURE | |
Short Description | Key Figure Metadata |
General Data
Package | BW_BICS_CONSUMER_METADATA | BW BICS Consumer Metadata |
Created | 20100602 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20110228 | ||
2 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100602 |
Friends
Interface IF_BICS_MD_KEY_FIGURE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_CURRENCY_UNIT | Instance attribute | Public | Type reference (TYPE) | TN_CURRENCY_UNIT | Unit/Currency | 20120209 | ||
2 | N_DECIMALS | Instance attribute | Public | Type reference (TYPE) | I | Number of Decimal Places | 20110228 | ||
3 | N_DIGITS | Instance attribute | Public | Type reference (TYPE) | I | Jobs | 20110228 | ||
4 | N_INTERNAL_LENGTH | Instance attribute | Public | Type reference (TYPE) | I | Internal Length | 20110228 | ||
5 | N_OUTPUT_LENGTH | Instance attribute | Public | Type reference (TYPE) | I | Output Lngth | 20110228 | ||
6 | N_R_AGGREGATION_MODE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AGGREGATION_MODE | Aggregration Rule | 20110228 | ||
7 | N_R_EXCEPTION_AGGREGATION_MODE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_AGGREGATION_MODE | Aggregration Rule | 20110228 | ||
8 | N_R_KEY_FIGURE_TYPE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_KEY_FIGURE_TYPE | Key Figure Type | 20110228 | ||
9 | N_R_MD_SELECTOR | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_MD_SELECTOR | Selector on the MD Level | 20110228 |
Methods
Interface IF_BICS_MD_KEY_FIGURE has no method.
Events
Interface 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 | 730 |