Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation Specifics of Pocket PCs  Dokument im Navigationsbaum lokalisieren

The individual mobile components are:

Only devices based on Pocket PC 2003 or later are supported. Windows Mobile 5.0 is supported.

Pocket PC users require a suitable network or internet access that enables access to the SAP NetWeaver Application Server. This can be implemented using LAN, WLAN, Bluetooth, GSM, or GPRS, for example. Additional hardware is required as well as a service contract with a telecommunications provider. More information is available at http://www.microsoft.com/windowsmobile/.

Emulator

For testing and developing mobile applications, the use of an emulator is recommended. You can download it at the manufacturer’s web site:

·        http://www.microsoft.com/pocketpc

The emulator imitates the behavior of the mobile device. You can thus monitor and test the results of your development without actually using a mobile device for the development or testing. However, you should always test applications on a real mobile device as well.

You can use a URL parameter to force the rendering for a specific device type. To do so, add the following parameter to the URL for calling the Web Dynpro application:

sap-wd-client=PieClient

Layout

The following layouts can be used for developing mobile Web Dynpro applications:

      Flow layout

      Grid layout

      Matrix layout

Variances of the UI Elements

Hinweis

For the InputField, the requestFocus() method is supported.

 

Available UI Element

Ignored properties

Button

imageFirst, tooltip, width

Caption

enabled, tooltip

CheckBox

state, tooltip

CheckBoxGroup

enabled, readOnly, state, tooltip

DropDownByIndex

state, tooltip

DropDownByKey

state, tooltip

Group

enabled,scrollingMode, tooltip

Image

enabled, tooltip

InputField

state, tooltip

InvisibleElement

enabled, tooltip, visible

Label

enabled, tooltip

LinkToAction

imageFirst, imageHeight, imageSource, imageWidth, tooltip, type

LinkToURL

imageFirst, imageHeight, imageSource, imageWidth, tooltip, type

RadioButton (only for PPC2003)

state, tooltip

RadioButtonGroupByIndex

state, tooltip

RadioButtonGroupByKey

state, tooltip

TabStrip

enabled,  height, tooltip, width

Table

design, enabled, readOnly, tooltip, width

TextEdit

state, tooltip

TextView

enabled, height,tooltip

TransparentContainer

enabled,  height, tooltip, width

Tray

design, enabled, hasContentPadding, height, scrollingMode, tooltip

ViewContainerUIElement

enabled, tooltip

 

 

Ende des Inhaltsbereichs