Creating a Bank Information iView
In this example, you build an iView that enables the user to find the address of a bank.
· You have access to the IDES system from the connected portal.
· You have been mapped to a user of the ERP (R/3) back-end system.
· The following BAPIs are available from the system:
¡ BAPI_BANK_GETLIST
¡ BAPI_BANK_GETDETAIL
After you build the base model for displaying the bank details, you can complete the model in one of two ways:
...
· You add a second, “feeder“ data service, which provides bank lists according to country.
· You create a popup iView to assist in finding the bank key.
This example includes four tutorial sections:
· Adding a Data Service for Choosing Banks
In this incremental example, you learn to perform a number of basic tasks of Visual Composer, including:
· Create the basic iView components that comprise the main information flow.
· Add a second data service and connect it before the base model.
· Add a sort operator to sort the table data.
· Export the model for subsequent use.
· Create a popup iView.
· Deploy the iView to the portal.
· Create a wizard based on the second model.
