Show TOC Start of Content Area

Background documentation Parameters for Controlling Deployment  Locate the document in its SAP Library structure

You can configure the deployment of applications:

      You can determine whether the user of the mobile device is able to suppress the deployment of mobile components. If you allow the user the suppress the deployment, the user can determine whether he or she rejects or confirms it (see Confirming Downloads of Mobile Components).

      You can determine how long the confirmation dialog remains open for the user to reject the download of mobile components. If the user neither rejects nor confirms the download, the mobile components are deployed as usual once the dialog times out.

      You can determine if the download of a new version of a mobile application is only performed after all users using the device synchronized at least once or immediately after the first user synchronized.

Parameters in MobileEngine.config

Parameter

Description

MobileEngine.Deployment.UserIntervention.
Enabled

Allow the deployment of mobile components to be suppressed.

Possible values: true, false

Default value: false

MobileEngine.Deployment.UserIntervention.
Timeout

Time period in milliseconds after which the dialog is closed.

Possible values: Positive integers

Default value: 60000

MobileEngineMultiUserDeployment.
DownloadApplicationOnFirstSync

Trigger download and installation of new application version after the first user synchronized.

Caution

Setting this parameter to true may lead to the loss of application data for those users of the device who did not synchronize before the new version is downloaded and installed.

Possible values: true, false

Default value: false

For more information on other parameters and on the different configuration methods: Parameters in MobileEngine.config

End of Content Area