Show TOC

Application ParameterLocate this document in the navigation structure

Application Parameter

Application Parameters/

URL Parameters

Possible Values

Description

WDACCESSIBILITY /

SAP-ACCESSIBILITY

  • No value specified

  • X

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.

  • No value specified:

    ARIA-compatible role attributes (landmarks) are used. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

  • X:

    SAP's own support for screen readers This setting is recommended for optimal support. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

    ARIA-compatible support for screen readers in compliance with W3C ARIA standard. The controls are described with ARIA attributes. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

WDACCESSIBILITYMODE/

SAP-ACCESSIBILITYMODE

  • No value specified

  • CLASSIC (default value)

  • ARIA

Specifies which screen reader support is used.

  • No value specified:

    ARIA-compatible role attributes (landmarks) are used. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

  • CLASSIC:

    SAP's own support for screen readers This setting is recommended for optimal support. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

  • ARIA-compatible support for screen readers in compliance with W3C ARIA standard. The controls are described with ARIA attributes. GET_ACCESSIBILITY( ) API returns value ABAP_FALSE.

WDALLOWUSERAGENTS /

-

  • TOLERATED (default value)

  • SUPPORTED

Specifies in which browsers Web Dynpro applications can be run.

  • TOLERATED:

    Users can also run Web Dynpro applications in browsers that are supported by Unified Rendering browser recognition even if these browsers are not supported by SAP in accordance with the Product Availability Matrix (PAM).

  • SUPPORTED:

    To specify that Web Dynpro applications can only be run exclusively in SAP-supported browsers (in accordance with PAM), you set the parameter to value supported.

For more information, see Changing the Default Browser Detection.

WDALLOWMULTIPLEACTIONS /

WDALLOWMULTIPLEACTIONS

  • X (default value)

  • No value specified

Specifies that more than one action per roundtrip can be processed. For more information see Multiple Actions per Roundtrip in Phase Model.

WDALLOWQUICKVIEWS /

-

  • X (default value)

  • No value specified

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

  • ON (default value)

  • OFF

  • No value specified

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

  • ON (default value)

  • OFF

  • No value specified

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 /

-

  • X

  • No specification (default value)

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 /

-

  • X (default value)

  • No value specified

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 /

-

  • X

  • No specification (default value)

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 /

-

  • Relative URL to favicon on the server

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:

  • Client

  • Application

  • Application configuration

  • Application customizing

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 /

-

  • NEW_WINDOW (default value)

  • SIDE_PANEL

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 /

-

  • X

  • No value specified

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

  • X (default value)

  • No value specified

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 /

-

  • STANDARDS (default value)

  • QUIRKS

  • STAND_ONLY

Define preferred HTML rendering mode.

  • STANDARDS:

    Starts the application in W3C standards mode (DOCTYPE HTML), provided the rendering engine supports standards mode.

    The STANDARDS value is effective in Internet Explorer 9 and higher Internet Explorer versions, and in Firefox, Safari, and Chrome. Older Internet Explorer versions are rendered always in quirks mode.

  • QUIRKS:

    Starts the application in quirks mode, provided the rendering engine supports quirks mode. If it does not, the standards mode is used.

  • STAND_ONLY

    Forces the use of the standard mode for HTML rendering and results in the application terminating for all browsers that do not support this mode (e.g. Internet Explorer earlier than Version 9).

For more information, see UI Control Rendering in Standards Mode, and SAP Note 1753544 Information published on SAP site.

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 /

-

  • 0 (default value)
  • 1

Converting Currency Amounts.

  • 0 (default value):

    If the application parameter is set to 0, the internal value of the referenced field is not changed.

  • 1:

    If the parameter is set to 1, the position of the decimal point in the referenced field remains unchanged.

WDREMOTEDESKTOP /

SAP-WD-REMOTEDESKTOP

  • X

  • No value specified

Optimization for remote desktops (Windows Terminal Server). This switch deactivates the greying out of the background in popups.

WDPROTECTEDAPPLICATION /

-

  • X

  • No value specified

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/

-

  • X

  • No value specified

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/

-

  • CLIENTINFO (default value)
  • SIGNED
  • UNSIGNED

You use this parameter to specify whether the signed or unsigned Applet version of UI elements Gantt and Network is to be used.
  • CLIENTINFO:
    The Applet version to be used is selected depending on the version of the installed Java plug-in:
    • Java version smaller than or equal to 6: The unsigned version of the Applet is used.
    • Java version greater than or equal to 7: The signed version of the Applet is used.
  • SIGNED:

    The signed version of the Applet is always used.

  • UNSIGNED:

    The unsigned version of the Applet is always used.

For more information, see SAP Note 1925833 Information published on SAP site, Gantt, and Network.

- /

SAP-WD-FLASHDEBUG

  • X (default value)

  • No value specified

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

  • X (default value)

  • No value specified

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

  • X

  • No value specified

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

  • X

  • No value specified

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

  • X
  • No value specified

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

  • 0 (default value)

  • 1
  • 2
  • 4
  • 5
  • 6

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.

  • 0: Default value. Start with 2 roundtrips

    Value 0 is the default value. The Web Dynpro ABAP application starts with two roundtrips. In the first roundtrip information about the browser environment can be ascertained and forwarded to the application.

  • 1: Start with 1 roundtrip

    Value 1 starts the application with one roundtrip.

  • 2: Start with 2 roundtrips

    Value 2 starts the application with two roundtrips. In the first roundtrip information about the browser environment can be ascertained and forwarded to the application.

  • 4: Start with 1 roundtrip with callback to ICM.

    Value 4 is used if session handling problems occur when starting with one roundtrip. With value 4 the Web Dynpro ABAP applications also starts with one roundtrip. When the application starts, the ICM is informed through the session used. Value 4 only functions with external session handling, as is the case with Enterprise Portal, NWBC, and Fiori Launchpad.

  • 5: Start with 2 roundtrips, timeout for 1. Request after approximately 60 seconds.

    Values 5 and 6 are used if session handling problems occur when starting with two roundtrips. Values 5 and 6 start the Web Dynpro ABAP application also with two roundtrips. In the first roundtrip the timeout of the session is severely reduced. As soon as the second roundtrip reaches the session, the timeout is reset to the original value. If the second roundtrip is delayed or canceled, the session in the background is automatically deleted after a short time. This is recorded in the system log. Values 5 and 6 can be activated with application parameter WDDISPLAYLOADINPAGE. The values can be deactivated with URL parameter sap-wd-display-loadingpage.

  • 6: Start with 2 roundtrips, timeout for 1. Request after approximately 120 seconds. The further function behaves like value 5.