Start of Content Area

Process documentation Creating a Bank Information iView  Locate the document in its SAP Library structure

Purpose

In this example, you build an iView that enables the user to find the address of a bank.

Prerequisites

·        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

Process Flow

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:

·        Creating the Base Model

·        Adding a Data Service for Choosing Banks

·        Creating a Popup iView

·        Creating a Wizard

Result

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.

 

End of Content Area