SAP ABAP Class CL_WDR_CLIENT_COMMAND (Page Commands (UCF))
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
Properties
Class CL_WDR_CLIENT_COMMAND  
Short Description Page Commands (UCF)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20070730   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IFUR_NW7 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_WDR_CLIENT_COMMAND Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_CLIENT_COMMAND has no interface implemented.
Friends
Class CL_WDR_CLIENT_COMMAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_GLOBAL_RENDER_MODE_CLIENT Constant Public Type reference (TYPE) I 1 Render on client side 20140304
2 CO_GLOBAL_RENDER_MODE_STANDARD Constant Public Type reference (TYPE) I 0 Standard 20140304
3 M_GLOBAL_RENDER_MODE Static Attribute Private Type reference (TYPE) I 0: Standard, 1: Client 20131025
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DEBUG_HANDLER Static method Public Method Register Debug Handler 20080215
2 ADD_PAGE_CUSTOM_STYLE_CLASS Static method Public Method Suspends focus from back end 20140327
3 APPLY_CUSTOM_STYLES Static method Public Method Suspends focus from back end 20131028
4 ATTACH_FILE_TO_RESPONSE Static method Public Method File Download 20070806
5 CLOSE_POPUP_WINDOW Static method Public Method Closes a popup 20070806
6 CLOSE_WINDOW Static method Public Method Sends the command to the Browser to close the window 20080306
7 CONVERT_BOOL_TO_EXTERN Static method Private Method Converts abap_bool in yes/no values 20070820
8 CREATE_PAGE Static method Public Method Creates the initial content of a page, e.g. main and popup 20071113
9 DO_REDIRECT Static method Public Method Executes a Redirect 20071123
10 FIRE_SEMANTIC_EVENT Static method Public Method Trigger Semantic Event 20080215
11 GET_GLOBAL_RENDER_MODE Static method Public Method Sets the rendering mode (server/client) 20131025
12 HIGHLIGHT_TEXTS Static method Public Method Sets keepAlive for Active Components (to close AC) 20130626
13 INTEGRATION_SIMPLE_COMMAND Static method Public Method Integration: Creates a simple command with all parameters 20071107
14 INT_DIRTY_FLAG_REG_CALLBACK Static method Public Method Integration: Register the Callback at the environment 20071031
15 INT_DIRTY_FLAG_UNREG_CALLBACK Static method Public Method Integration: Deregister the Callback in the environment 20071031
16 INT_DIRTY_FLAG_WD_LISTENER Static method Public Method Integration: DirtyFlagWDListener, REGISTER/UNREGISTER 20070824
17 INT_OPEN_HELP_CENTER Static method Public Method Integration: Open the Help Center 20071104
18 INT_SET_CANVAS_TITLE Static method Public Method Integration: Setting of Title in Canvas 20071108
19 INT_USE_CLIENT_PORTAL_EVENT Static method Public Method Converts runtime client event into a command 20071104
20 OPEN_COMBOBOX Static method Public Method Triggers opening of ComboBox (for value suggestion) 20080122
21 OPEN_EXTERNAL_WINDOW Static method Public Method Triggers opening of external window 20070820
22 OPEN_HEADERACTIONMENU Static method Public Method Triggers opening of ComboBox (for value suggestion) 20090805
23 OPEN_POPUP_MENU Static method Public Method Triggers opening of menu 20070919
24 OPEN_POPUP_WINDOW Static method Public Method Triggers opening of a popup 20070806
25 OPEN_QUICKVIEW Static method Public Method Opens QuickView 20120312
26 REGISTER_MAP_DATA_TYPE Static method Public Method Calls registerMapDataType on the lightspeed object 20121127
27 RELEASE_SESSION Static method Public Method Command to release the session 20071113
28 REMOVE_PAGE_CUSTOM_STYLE_CLASS Static method Public Method Suspends focus from back end 20140331
29 SECURITY_COOKIE_SET_RESET Static method Public Method Set/Reset Session Cookie 20100427
30 SESSION_COOKIE_SET_RESET Static method Public Method Set/Reset Session Cookie 20080108
31 SET_CURSOR Static method Public Method Sets Focus and Cursor 20090909
32 SET_DATA_TIP_GRID_BINDING Static method Public Method Sets a DataTip for GridBinding 20131125
33 SET_FOCUS Static method Public Method Suspends focus from back end 20070807
34 SET_FOCUS_GRID_BINDING Static method Public Method Sets focus for grid binding 20131015
35 SET_GLOBAL_RENDER_MODE Static method Public Method Sets the rendering mode (server/client) 20131025
36 SET_KEEP_ALIVE_ACTIVE_COMP Static method Public Method Sets keepAlive for Active Components (to close AC) 20100319
37 SET_PADDING Static method Public Method Sets the indentation of the window 20080422
38 SET_SELECTION Static method Public Method Sets Focus and Selection 20090909
39 SET_SUGGEST_FILTER_CONDITION Static method Public Method Triggers opening of ComboBox (for value suggestion) 20110803
40 SET_TITLE Static method Public Method Sets Title of Application in Window 20091029
41 START_ANIMATION Static method Public Method Started Animation 20120329
42 UPDATE_ASSOC_VIEW_CONTENT Static method Public Method Changes the contents of the associated content for the views 20101122
43 UPDATE_CONTENT Static method Public Method Replaces the content of a control with complete styleblock 20080227
44 UPDATE_CONTROL Static method Public Method Replaces a control, InlineCSS: styles will be added 20070803
45 UPDATE_HIDDEN_CONTROL Static method Public Method Changes the contents of the hidden control 20070919
46 UPDATE_MODEL Static method Public Method Updates a model 20121030
47 UPDATE_PAGE Static method Public Method Changes the content of whole page, for example with redirect 20071113
Events
Class CL_WDR_CLIENT_COMMAND has no event.
Types
Class CL_WDR_CLIENT_COMMAND has no local type.
Method Signatures

Method ADD_DEBUG_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080215
2 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20080215
3 Importing KEYCODE Call by reference Type reference (TYPE) C 20080215
4 Importing SCRIPT Call by reference Type reference (TYPE) STRING 20080215

Method ADD_DEBUG_HANDLER on class CL_WDR_CLIENT_COMMAND has no exception.

Method ADD_PAGE_CUSTOM_STYLE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20140327
2 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20140327
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20140327

Method ADD_PAGE_CUSTOM_STYLE_CLASS on class CL_WDR_CLIENT_COMMAND has no exception.

Method APPLY_CUSTOM_STYLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20131028
2 Importing CUSTOM_STYLE Call by reference Type reference (TYPE) STRING 20131028
3 Importing STYLE_BLOCK_ID Call by reference Type reference (TYPE) STRING 20131028
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20131028

Method APPLY_CUSTOM_STYLES on class CL_WDR_CLIENT_COMMAND has no exception.

Method ATTACH_FILE_TO_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070806
2 Importing FILE_ID Call by reference Type reference (TYPE) STRING 20070806
3 Importing METHOD Call by reference Type reference (TYPE) STRING 'UCFdownLoad' UCFdownLoad/location.href 20070807
4 Importing TARGET Call by reference Type reference (TYPE) STRING 20070821
5 Importing URL Call by reference Type reference (TYPE) STRING 20070821
6 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070808

Method ATTACH_FILE_TO_RESPONSE on class CL_WDR_CLIENT_COMMAND has no exception.

Method CLOSE_POPUP_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070806
2 Importing POPUP_ID Call by reference Type reference (TYPE) STRING 20071114
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070806

Method CLOSE_POPUP_WINDOW on class CL_WDR_CLIENT_COMMAND has no exception.

Method CLOSE_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080306

Method CLOSE_WINDOW on class CL_WDR_CLIENT_COMMAND has no exception.

Method CONVERT_BOOL_TO_EXTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BOOL_STRING Value transfer Type reference (TYPE) STRING 20070820
2 Importing BOOL_VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20070820

Method CONVERT_BOOL_TO_EXTERN on class CL_WDR_CLIENT_COMMAND has no exception.

Method CREATE_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071113
2 Importing WINDOW_CONTENT Call by reference Object reference (TYPE REF TO) OBJECT 20071113
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING Id des Windows welches erzeugt wird! Nicht Vater Id 20071120

Method CREATE_PAGE on class CL_WDR_CLIENT_COMMAND has no exception.

Method DO_REDIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071123
2 Importing I_METHOD Call by reference Type reference (TYPE) STRING 20091130
3 Importing I_POST_PARAMETERS Call by reference Type reference (TYPE) STRING 20091130
4 Importing I_URL Call by reference Type reference (TYPE) STRING 20091130
5 Importing SUSPEND_SESSION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071129

Method DO_REDIRECT on class CL_WDR_CLIENT_COMMAND has no exception.

Method FIRE_SEMANTIC_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING IF_WDR_CLIENT_COMMAND=>MC_PARAMETER-FIRE_SEMANTIC_EVENT-ACTION_SUBMIT 20080215
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080215
3 Importing EVENT_NAME Call by reference Type reference (TYPE) STRING 20080215
4 Importing EVENT_PARAMETERS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name/Value Pairs 20080215
5 Importing ID Call by reference Type reference (TYPE) STRING 20080215
6 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20080215

Method FIRE_SEMANTIC_EVENT on class CL_WDR_CLIENT_COMMAND has no exception.

Method GET_GLOBAL_RENDER_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RENDER_MODE Value transfer Type reference (TYPE) I Siehe CL_WDR_CLIENT_COMMAND=>M_GLOBAL_RENDER_MODE 20131025

Method GET_GLOBAL_RENDER_MODE on class CL_WDR_CLIENT_COMMAND has no exception.

Method HIGHLIGHT_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20130626
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20130626
3 Importing JSON_TEXTS_INFO Call by reference Type reference (TYPE) STRING 20130626
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20130626

Method HIGHLIGHT_TEXTS on class CL_WDR_CLIENT_COMMAND has no exception.

Method INTEGRATION_SIMPLE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071107
2 Importing COMMAND_TYPE Call by reference Type reference (TYPE) STRING 20071107

Method INTEGRATION_SIMPLE_COMMAND on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_DIRTY_FLAG_REG_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071031

Method INT_DIRTY_FLAG_REG_CALLBACK on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_DIRTY_FLAG_UNREG_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071031

Method INT_DIRTY_FLAG_UNREG_CALLBACK on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_DIRTY_FLAG_WD_LISTENER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070824
2 Importing STATUS Call by reference Type reference (TYPE) STRING REGISTER/UNREGISTER 20070824

Method INT_DIRTY_FLAG_WD_LISTENER on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_OPEN_HELP_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071104
2 Importing HELP_CENTER_ADRESS Call by reference Type reference (TYPE) STRING 20071104
3 Importing HELP_CENTER_ID Call by reference Type reference (TYPE) STRING 20080307
4 Importing HELP_CENTER_URL Call by reference Type reference (TYPE) STRING 20071104

Method INT_OPEN_HELP_CENTER on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_SET_CANVAS_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANVAS_TITLE Call by reference Type reference (TYPE) STRING 20071108
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071108

Method INT_SET_CANVAS_TITLE on class CL_WDR_CLIENT_COMMAND has no exception.

Method INT_USE_CLIENT_PORTAL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071104
2 Importing PORTAL_EVENT Call by reference Object reference (TYPE REF TO) CL_WDR_PORTAL_EVENT Client Event 20071104

Method INT_USE_CLIENT_PORTAL_EVENT on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_COMBOBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080122
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20080122
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20080122

Method OPEN_COMBOBOX on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_EXTERNAL_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070820
2 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20070820
3 Importing LEFT Call by reference Type reference (TYPE) I 20070820
4 Importing LOCATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
5 Importing MENUBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
6 Importing POST_PARAMETERS Call by reference Type reference (TYPE) STRING 20090126
7 Importing RESIZABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
8 Importing SCROLLBARS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
9 Importing STATUS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
10 Importing TARGET Call by reference Type reference (TYPE) STRING '_blank' 20070820
11 Importing TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070820
12 Importing TOP Call by reference Type reference (TYPE) I 20070820
13 Importing URL Call by reference Type reference (TYPE) STRING 20070820
14 Importing USE_POST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090126
15 Importing WIDTH Call by reference Type reference (TYPE) STRING 20070820

