SAP ABAP Class CL_RSRT_BW_ITEM_VARIABLES (BW View Item: Variables)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
⤷
RSRT_BICS (Package) RSRT_BICS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_BW_ITEM | BW View Item | 20120508 |
Properties
| Class | CL_RSRT_BW_ITEM_VARIABLES | |
| Short Description | BW View Item: Variables | |
| Super Class | CL_RSRT_BW_ITEM | BW View Item |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS | RSRT_BICS |
| Created | 20120126 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RSRT_BW_ITEM_VARIABLES has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM_VARIABLES 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) | I | 20120321 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_VARIABLE_CONTAINER=>TN_T_VARIABLE | Variable List | 20120912 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_VARIABLE_CONTAINER=>TN_T_VARIABLE_DEFINITION | Variable List | 20130507 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_VARIABLE_CONTAINER=>TN_T_VARIABLE | Variable List | 20130507 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120918 | |||
| 6 | Constant | Private | See coding | 20120207 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20121022 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20121022 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | TN_S_VALUE_HELP_BUFFER | Buffer F4-Help Data | 20121009 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Variables with dependcies | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | build variable screen | 20120301 | |
| 2 | Instance method | Private | Method | build up internal table with all properties for UI | 20121009 | |
| 3 | Instance method | Private | Method | convert ui-input to parameter format | 20120927 | |
| 4 | Instance method | Private | Method | apply value help changes | 20121009 |
Events
Class CL_RSRT_BW_ITEM_VARIABLES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_OUTPLUG_PLAN | Public | See coding | 20121023 | begin of tn_s_outplug_plan,
function type string,
data_area type string,
end of tn_s_outplug_plan
|
||
| 2 | TN_S_VALUE_HELP_BUFFER | Public | See coding | 20121009 | begin of tn_s_value_help_buffer,
low type abap_bool,
high type abap_bool,
index type i,
value type string,
value_high type string,
var_name type string,
end of tn_s_value_help_buffer
|
||
| 3 | TN_S_VARIABLE_PANE | Public | See coding | 20121009 | begin of tn_s_variable_pane,
var_name type string,
var_alternative_name type string,
node_type type if_rsrt_selector=>tn_id,
index type sytabix,
var_text type string,
var_text_visible type abap_bool,
var_ouput_lenght type i,
low type string,
low_f4 type abap_bool,
high type string,
high_visible type abap_bool,
high_f4 type abap_bool,
required type cl_rsrt_uie=>tn_state,
space_height type cl_rsrt_uie=>tn_height,
first_item type abap_bool,
last_item type abap_bool,
multiple type abap_bool,
btn_add_allowed type abap_bool, "add line
btn_delete_allowed type abap_bool, "delete line
btn_delete type abap_bool, "delete line
input_enabled type abap_bool,
sign type raldb_sign,
sign_visible type abap_bool,
option type rsz_operator,
option_visible type abap_bool,
base_char type string.
types:
dropdown_sign type cl_rsrt_uie=>tn_t_texts,
dropdown_option type cl_rsrt_uie=>tn_t_texts,
end of tn_s_variable_pane
|
||
| 4 | TN_T_VARIABLE_PANE | Public | See coding | 20121009 | tn_t_variable_pane type standard table of tn_s_variable_pane with default key initial size 0
|
Method Signatures
Method _BUILD_UI Signature
Method _BUILD_UI on class CL_RSRT_BW_ITEM_VARIABLES has no parameter.
Method _BUILD_UI on class CL_RSRT_BW_ITEM_VARIABLES has no exception.
Method _BUILD_UI_DATA_CONTAINER Signature
Method _BUILD_UI_DATA_CONTAINER on class CL_RSRT_BW_ITEM_VARIABLES has no parameter.
Method _BUILD_UI_DATA_CONTAINER on class CL_RSRT_BW_ITEM_VARIABLES has no exception.
Method _FILL_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_VAR_PANE | Call by reference | Type reference (TYPE) | TN_T_VARIABLE_PANE | 20121118 | ||||
| 2 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_PARAMETERS | Parameters | 20121118 |
Method _FILL_PARAMETER on class CL_RSRT_BW_ITEM_VARIABLES has no exception.
Method _MODIFIED_BY_F4 Signature
Method _MODIFIED_BY_F4 on class CL_RSRT_BW_ITEM_VARIABLES has no parameter.
Method _MODIFIED_BY_F4 on class CL_RSRT_BW_ITEM_VARIABLES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |