
You can control the Web Dynpro ABAP runtime or the Web Dynpro ABAP application by inserting the URL query string parameter into the request URL. To do this, you simply extend the URL in the browser:
<scheme>://<host>.<domain>.<extension>:<port>/sap/bc/webdynpro/<namespace>/<application name>?<parameter name>=<parameter value>
http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/demo_table?sap-language=EN
Parameter names and parameter values are not case sensitive (exception: sap-exiturl, if a server is linked that does differentiate between upper and lowercase). You can combine several parameters in one URL.
Be aware of the security issues relating to URL and application parameters. For more information, see Data Security in Web Applications.
The parameters are listed on the pages below:
You can set URL and application parameters in the following places:
In the Web Dynpro application (in transaction SE80 in the Web Dynpro explorer for the application on the Parameters tab page). You can either define new parameters or select a predefined parameter and assign a value to it.
In the application configuration (Web Dynpro application CONFIGURE_APPLICATION, tab Parameter).
Globally for all applications and a specific client using Web Dynpro application: WD_GLOBAL_SETTING Call Web Dynpro ABAP application WD_GLOBAL_SETTING, and enter the value you want the parameter to be for all applications.
For the user and all applications (with user parameters – only possible for a few parameters).
For the current call (as a URL parameter – in this case, the parameter names are not case-sensitive).
The setting options are evaluated in the order below:
A URL parameter always overrides an application parameter. The logon language is determined or proposed from the sources listed below: These sources are evaluated in the order below whereby the first in the list is the decisive source.
The language from the user account is not evaluated in the ABAP system. The language you want must have been installed in your system.