SAP ABAP Class CL_WDR_ECATT_REQUEST_COLLECTOR (eCATT Support:Collector for Request Data in eCATT Recording)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_RUNTIME_ECATT_SUPPORT (Package) eCATT Specific Support from Web Dynpro ABAP

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_UPDATE_SERVER_PEER_DATA | To get updates into a DataContainer | 20100917 |
Properties
Class | CL_WDR_ECATT_REQUEST_COLLECTOR | |
Short Description | eCATT Support:Collector for Request Data in eCATT Recording | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_ECATT_SUPPORT | eCATT Specific Support from Web Dynpro ABAP |
Created | 20100917 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WDR_ECATT_REQUEST_COLLECTOR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WDR_UPDATE_SERVER_PEER_DATA | To get updates into a DataContainer | 20100917 |
Friends
Class CL_WDR_ECATT_REQUEST_COLLECTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_EVENT_QUEUE | EventQueue/IEventQueue | 20100922 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_REQUEST | 20100917 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDR_WINDOW_LIST | List of Windows | 20101008 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100917 | |
2 | ![]() |
Instance method | Public | Method | 20100917 |
Events
Class CL_WDR_ECATT_REQUEST_COLLECTOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ACTION_EVENTS | Public | See coding | 20100922 | tt_action_events type standard table of ref to cl_wdr_event with default key
|
||
2 | TT_ATTRIBUTE_UPDATE | Public | See coding | 20100922 | tt_attribute_update type standard table of t_attribute_update with default key
|
||
3 | TT_LEAD_SELECTION_UPDATE | Public | See coding | 20100922 | tt_lead_selection_update type standard table of t_lead_selection_update with default key
|
||
4 | TT_SELECTION_UPDATE | Public | See coding | 20100922 | tt_selection_update type standard table of t_selection_update with default key
|
||
5 | TT_VIEW_STATE_UPDATE | Public | See coding | 20100922 | tt_view_state_update type standard table of t_view_state_update with default key
|
||
6 | T_ATTRIBUTE_UPDATE | Public | See coding | 20100917 | begin of t_attribute_update,
element type ref to if_wd_context_element,
view type ref to if_wd_view,
attribute_name type string,
value_ref type ref to data,
property_type type string,
is_external type abap_bool,
client_converter type ref to if_wd_client_conversion_util,
ignore_nullable type abap_bool,
end of t_attribute_update
|
||
7 | T_LEAD_SELECTION_UPDATE | Public | See coding | 20100922 | begin of t_lead_selection_update,
view type ref to if_wd_view,
node type ref to if_wd_context_node,
lead_selection type i,
end of t_lead_selection_update
|
||
8 | T_REQUEST | Public | See coding | 20100917 | begin of t_request,
attribute_updates type tt_attribute_update,
lead_selection_updates type tt_lead_selection_update,
selection_updates type tt_selection_update,
view_state_updates type tt_view_state_update,
context_menu_info type if_wdr_update_server_peer_data=>type_s_context_menu,
close_window type ref to cl_wdr_window,
open_help_center_requested type abap_bool,
action_events type tt_action_events,
windows_to_close type wdr_window_list,
end of t_request
|
||
9 | T_SELECTION_UPDATE | Public | See coding | 20100922 | begin of t_selection_update,
view type ref to if_wd_view,
node type ref to if_wd_context_node,
element type ref to if_wd_context_element,
select type abap_bool,
selection type int4_table,
reset_selection type abap_bool,
end of t_selection_update
|
||
10 | T_VIEW_STATE_UPDATE | Public | See coding | 20100922 | begin of t_view_state_update,
view_element type ref to cl_wdr_view_element,
property_name type string,
property_type type string,
value_ref type ref to data,
is_external type abap_bool,
do_no_set_dirty type abap_bool,
end of t_view_state_update
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WDR_ECATT_REQUEST_COLLECTOR has no parameter.
Method CONSTRUCTOR on class CL_WDR_ECATT_REQUEST_COLLECTOR has no exception.
Method FETCH_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Value transfer | Type reference (TYPE) | T_REQUEST | 20100917 |
Method FETCH_REQUEST on class CL_WDR_ECATT_REQUEST_COLLECTOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |