
System-Specific URL Parameters
To control the BSP runtime environment and the BSP application, you can use the following URL query string parameters in a request URL.
|
URL Parameter |
Value |
Description |
|
sap-sessioncmd |
open : |
Restarts the BSP application named in the URL |
|
close : |
Ends the BSP application named in the URL and sends the browser, if specified, to the Web site defined by sap-exiturl. If you want the user to be able to end the application, this option should be available in a BSP application as part of the user interface (as a pushbutton or hyperlink). |
|
|
sap-exiturl |
* |
Specifies the URL to which the browser is directed when the BSP application ends (for example, http://www.sap.com) |
|
sap-theme |
* |
Overrides the theme for a BSP application to use other MIME objects, such as pictures and Stylesheets for visualization. |
|
sap-themeRoot |
* |
Used to handle paths to other locations from where stylesheets are taken. See also: Changing Stylesheets for HTMLB and XHTMLB
This parameter is available from SAP Web AS 6.20 Support Package 7. |
|
sap-client |
* |
Specifies the client for a logon to the SAP Web Application Server; can be used in the URL or in HTML forms to override the default client. |
|
sap-user |
* |
Specifies the user for a logon to the SAP Web Application Server; can be used in the URL or in HTML for forms. |
|
sap-password |
* |
Specifies the password for logon; can be used in HTML forms.
Do not enter this directly in the URL as Web browser URLs are stored in a History list and the password would be visible in plain text, even after the browser is closed. |
|
sap-language |
* |
Specifies the language (ISO language ID, such as "en" or "de") for a logon to the SAP Web Application Server; can be used in the URL or in HTML forms to override the default logon language. |
The parameter names are not case sensitive, nor are the parameter values (exception:
sap-exiturl, if it is pointed to a case-sensitive server). You can combine several parameters in one URL.
Here is an example of how to restart a BSP application in client 800 with logon language English.
http://myServer.sap.com:1080/bc/bsp/sap/it00?sap-sessioncmd=open&sap-language=en&sap-client=800