Show TOC Start of Content Area

Background documentation Specifics of Nokia Series 80 and 60 Devices  Locate the document in its SAP Library structure

The Nokia Series 60 devices are supported from S60 3rd Edition Feature Pack 1 on.

Users of Nokia Series 80 and 60 devices require a suitable network or Internet access that enables access to the SAP NetWeaver Application Server. This is provided using GPRS or WLAN. For more details, see the manufacturer’s website http://www.forum.nokia.com.

The supported browsers are:

      For Nokia Series 80 devices: Opera browser

      For Nokia Series 60 devices: S60 OSS Browser

 

Emulator

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

      http://www.forum.nokia.com. The emulator is part of the relevant SDK.

The emulator imitates the behavior of the mobile device. You can therefore monitor and test the results of your development without actually using a mobile device. 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 this, add the following parameter to the URL for calling the Web Dynpro application:

      sap-wd-client=NokiaS80Client.

Note

For Series 60 devices use this client despite of its name.

This specifies the Nokia Client, which is made up of a set of renderer classes and is responsible for data and event handling.

 

 

Layout

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

      Flow layout

      Grid layout

      Matrix layout

Variances of the UI Elements

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

state, tooltip

RadioButtonGroupByIndex

state, tooltip

RadioButtonGroupByKey

state, tooltip

Table

design, enabled, readOnly, tooltip, width

TextEdit

state, tooltip

TextView

enabled, layout, tooltip

TransparentContainer

enabled,  height, tooltip, width

ViewContainerUIElement

enabled, tooltip

 

End of Content Area