Creating a Web Dynpro Application
The Web Dynpro (WD) application in Mobile Applications for Handhelds is an application that can be called from the application launcher of a mobile device. The WD application is merely linked to an interface view of a WD component by an inbound plug declared as a startup plug. It therefore contains no information about the elements of the corresponding component or components behind the interface view.
More information:
Web Dynpro
Application
You have created a Mobile UI Component.
...
1. In the UI Explorer, open the context menu of the Application node and choose Create Application.
2. In the New Application dialog box, enter the application Name and Package.

The Authentication flag is not supported. Its selection has no effect.
3. In the Choose Referenced WD Component dialog box, choose to create a new component if no WD component has been created yet.
4. In the Specify Component dialog box, enter the Component Name and Component Package.
5. Select the additional capabilities of the new component.
The options are:
○ Default Window and Views
This option determines whether the component uses the default window and views.
○ Used Models
This option determines whether the component uses WD models that already exist.
Check this option if you have created a WD model already.
More information: Creating a Web Dynpro Model
○ Implemented Interfaces
Check this option if you are using WD component interfaces for cross-component communication.
...
1. In the Specify Window Properties dialog box, enter the Window Name and the Interface View.
2. Select to Create Startup Plug (optional).
3. Embed the all the views you require and select the default view.
You can Add and Remove views from the list.
...
1. In the Define Used Models dialog box, choose Add to add an existing WD model as a used model.
2. Select a Web Dynpro Model from the list.
3. Choose OK.
On the application launcher of the Mobile Client for Handhelds, application are represented by an icon and a name. A default icon is shown, if no other icon is specified by the application. If no application name is specified, the technical name of the WD application is displayed below the icon.
To set the icon:
...
1. In the Handhelds UI Explorer, select your application component, expand the Resources node and select Resources → src → mimes → Applications → <name of application>.
2. In the context menu, choose Import resources from file system.
3. In the Import dialog box, browse to the From directory containing your icon and select it (for example <MyIcon.gif>) from the tree.

Both GIF and JPG graphic formats are supported for a standard icon size (32 x 32 pixels).
4. Confirm the default Into folder field, set any desired options, and choose Finish.
5. In the UI Explorer, select Web Dynpro → Applications → <name of your application> and double-click it.
6. In the Application Property tab page, choose New.
7. In the Define Application Properties dialog box, choose as User Defined, enter the Name icon, as Value the name of your icon, for example MyIcon.gif, and choose Finish.
To set the application name:
...
1. In the UI Explorer, select Web Dynpro → Applications → <name of your application> and double-click it.
2. In the Application Property tab page, choose New.
3. In the Define Application Properties dialog box, choose as User Defined, enter the Name title, as Value the name of your application, for example My Mobile Application, and choose Finish.