SAP ABAP Interface IF_WDR_CLIENT_COMMAND (Command for the Client (UPDATE))
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_CLIENT_SMART_NEW | Web Dynpro XML Client Implementation | 20080218 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_CLIENT_SSR_LS | Lightspeed Variant of CLIENT_SSR | 20070731 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_NW7_INT_WIN_ADAPTER | Internal Window Adapter for Lightspeed | 20071107 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_SC_WIN_ADAPTER | sc win adapter | 20090528 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_TEST_CLIENT | Unit Test | 20130228 |
Properties
Interface | IF_WDR_CLIENT_COMMAND | |
Short Description | Command for the Client (UPDATE) |
General Data
Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
Created | 20070730 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_WDR_CLIENT_COMMAND | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WDR_CLIENT_COMMAND has no interface.
Friends
Interface IF_WDR_CLIENT_COMMAND has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_COMMAND | Constant | Public | See coding | 20070803 | ||||
2 | MC_PARAMETER | Constant | Public | See coding | 20070806 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20070730 | |
2 | ![]() |
Instance method | Public | Method | 20070730 | |
3 | ![]() |
Instance method | Public | Method | 20070730 |
Events
Interface IF_WDR_CLIENT_COMMAND has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_COMMAND | Public | See coding | 20070730 | tt_command type standard table of ty_command with default key
|
||
2 | TY_COMMAND | Public | See coding | 20070730 | begin of ty_command,
window_id type string,
type type string,
parameters type wdr_name_value_list,
phase like ifur_nw7=>scriptcallphase_enum,
rucksack type ref to data,
end of ty_command
|
||
3 | TY_CONTROL_LIST | Public | See coding | 20071121 | ty_control_list type standard table of ref to object with default key
|
||
4 | TY_HID_CONTROL_COMMAND | Public | See coding | 20071121 | begin of ty_hid_control_command,
control_id type string,
control_list type ty_control_list,
after_treatment_handler type ref to if_wdr_after_treatment,
end of ty_hid_control_command
|
||
5 | TY_MODEL_UPDATE_COMMAND | Public | See coding | 20121030 | begin of ty_model_update_command,
modelupdate type ref to ifur_nw7_modelupdate,
end of ty_model_update_command
|
||
6 | TY_WIN_COMMAND | Public | See coding | 20070803 | begin of ty_win_command,
control_id type string,
window_content type ref to ifur_nw7__control,
after_treatment_handler type ref to if_wdr_after_treatment,
is_root_content type wdy_boolean,
render_html type wdy_boolean,
render_json type wdy_boolean,
update_method like ifur_nw7=>controlupdatemethod_enum,
end of ty_win_command
|
Method Signatures
Method ADD_CLIENT_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMAND | Call by reference | Type reference (TYPE) | IF_WDR_CLIENT_COMMAND=>TY_COMMAND | 20070730 |
Method ADD_CLIENT_COMMAND on Interface IF_WDR_CLIENT_COMMAND has no exception.
Method SET_FOCUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTROL_ID | Call by reference | Type reference (TYPE) | STRING | 20070806 | |||
2 | ![]() |
WINDOW_ID | Call by reference | Type reference (TYPE) | STRING | 20070730 |
Method SET_FOCUS on Interface IF_WDR_CLIENT_COMMAND has no exception.
Method SUPPRESS_FOCUS Signature
Method SUPPRESS_FOCUS on Interface IF_WDR_CLIENT_COMMAND has no parameter.
Method SUPPRESS_FOCUS on Interface IF_WDR_CLIENT_COMMAND has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 711 |