Method OPEN_EXTERNAL_WINDOW on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_HEADERACTIONMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_ID Call by reference Type reference (TYPE) STRING 20090806
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20090805
3 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20090805
4 Importing POPUP_MENU_ID Call by reference Type reference (TYPE) STRING 20101111
5 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20090805
6 Importing WITH_KEYBOARD Call by reference Type reference (TYPE) STRING 20090806

Method OPEN_HEADERACTIONMENU on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_POPUP_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070919
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20070919
3 Importing POS_X Call by reference Type reference (TYPE) I 20070919
4 Importing POS_X_STRING Call by reference Type reference (TYPE) STRING 20140620
5 Importing POS_Y Call by reference Type reference (TYPE) I 20070919
6 Importing POS_Y_STRING Call by reference Type reference (TYPE) STRING 20140620
7 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070919

Method OPEN_POPUP_MENU on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_POPUP_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070806
2 Importing POPUP_ID Call by reference Type reference (TYPE) STRING 20071113
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING Id des neuen Fensters 20070806

Method OPEN_POPUP_WINDOW on class CL_WDR_CLIENT_COMMAND has no exception.

Method OPEN_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20120312
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20120312
3 Importing METHOD Call by reference Type reference (TYPE) STRING 20120516
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20120312

Method OPEN_QUICKVIEW on class CL_WDR_CLIENT_COMMAND has no exception.

Method REGISTER_MAP_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20121127
2 Importing DATA_TYPE_NAME Call by reference Type reference (TYPE) STRING 20121127
3 Importing JSON_MAP Call by reference Type reference (TYPE) STRING 20121127
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20121127

Method REGISTER_MAP_DATA_TYPE on class CL_WDR_CLIENT_COMMAND has no exception.

Method RELEASE_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071113

Method RELEASE_SESSION on class CL_WDR_CLIENT_COMMAND has no exception.

Method REMOVE_PAGE_CUSTOM_STYLE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20140331
2 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20140331
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20140331

Method REMOVE_PAGE_CUSTOM_STYLE_CLASS on class CL_WDR_CLIENT_COMMAND has no exception.

Method SECURITY_COOKIE_SET_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20100427
2 Importing STATUS Call by reference Type reference (TYPE) STRING SET RESET 20100427

Method SECURITY_COOKIE_SET_RESET on class CL_WDR_CLIENT_COMMAND has no exception.

Method SESSION_COOKIE_SET_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080108
2 Importing DELETE_SAPMYSSO2_COOKIE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20090319
3 Importing PATH Call by reference Type reference (TYPE) STRING 20090511
4 Importing STATUS Call by reference Type reference (TYPE) STRING 'SET' SET/RESET/SET_SUSPEND/RESET_SUSPEND 20080108

Method SESSION_COOKIE_SET_RESET on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20090909
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20090909
3 Importing CURSOR_LINE Call by reference Type reference (TYPE) I 1 20090911
4 Importing CURSOR_POSITION Call by reference Type reference (TYPE) I 20090909
5 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20090909

Method SET_CURSOR on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_DATA_TIP_GRID_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20131125
2 Importing INPUT_STATE Call by reference Type reference (TYPE) STRING `ERROR` 20131125
3 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) CSEQUENCE 20131125
4 Importing PATH Call by reference Type reference (TYPE) STRING 20131125
5 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20131125

Method SET_DATA_TIP_GRID_BINDING on class CL_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 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070807
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20070807
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070807

Method SET_FOCUS on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_FOCUS_GRID_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20131015
2 Importing PATH Call by reference Type reference (TYPE) STRING 20131015
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20131015

