
You can define application properties that can be viewed on the Mobile Client at runtime.
These configuration options cover the following functional areas:
Naming your application in the application launcher
Setting the application icon in the application launcher
Configuring whether or not the default application header should be displayed
Choosing whether the NW Mobile Client has to use the SWT table representation or custom table elements
Show or hide all elements from the system menu apart from Exit
Application Properties
This section outlines the properties you can define for the Mobile Client.
|
Property Name |
Property Values |
Description |
|
title |
<String> |
Displays the name of the application in the default page header area. Note: It is displayed if this text is not overridden in the customized code. |
|
icon |
<String> |
Web Dynpro path and name of the icon is displayed as a shortcut on the NW Mobile Client Application Launcher screen. |
|
sap.pageheader |
true, false |
true : The standard SAP page header area is displayed if no custom page header is defined for the view. false : The default page header is not displayed. |
|
eswt.table.mode |
true, false |
Controls the graphical representation of the table control. true : The native SWT table render is used. false : A custom table render based on composite and SWT widgets is used. |
|
sap.menu.invisible |
true, false |
true : Hides all specific menu items from the System menu apart from Exit . false : All relevant menu items are displayed. Note: You can include menu item constants in the application code. |