
An application parameter is provided in the context of the Web Dynpro ABAP configuration framework: See also: Web Dynpro ABAP Configuration Framework
Application Parameter |
Possible Values |
Description |
|---|---|---|
WDDISABLEUSERPERSONALIZATION |
|
Suppresses the implicit personalization options. More information: Personalization and Customizing |
WDENABLEUIELEMENTSHIDE |
|
Suppresses the option to hide a UI element from the context menu. Remember that if this feature is activated or deactivated, the function "Restore All Changes" is also activated or deactivated. The setting does not affect the personalization of UI element Table. |
Application Parameter/ URL Parameter |
Possible Values |
Description |
|---|---|---|
WDFORCEEXTERNALSTYLESHEET / - |
|
URL parameter WDFORCEEXTERNALSTYLESHEET has been replaced with parameter WDUSEEXTERNALSTYLESHEET. For compatibility reasons, the switch WDFORCEEXTERNALSTYLESHEET is still evaluated. The default value WDUSEEXTERNALSTYLESHEET=ON must be set. For more information, see the description of parameter WDUSEEXTERNALSTYLESHEET. |
WDSTYLE_LABELALIGNMENT / WDSTYLE-LABELALIGNMENT |
|
Controlling alignment of .Label. Value USEGLmeans that all Labels are right-aligned if WDUIGUIDELINE=GL20 is set. All Labels are left-aligned, if WDUIGUIDELINE=GL11 is set. LEFT means that allLabels are left-aligned. Default value RIGHT means that all Labels are right-aligned. If Label.width is set to initial, it is displayed with 100% width. Note
You can also set the parameter to RIGHT if you are using RTL as the read direction (URL parameter sap-rtl=X). Note that this is possible with GridLayout and MatrixLayout, but not with FlowLayout. Activating right-aligned Labels can make the layout worse. In this case reset the width of the Label, and make changes to the layout. |
WDSTYLE_TOOLBARDESIGN /WDSTYLE-TOOLBARDESIGN |
|
This parameter changes the appearance of ToolBarButton, ToolBarButtonChoice, ToolBarToggleButton in a ToolBar with property ToolBar.design=standard. Value FLAT means that the specified ToolBar-UI elements are displayed with no highlighting, like text in the ToolBar. Value HIGH means that ToolBarUI elements are displayed exactly like normal Buttons. Note
This application parameter only has an effect if ToolBar.design=standard. How the elements are shown on the UI also depends on the selected theme. |
WDTHEMEROOT / SAP-THEME |
|
Stylesheets for the application without portal integration. You can import user-configured stylesheets with report WD_THEMES. See also Stylesheets in Web Dynpro ABAP. |
WDUIGUIDELINE / WDUIGUIDELINE |
|
Classic or new behavior in visualization, filtering, sorting, and selecting. Siehe auch: Default value GL20 differs widely in the UI and in the behavior of some UI elements.
.Value FIORI activates some changes: With the DEFAULT theme value, at application runtime the theme is determined from the guideline used.
Instead of the DEFAULT theme, you can specify a theme, for example SAP_CORBU. If an application uses the FIORI UI guideline, the application can only run in render mode STANDARD. This means that if a different render mode is set in parameter WDPREFERREDRENDERING, the STANDARD render mode is always used at runtime. When new Web Dynpro ABAP applications are created in the Workbench, application parameters WDUIGUIDELINE = FIORI and WDPREFERREDRENDERING = STAND_ONLY are set automatically. The application parameters can be changed. As described above, the render mode STANDARD is always applied to applications that use the FIORI guideline. If you want the application to use a different render mode, you should use a different guideline, for example GL20 (Guideline 2.0). Active components, such as Flash, Silverlight, Java, and ActiveX are no longer displayed. If an application with the FIORI guidline contains a UI element with an active component, the UI element is not displayed and cannot be used at runtime. Active components contain, for example, the following UI elements: FLASH_ISLAND, SILVERLIGHT_ISLAND, INTERACTIVE_FORM, OFFICE_CONTROL, GANTT, and NETWORK. Instead of these active components, HTML_ISLAND for instance can be used. |
WDUSEANIMATION / SAP-LS-USEANIMATION |
|
If the WDLIGHTSPEED parameter is active, this parameter (active by default) renders show and hide effects, for instance, for popups. You can deactivate this parameter if required for system performance. Name of the user parameter: WDUSEANIMATION |
WDUSEEXTERNALSTYLESHEET / - |
|
Web Dynpro applications use style sheets transferred by a portal or NWBC (URL parameters sap-ep-themeroot, sap-cssurl), provided the version of the stylesheet is new enough. If the version is too old, a fallback mechanism is executed. This avoids unattractive rendering and JavaScript errors. However, bear in mind that any customer branding can get lost. It is also possible to transfer a stylesheet installed on the SAP system using URL parameter sap-theme With parameter WDUSEEXTERNALSTYLESHEET you can influence how information from external stylesheets is used.
URL parameter WDFORCEEXTERNALSTYLESHEET has been replaced with this new parameter WDUSEEXTERNALSTYLESHEET. For compatibility reasons, the switch WDFORCEEXTERNALSTYLESHEET is still evaluated. The default value WDUSEEXTERNALSTYLESHEET=ON must be set. For more information, see SAP Note 1679127 |
The following application parameters are available in the Page Builder and side panel framework.
Application Parameter |
Possible Values |
Description |
|---|---|---|
WDSIDEPANELCONFIGURATIONID |
<configuration id> |
Configuration ID of the Web Dynpro component WDR_CHIP_PAGE of type .SIDEPANEL This configuration determines the content of the side panel. |
WDSIDEPANELOPEN |
|
Specifies whether the side panel is opened or not when the program is started. |
WDSIDEPANELRESIZABLE |
|
Specifies whether the width of the side panel can be changed by the user or not. If the width can be changed, the side panel is separated from the main application by a splitter control. |
WDSIDEPANELREMOTEPRODUCER |
|
Enables sending of tagging data from a Web Dynpro application running in the NWBC content area. |
WDSIDEPANELREMOTECONSUMER |
|
Enables receipt of tagging data in the NWBC side panel (for example, for Page Builder or FPM applications running in the side panel). |
You can only set the following application parameters locally for individual applications, and not globally for all applications.
Application Parameter/ URL Parameter |
Possible Values |
Description |
|---|---|---|
WDCONFIGURATIONID / SAP-WD-CONFIGID |
<config id> |
Configuration ID of the Application Configuration. Passes the ID of the application configuration. Typically, this ID is specified either in the application (various applications are defined for the use of various application configurations) or is defined from the portal as a parameter in the iView. |
WDSUPPORTSFULLHEIGHT / SAP-WD-SUPPORTSFULLHEIGHT |
|
Web Dynpro application developers must decide whether applications are to always take up the maximum height or not. Depending on your requirements you set this application to one of the following values:
See also SAP Note .1266588 |