Create a list on the master page

In this step, you bind data from the resources to a list from the Master Page.

Procedure

  1. On the application tree, expand oPageMaster and select the oList component.

  2. On the UI object pane, select the icon in the Model Path field.

  3. On the Binding pop-up window, open oMultiModel > getCustomerListResponse > result and select IT_CUSTOMERS.

  4. On the application tree, open oList and select the oObjectListItem.

  5. On the properties pane, open Properties, go to title and select the connected icon.

    appdesigner componentproperties binding
  6. On the Binding pop-up window, open IT_CUSTOMERS and select the NAME1 property.

  7. On the application tree, open oObjectListItem and select the oObjectAttribute component.

  8. On the properties pane, open Properties.

  9. Go to text and select the connected icon.

  10. On the Binding pop-up window, open IT_CUSTOMERS and select the ORTO1 property.

  11. Go to title and enter City.

  12. On the application tree, select the oObjectStatus component.

  13. On the properties pane, open Properties, go to text and select the connected icon.

  14. On the Binding pop-up window, select the LAND1 property.

  15. Go to title and enter Country.

  16. On the shell bar, select Save and Activate.

    appdesigner top side menu save activate

Results

You have created an application to display customer information:

  • You have created an application with the SplitApp template.

  • You have integrated data from an API.

  • You have bound specific properties from the API to the Master Page of your application.