Method SET_FOCUS_GRID_BINDING on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_GLOBAL_RENDER_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RENDER_MODE Call by reference Type reference (TYPE) I Siehe CL_WDR_CLIENT_COMMAND=>M_GLOBAL_RENDER_MODE 20131025

Method SET_GLOBAL_RENDER_MODE on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_KEEP_ALIVE_ACTIVE_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20100319
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20100319
3 Importing KEEP_ALIVE Call by reference Type reference (TYPE) ABAP_BOOL 20100319
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20100319

Method SET_KEEP_ALIVE_ACTIVE_COMP on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_PADDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080422
2 Importing PADDING Call by reference Type reference (TYPE) ABAP_BOOL 20080422
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20080422

Method SET_PADDING on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20090909
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20090909
3 Importing FROM_LINE Call by reference Type reference (TYPE) I 1 20090911
4 Importing FROM_POSITION Call by reference Type reference (TYPE) I 20090909
5 Importing TO_LINE Call by reference Type reference (TYPE) I 1 20090911
6 Importing TO_POSITION Call by reference Type reference (TYPE) I 20090909
7 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20090909

Method SET_SELECTION on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_SUGGEST_FILTER_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20110803
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20110803
3 Importing FILTER_CONDITION Call by reference Type reference (TYPE) STRING 20110803
4 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20110803

Method SET_SUGGEST_FILTER_CONDITION on class CL_WDR_CLIENT_COMMAND has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20091029
2 Importing TITLE Call by reference Type reference (TYPE) STRING 20091029

Method SET_TITLE on class CL_WDR_CLIENT_COMMAND has no exception.

Method START_ANIMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20120329
2 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20120329
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20120329

Method START_ANIMATION on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_ASSOC_VIEW_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20101122
2 Importing CONTENT Call by reference Object reference (TYPE REF TO) OBJECT 20101122
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20101122

Method UPDATE_ASSOC_VIEW_CONTENT on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFTER_TREATMENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_WDR_AFTER_TREATMENT Interface zur Nachbehandlung von Menüs 20080227
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20080227
3 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20080227
4 Importing WINDOW_CONTENT Call by reference Object reference (TYPE REF TO) OBJECT Adapter für Web Dynpro View Elemente 20080227
5 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20080227

Method UPDATE_CONTENT on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFTER_TREATMENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_WDR_AFTER_TREATMENT Interface zur Nachbehandlung von Menüs 20070917
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070803
3 Importing CONTROL_ID Call by reference Type reference (TYPE) STRING 20070803
4 Importing IS_ROOT_CONTENT Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20080605
5 Importing RENDER_HTML Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Control(-baum) als HTML rendern 20121029
6 Importing RENDER_JSON Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Control(-baum) als JSON rendern 20121029
7 Importing UPDATE_METHOD Call by reference Attribute reference (LIKE) IFUR_NW7=>CONTROLUPDATEMETHOD_ENUM IFUR_NW7=>CONTROLUPDATEMETHOD_FULL 20110823
8 Importing WINDOW_CONTENT Call by reference Object reference (TYPE REF TO) OBJECT Adapter für Web Dynpro View Elemente 20070803
9 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070803

Method UPDATE_CONTROL on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_HIDDEN_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFTER_TREATMENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_WDR_AFTER_TREATMENT Interface zur Nachbehandlung von Menüs 20070919
2 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20070919
3 Importing CONTENT_ Call by reference Object reference (TYPE REF TO) OBJECT 20071127
4 Importing CONTENT_LIST Call by reference Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_CONTROL_LIST 20071121
5 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20070919

Method UPDATE_HIDDEN_CONTROL on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20121030
2 Importing MODELUPDATE Call by reference Object reference (TYPE REF TO) IFUR_NW7_MODELUPDATE 20121030
3 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20121030

Method UPDATE_MODEL on class CL_WDR_CLIENT_COMMAND has no exception.

Method UPDATE_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TY_COMMAND 20071113
2 Importing WINDOW_CONTENT Call by reference Object reference (TYPE REF TO) OBJECT 20071113

Method UPDATE_PAGE on class CL_WDR_CLIENT_COMMAND has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 711