Show TOC Start of Content Area

Procedure documentation Creating the Mobile UI Component  Locate the document in its SAP Library structure

Use

You need to create a Mobile UI Component to model the user interface.

Prerequisites

You have defined the data model and business logic in the Mobile Service Component.

Procedure

...

1. Create the UI Component

       1.      From the dropdown list of the New icon, choose Mobile UI Component.

       2.      In the Select Software Component dialog box, choose Local Development My Components and Next.

       3.      Enter the Name order_ui and choose Next.

       4.      On the Project Properties dialog box, choose Finish.

The system automatically opens the Handhelds UI Explorer. The order_ui component appears with the subnodes Web Dynpro, Dictionaries, and Resources.

2. Specify the Dependencies

...

       1.      In the Handhelds UI Explorer, select your order_ui component.

       2.      In the context menu, choose Dependencies Add.

       3.      In the Select Components dialog box, select order_srv from the component tree and choose Finish.

Result

You have created Mobile UI Component order_ui and specified its dependency to Mobile Service Component order_srv, on whose data you will want to base the user interface.

 

...

End of Content Area