Entering content frame

Procedure documentation Import the Function Locate the document in its SAP Library structure

Use

The functionality of the sample iView, Banks iView, is based on the SAP function BAPI_BANK_GETLIST. Therefore, this function needs to be imported into the Visual Composer Storyboard. The import process brings in meta-data about the function, such as the fields required for input and the data that is output.

 

Procedure

...

...

       1.      Choose Model ® Select Data Services.

(Alternatively, click the Data button in the task panel toolbar.)

       2.      In the Portal field at the right end of the main toolbar, enter the URL of the portal from which you can access the back-end system used by the iView.
For example, you could enter:
http://myportal.sap.com:50000, where:

¡        myportal is the name of the portal server host

¡        sap.com is the domain

¡        50000 is the J2EE port number in use by the portal.

       3.      Click the traffic light icon to the right of the Portal field. The portal Welcome screen appears.

       4.      Log on to the portal as a user that exists in the connected back-end system, or which is mapped to a user of that system. Click OK.

Once a connection to the portal is established, a list of system aliases defined in the portal system landscape appears in the System drop-down list.

       5.      From the System drop-down list, choose the SAP system that contains the function BAPI_BANK_GETLIST.

       6.      Under Search SAP System, click the Search tab and in the Name field, enter the search string: BAPI_BANK_GETLIST. Then click Search (at the bottom). A list of function modules matching the search string is displayed.

       7.      Drag the function module BAPI_BANK_GETLIST from the Data task panel into the workspace:

This graphic is explained in the accompanying text

The data service is added to your model.

       8.      Periodically save your work. To do so, choose File ® Save Model.

 

Leaving content frame