SAP ABAP Interface IF_BICS_MD_VARIABLE (Variable in MD Layer)
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 composition (i COMPRISING i_ref) | IF_BICS_VARIABLE | Variable | 20110222 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_VARIABLE | Variable in MD Layer | 20110228 |
Properties
Interface | IF_BICS_MD_VARIABLE | |
Short Description | Variable in MD Layer |
General Data
Package | BW_BICS_CONSUMER_METADATA | BW BICS Consumer Metadata |
Created | 20110222 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CL_BICS_VARIABLE_TYPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20110222 | ||
2 | IF_BICS_OBJECT | Root Object for BICS Entities | 20110222 |
Friends
Interface IF_BICS_MD_VARIABLE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_IS_INPUT_READY | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Ready for Input | 20110301 | ||
2 | N_R_ENTRY_TYPE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_VARIABLE_ENTRY_TYPE | Input Type | 20110301 | ||
3 | N_R_MD_CHARACTERISTIC | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_MD_CHARACTERISTIC | Characteristics MD Layer | 20110228 | ||
4 | N_R_MD_SELECTOR | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_MD_SELECTOR | Selector on the MD Level | 20110228 | ||
5 | N_R_VARIABLE_TYPE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BICS_VARIABLE_TYPE | Type of Variable | 20110222 | ||
6 | N_S_SELECTION_CAPABILITIES | Instance attribute | Public | Type reference (TYPE) | TN_S_SELECTION_CAPABILITIES | Selection Capabilities | 20121126 | ||
7 | N_USAGE_SPACE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110408 | |||
8 | N_USAGE_STATE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110408 |
Methods
Interface IF_BICS_MD_VARIABLE has no method.
Events
Interface IF_BICS_MD_VARIABLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_MD_DEFAULT_VALUE | Public | See coding | Uncompounded Default Value of a Variable | 20120511 | BEGIN OF tn_s_md_default_value ,
sign TYPE cl_bics_sel_range_sign=>tn_sign,
operator TYPE cl_bics_sel_range_operator=>tn_operator,
low_int TYPE if_bics_object=>tn_text,
low_ext TYPE if_bics_object=>tn_text,
low_text TYPE if_bics_object=>tn_text,
high_int TYPE if_bics_object=>tn_text,
high_ext TYPE if_bics_object=>tn_text,
high_text TYPE if_bics_object=>tn_text,
END OF tn_s_md_default_value
|
|
2 | TN_S_MD_VARIABLE | Public | See coding | 20110228 | BEGIN OF tn_s_md_variable,
name TYPE if_bics_object=>tn_name,
alternative_name TYPE if_bics_object=>tn_name,
text TYPE if_bics_object=>tn_text,
ref TYPE REF TO if_bics_md_variable,
is_input_ready TYPE abap_bool,
md_characteristic TYPE if_bics_object=>tn_name,
entry_type TYPE REF TO cl_bics_variable_entry_type,
variable_type TYPE REF TO cl_bics_variable_type,
selection_capabilities TYPE tn_s_selection_capabilities,
supports_value_help TYPE abap_bool,
value_help_type TYPE if_rsr_var_global=>tn_f4type,
usage_state TYPE abap_bool,
usage_space TYPE abap_bool,
dependent_of TYPE tn_t_md_variable_dependency,
output_length TYPE i,
t_default_value TYPE tn_t_md_default_value,
END OF tn_s_md_variable
|
||
3 | TN_S_MD_VARIABLE_DEPENDENCY | Public | See coding | 20131002 | BEGIN OF tn_s_md_variable_dependency,
name TYPE if_bics_object=>tn_name,
md_characteristic TYPE if_bics_object=>tn_name,
END OF tn_s_md_variable_dependency
|
||
4 | TN_S_SELECTION_CAPABILITIES | Public | See coding | Selection Capabilities | 20120829 | BEGIN OF tn_s_selection_capabilities,
supports_single_member TYPE abap_bool,
supports_interval TYPE abap_bool,
supports_range TYPE abap_bool,
supports_pattern TYPE abap_bool,
supports_excluding TYPE abap_bool,
supports_node_selection TYPE abap_bool,
supports_excluding_nodes TYPE abap_bool,
supports_exits TYPE abap_bool,
supports_attribute_selections TYPE abap_bool,
supports_multiple_components TYPE abap_bool,
END OF tn_s_selection_capabilities
|
|
5 | TN_T_MD_DEFAULT_VALUE | Public | See coding | Uncompounded Default Values of a Variable | 20120511 | tn_t_md_default_value TYPE STANDARD TABLE OF tn_s_md_default_value
WITH DEFAULT KEY
|
|
6 | TN_T_MD_VARIABLE | Public | See coding | 20110228 | tn_t_md_variable TYPE STANDARD TABLE OF tn_s_md_variable
WITH KEY name
|
||
7 | TN_T_MD_VARIABLE_DEPENDENCY | Public | See coding | 20131002 | tn_t_md_variable_dependency TYPE STANDARD TABLE OF tn_s_md_variable_dependency
WITH NON-UNIQUE KEY name
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 731 |