Entering content frame

Process documentation Design the iView Logic Locate the document in its SAP Library structure

Purpose

For the sample iView, you need to create the following components:

·         A user input form that lets the user enter a search string for a specific country, and launch the search.

·         A table that displays the list of banks returned by the search.

 

Process Flow

To define the logic of this iView, you do the following:

·         Import the application function on which the iView functionality is based: BAPI_BANK_GETLIST (see Import the Function).

·         Add a user input form to the iView (see Add the User Input Form).

·         Define the relationship between the input form and the imported BAPI.

·         Add a table view to the iView in order to display the list of banks returned by the BAPI (see Define the Output).

 

Leaving content frame