Start of Content Area

Process documentation Configuring a Web Dynpro Application  Locate the document in its SAP Library structure

Purpose

At design time, you can declaratively specify several configuration properties that you want to use to configure your Web application.

Configuration properties include:

     Authentication
The configuration property Authentication describes a Boolean value that specifies whether or not a Web Dynpro application requires authentication when started. If you specified the value
true, the authentication is required when the Web Dynpro application is called. By default, no authentication is required.

     LogoffURL
The configuration property LogoffURL specifies the HTML page to be used as the logoff page. If you do not assign a value to this configuration property, a default logoff page is used. Note that the HTML file that describes the logoff template can be referenced like any other resource – for example, html/myLogoff.htm.

     ExpirationTime
The configuration property ExpirationTime describes the lifetime (in seconds) of a Web Dynpro application on the server before the Web application is terminated by the server. The value assigned to the DefaultExpirationTime parameter in the system configuration is used as the default value.

     Locale
The configuration property Locale specifies the language key Locale, which is used for the Web Dynpro application. The value of this property is used if the user cannot explicitly specify a property. Valid values for language keys comply with the ISO standard 639. An ID is made up of two lower-case letters – for example, de for German or en for English.

Overview of Configuration Properties

Properties

Short Description

Default Setting

Value Required

Valid Values

Authentication

If you assigned the value true to this parameter, the application requires a user authentication.

False

Yes

Boolean value is true or false

LogoffURL

Specifies the Web address of a Web page that is displayed when the user terminates the application.

Logoff.htm file that is contained in the archive file webdynpro.wda.

Yes

Any valid, absolute Web address.

ExpirationTime

Specifies the lifetime (in seconds) of a Web application on the server before the Web application is terminated by the server.

The value of the DefaultExpirationTime parameter of the system configuration is used as the default value.

No

Any positive integer

Locale

Specifies the language key Locale, which is used for the Web Dynpro application. The value of this property can be used if the user cannot explicitly specify a property.

Default language key Locale specified in the system configuration by the sap.systemLocale parameter.

No

Valid values of the ISO standard 639.

 

You can set the properties of the application configuration in the SAP NetWeaver Developer Studio. For a detailed procedure, see Setting Values of the Application Properties.

Note

For some properties, the values of the Web Dynpro system configuration are adopted if you have not already set them explicitly in the application configuration. For example, the value of the DefaultExpirationTime parameter of the Web Dynpro system configuration is used if you have not assigned a value to the ExpirationTime property of the application configuration.

  

  

 

End of Content Area