SAP ABAP Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL (Handler for Method Calls for View Elements)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_WD_ACF_METHOD_HNDL | Handler for Method Calls of ACF View Elements | 20040929 |
2 | Interface composition (i COMPRISING i_ref) | IF_WD_BI_APPLFRAME_METHOD_HNDL | Handler for Calling Methods with BIApplicationFrame | 20041014 |
3 | Interface composition (i COMPRISING i_ref) | IF_WD_BUSIN_GRAPHICS_MTD_HNDL | Method Handler for Business Graphics | 20050211 |
4 | Interface composition (i COMPRISING i_ref) | IF_WD_C_TABLE_METHOD_HNDL | Method Handler for the Client Table | 20101123 |
5 | Interface composition (i COMPRISING i_ref) | IF_WD_IACTIVE_FORM_METHOD_HNDL | Handler for Method Calls of InteractiveForm | 20050624 |
6 | Interface composition (i COMPRISING i_ref) | IF_WD_TABLE_METHOD_HNDL | Method Handler for the Table | 20050201 |
7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_VIEW_ELEM_METHOD_HNDL | Handler for Method Calls for View Elements | 20041118 |
Properties
Interface | IF_WD_VIEW_ELEMENT_METHOD_HNDL | |
Short Description | Handler for Method Calls for View Elements |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20040929 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_WD_VIEW_ELEMENT_METHOD_HNDL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no interface.
Friends
Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_FORMAT_METHOD | Constant | Public | See coding | 20140806 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Connects a client action with an event | 20051111 |
2 | ![]() |
Instance method | Public | Method | Connects a server action with an event | 20051111 |
3 | ![]() |
Static method | Public | Method | Deletes Content of Method Queue | 20040929 |
4 | ![]() |
Instance method | Public | Method | Triggers an event | 20051111 |
5 | ![]() |
Instance method | Public | Method | Reads the value of an attribute of a view element | 20051111 |
6 | ![]() |
Instance method | Public | Method | Executes Any Method of View Element | 20040929 |
7 | ![]() |
Instance method | Public | Method | Removes All Calls of Assigned View Elements | 20050405 |
8 | ![]() |
Instance method | Public | Method | Changes an attribute of a view element on the client | 20051111 |
Events
Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_METHOD_PARAMS | Public | See coding | 20040929 | tt_method_params type sorted table of t_method_param with unique key m_id
|
||
2 | T_CELL_EDITOR_RULE_MAPPING | Public | See coding | 20140806 | begin of t_cell_editor_rule_mapping,
cell_editor_id type wdy_ui_element_name,
rule_id type string,
format_method type string,
end of t_cell_editor_rule_mapping
|
||
3 | T_CELL_EDITOR_RULE_MAPPINGS | Public | See coding | 20140806 | t_cell_editor_rule_mappings type standard table of t_cell_editor_rule_mapping with default key
|
||
4 | T_METHOD_CALL | Public | See coding | 20040929 | begin of t_method_call,
m_id type string,
m_sequence_number type i,
m_method_imp_params type tt_method_params,
m_method_exp_params type tt_method_params,
m_method_chg_params type tt_method_params,
m_method_ret_param type t_method_param,
m_view_element type ref to cl_wdr_view_element,
m_context_element type ref to if_wd_context_element,
end of t_method_call
|
||
5 | T_METHOD_PARAM | Public | See coding | 20040929 | begin of t_method_param,
m_id type string,
m_sequence_number type i,
m_data_value type ref to data,
m_object_value type ref to object,
end of t_method_param
|
Method Signatures
Method BIND_CLIENT_ACTION_TO_EVENT Signature
Method BIND_CLIENT_ACTION_TO_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method BIND_CLIENT_ACTION_TO_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method BIND_SERVER_ACTION_TO_EVENT Signature
Method BIND_SERVER_ACTION_TO_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method BIND_SERVER_ACTION_TO_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method CLEAR_METHOD_QUEUE Signature
Method CLEAR_METHOD_QUEUE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method CLEAR_METHOD_QUEUE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method FIRE_EVENT Signature
Method FIRE_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method FIRE_EVENT on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method GET_ATTRIBUTE Signature
Method GET_ATTRIBUTE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method GET_ATTRIBUTE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method INVOKE_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SEQUENCE_NUMBER | Value transfer | Type reference (TYPE) | I | Vergebene Sequenznummer | 20041108 | ||
2 | ![]() |
I_METHOD_CALL | Value transfer | Type reference (TYPE) | T_METHOD_CALL | Beschreibung des Methodenaufrufs | 20040929 |
Method INVOKE_METHOD on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method REMOVE_LOCAL_METHOD_CALLS Signature
Method REMOVE_LOCAL_METHOD_CALLS on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method REMOVE_LOCAL_METHOD_CALLS on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
Method SET_ATTRIBUTE Signature
Method SET_ATTRIBUTE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no parameter.
Method SET_ATTRIBUTE on Interface IF_WD_VIEW_ELEMENT_METHOD_HNDL has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 700 |