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 click the oList component.

  2. On the UI object pane, click 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 click the oObjectListItem.

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

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

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

  8. On the properties pane, open Properties.

  9. Go to text and click 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, click the oObjectStatus component.

  13. On the properties pane, open Properties, go to text and click 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, click 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.