Creating the Mobile UI Component
You need to create a Mobile UI Component to model the user interface.
You have defined the data model and business logic in the Mobile Service 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.
...
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.
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.
...