
Application Parameters/ URL Parameters |
Possible Values |
Description |
|---|---|---|
WDACCESSIBILITY / SAP-ACCESSIBILITY |
|
Activates Accessibility support. This parameter can be activated in all of the places named above. OR logic is used (the parameter can be activated in one place). This parameter is normally either defined on a user-specific basis or specified for test purposes in the URL. Name of the user parameter: ACCESSIBILITY_MODE Specifies which screen reader support is used.
|
WDACCESSIBILITYMODE/ SAP-ACCESSIBILITYMODE |
|
Specifies which screen reader support is used.
|
WDALLOWUSERAGENTS / - |
|
Specifies in which browsers Web Dynpro applications can be run.
For more information, see Changing the Default Browser Detection. |
WDALLOWMULTIPLEACTIONS / WDALLOWMULTIPLEACTIONS |
|
Specifies that more than one action per roundtrip can be processed. For more information see Multiple Actions per Roundtrip in Phase Model. |
WDALLOWQUICKVIEWS / - |
|
Specifies whether quick views are to be available or not. The parameter cannot be forwarded as a URL parameter. Administrators can set this parameter as an application parameter in the global settings. The application can use IF_WD_APPLICATION->GET_QUICKVIEWS_ALLOWED() to import the parameter during runtime. Note
If the application is running in accessibility mode, the result is always abap_false because quick views cannot be displayed in this mode. |
WDALLOWVALUESUGGEST / WDALLOWVALUESUGGEST |
|
Activates and deactivates the function for Suggested Values for Input Fields. In addition, the suggested value function must be activated in transaction SDSH_CONFIG. |
WDDELTARENDERING / SAP-WD-DELTARENDERING |
|
View-based Delta Rendering. For many applications, it has proven sensible to only send changed views to the client. However, this makes it more difficult to detect changes and to perform tests since the application must be completely tested with delta rendering active. Typically, this parameter is set in the application. However, it sometimes makes sense to set the URL parameter for test purposes. If the context changes are to be traced (in WD_TRACE_TOOL), you have to set this parameter. |
WDDISABLEDYNAMICRESOURCESDN / - |
|
Download options suppressed with UI element , function AttachFileToResponse, and all active components (e.g. OfficeIntegration, GANTT). For more information, see Security Notes for Downloading Files. |
WDENABLEFIELDHISTORY / - |
|
Activates or deactivates the history of an input field, either system-wide or for individual Web Dynpro applications. For more information, see Suggested Values for Input Fields. |
WDENABLEXBCMLCLIENT / - |
|
Activates eCATT rendering for a client or application. For more information about eCATT, see Extended Computer Aided Test Tool. For information about eCATT and Web Dynpro ABAP see eCATT and Web Dynpro ABAP. |
WDFAVICON / - |
|
Enables a favorites icon (favicon) to be displayed on the left of the URL in the address line of a browser (see figure).
The parameter can be implemented at the following levels:
The value of the parameter is the relative URL to the favicon on the server. The data type of the favicon must be .ico. Note
If no value is specified, the SAP favicon is displayed (see figure). If no favicon is to be displayed, set parameter about: blank. |
WDHELPCENTERDISPLAY / - |
|
Display mode for the Help Center for Web Dynpro ABAP applications. See also Utilizing the Help Center for Applications in SAP Business Suite, Making the Help Center Available for SAP Applications and Activating Help Center and Selecting Display Mode. With the standard setting the application Help Center opens in a separate browser window. If you want to display the Help Center in the side panel of the Web Dynpro application, use the value SIDE_PANEL. If the Web Dynpro window has sufficient space, the Help Center is displayed in the side panel of the application, if not, the standard setting applies. |
WDHIDEMOREFIELDHELPASDEFAULT / - |
|
The extended help display is deactivated by default. For selected individual fields you can reactivate the F1 help; see also Property Explanation. |
WDLIGHTSPEED / SAP-WD-LIGHTSPEED |
|
The standard system has new Rendering Technology activated. The new rendering technology can be activated or deactivated for each client, each application, or also in the URL. If the parameter exists but the value is empty, classic rendering is used. If the parameter does not exist, the default value is used. |
WDPREFERREDRENDERING / - |
|
Define preferred HTML rendering mode.
For more information, see UI Control Rendering in Standards Mode, and SAP Note 1753544 Note In addition to application parameter WDPREFERREDRENDERING URL parameter sap-wd-htmlrendermode is also available. Note that this URL parameter can only be used internally at SAP.
|
WDREFFIELDBEHAVIOUR / - |
|
|
WDREMOTEDESKTOP / SAP-WD-REMOTEDESKTOP |
|
Optimization for remote desktops (Windows Terminal Server). This switch deactivates the greying out of the background in popups. |
WDPROTECTEDAPPLICATION / - |
|
Isolates / protects the application on the client. Specifies that the application should run with the SSL (HTTPS) protocol and that no scripting between the portal and the application is allowed. Note that when you set this parameter Portal Integration can no longer function without restrictions. Portal eventing will not work anymore. Session handling is also affected (navigating away from iView or closing the browser), as is the work protection mode. Note also that UI element BIApplicationFrame does not work properly if you use this parameter. See also Web Applications Without Domain Relaxing. |
WDSHAREDREPOSITORY/ - |
|
Specifies that the metadata belonging to an application is loaded into the shared memory. This can lead to memory performance problems. When using this parameter, make sure that the shared memory is large enough. |
WDUSESIGNEDAPPLETS/ - |
|
You use this parameter to specify whether the signed or unsigned Applet version of UI elements Gantt and Network is to be used.
, Gantt, and Network. |
- / SAP-WD-FLASHDEBUG |
|
This parameter is needed to debug a FlashIsland application. If the Web Dynpro application is openede with URL parameter SAP-WD-FLASHDEBUG=X, the debug file is automatically used instead of the .swf file for the FlashIsland. |
-/ SAP-WD-LOADONDEMAND |
|
The JavaScript sources for individual Web Dynpro ABAP UI elements are first loaded by default from the ABAP server and cached in the browser when they are needed for the first time. This saves resources because the smallest amount of JavaScript code is loaded from the browser and cached. In some cases this behavior is not wanted or necessary. If SAP-WD-LOADONDEMAND is not activated, all JavaScript sources are packed in a file and sent to the browser. The amount of JavaScript code to be cached is much greater in this case but also no longer needs to be loaded. |
-/ SAP-WD-SILVERLIGHTDEBUG |
|
This parameter is needed to debug a Silverlight application. If the Web Dynpro application is openede with URL parameter SAP-WD-SILVERLIGHTDEBUG=X, the debug file is automatically used instead of the .swf file for the SilverlightIsland. |
-/ SAP-WD-STABLEIDS |
|
Provides stable view element adapter IDs, which are required for tools for automatic testing (e.g. Web Dynpro ABAP unit test framework, eCATT). To display the view element adapter IDs, call technical from the running application, and navigate to the View Element Adapter tab. The IDs are listed in theView Element Adapter IDs column. Name of the user parameter: WD_STABLE_ID_F_TEST The user parameter does not work in productive operation. |
-/ SAP-WD-SUPPRESSCUSTOMHTML |
|
With this parameter, you control whether HTML is suppressed, which was specified with an HTMLIsland, HTMLContainer, or HTMLFragment. You can use the parameter to check whether an error due to incorrect customer-defined HTML occurs. |
WDDISPLAYLOADINGPAGE/ SAP-WD-DISPLAY-LOADINGPAGE |
|
This parameter controls the startup behavior of a Web Dynpro ABAP application. Values 4, 5, and 6 should only be set if problems occur with session handling.
|