SAP ABAP Class CL_RSRT_BW_ITEM_F4 (BW View Item: F4)
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_F4 | |
| Short Description | BW View Item: F4 | |
| 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 | 20120411 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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... |
Interfaces
Class CL_RSRT_BW_ITEM_F4 has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM_F4 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20121118 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130604 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Boolean | 20120412 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120411 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121220 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130604 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130213 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 'M' | 20121204 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Boolean | 20120731 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121204 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 'X' | 20130822 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | NT_S_VALUE_HELP | 20130213 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | Boolean | 20121008 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120712 | ||
| 2 | Instance method | Private | Method | 20120731 | ||
| 3 | Instance method | Private | Method | 20120417 | ||
| 4 | Instance method | Private | Method | 20120731 | ||
| 5 | Instance method | Private | Method | 20120716 |
Events
Class CL_RSRT_BW_ITEM_F4 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_F4_INFO | Private | See coding | 20120412 | begin of nt_s_f4_info,
key_active type abap_bool,
sid_active type abap_bool,
text_active type abap_bool,
sign_active type abap_bool,
presentation type string,
text_type type if_rsrt_query_properties=>tn_text_type,
text_type_available type abap_bool,
pres_available type abap_bool,
am_available type abap_bool,
dd_pres type cl_rsrt_uie=>tn_t_texts,
dd_text type cl_rsrt_uie=>tn_t_texts,
access_mode type string,
dd_access_mode type cl_rsrt_uie=>tn_t_texts,
display_hierarchy type abap_bool,
display_range type abap_bool,
display_flat_values type abap_bool,
structure type abap_bool,
no_external_key type abap_bool,
end of nt_s_f4_info
|
||
| 2 | NT_S_ITEM_F4 | Private | See coding | 20120731 | begin of nt_s_item_f4.
include type if_rsrt_result=>tn_s_value_f4.
types:
dd_sign type cl_rsrt_uie=>tn_t_texts,
end of nt_s_item_f4
|
||
| 3 | NT_S_ITEM_HIER_F4 | Private | See coding | 20120716 | begin of nt_s_item_hier_f4.
include type if_rsrt_result=>tn_s_hier_f4.
types:
image type string,
end of nt_s_item_hier_f4
|
||
| 4 | NT_S_ITEM_SELECT_OPT | Private | See coding | 20120731 | begin of nt_s_item_select_opt.
include type if_rsrt_query_properties=>tn_s_select_opt_f4.
types:
enable_high type abap_bool,
dd_pres type cl_rsrt_uie=>tn_t_texts,
dd_sign type cl_rsrt_uie=>tn_t_texts,
dd_opt type cl_rsrt_uie=>tn_t_texts,
end of nt_s_item_select_opt
|
||
| 5 | NT_S_OUTPLUG | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_S_VALUE_F4 | 20120412 | |
|
| 6 | NT_S_OUTPLUG_HIER | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_S_HIER_F4 | 20120731 | |
|
| 7 | NT_S_OUTPLUG_SELECT | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_S_SELECT_OPT_F4 | 20120731 | |
|
| 8 | NT_S_VALUE_HELP | Private | See coding | 20130213 | begin of nt_s_value_help,
index type sy-tabix,
low type abap_bool,
high type abap_bool,
end of nt_s_value_help
|
||
| 9 | NT_T_ITEM_F4 | Private | See coding | 20120731 | nt_t_item_f4 type standard table of nt_s_item_f4 with default key initial size 0
|
||
| 10 | NT_T_ITEM_HIER_F4 | Private | See coding | 20120716 | nt_t_item_hier_f4 type standard table of nt_s_item_hier_f4 with default key initial size 0
|
||
| 11 | NT_T_ITEM_SELECT_OPT | Private | See coding | 20120731 | nt_t_item_select_opt type standard table of nt_s_item_select_opt with default key initial size 0
|
||
| 12 | NT_T_OUTPLUG | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_T_VALUES_F4 | 20120412 | |
|
| 13 | NT_T_OUTPLUG_HIER | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_T_HIER_F4 | 20120731 | |
|
| 14 | NT_T_OUTPLUG_SELECT | Public | Type reference (TYPE) | IF_RSRT_RESULT=>TN_T_SELECT_OPT_F4 | 20120731 | |
Method Signatures
Method _BUILD_DD_ACCES_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_ACCES_MODE | Call by reference | Type reference (TYPE) | IF_RSRT_QUERY_PROPERTIES=>TN_T_CONSTANTS | 20121118 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts (Key, Value) | 20121118 |
Method _BUILD_DD_ACCES_MODE on class CL_RSRT_BW_ITEM_F4 has no exception.
Method _BUILD_DD_OPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts (Key, Value) | 20121118 |
Method _BUILD_DD_OPT on class CL_RSRT_BW_ITEM_F4 has no exception.
Method _BUILD_DD_PRES_AND_TEXT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_PRESENTATIONS | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts (Key, Value) | 20121118 | |||
| 2 | T_TEXT_TYPES | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts (Key, Value) | 20121118 |
Method _BUILD_DD_PRES_AND_TEXT_TYPE on class CL_RSRT_BW_ITEM_F4 has no exception.
Method _BUILD_DD_SIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts (Key, Value) | 20121118 |
Method _BUILD_DD_SIGN on class CL_RSRT_BW_ITEM_F4 has no exception.
Method _CHANGE_VISIBLE_OF_SUBTREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRILL_STATE | Call by reference | Type reference (TYPE) | STRING | Hierarchy State | 20121118 | |||
| 2 | PARENT | Call by reference | Type reference (TYPE) | STRING | 20121118 | ||||
| 3 | T_HIER | Call by reference | Type reference (TYPE) | NT_T_ITEM_HIER_F4 | 20121118 |
Method _CHANGE_VISIBLE_OF_SUBTREE on class CL_RSRT_BW_ITEM_F4 has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |