Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member182119
Active Participant
0 Kudos

With the recent release 2.1 as part of the UI Extension AddOn for NW 7.00 SP05  Visual Business becomes also easy usable in SAPGUI transactions in older releases. To make the integration into existing programs as easy as possible VB offers a set of reuse function modules for very common scenarios:

  • FM VBI_REUSE_ADDRESS_DISPLAY: Function module for easy address search and display. You just need to give an address string to it and specify popup size and location.
  • FM VBI_REUSE_ROUTE_DISPLAY: Function module for easy route search and display. You just need to give a start and destination address string to it and specify popup size and location.
  • FM VBI_REUSE_LOCATION_DISPLAY: Function module for displaying multiple geo-locations on a map. You just need to give a table of geo-locations (longitude/latitude) to it and specify popup size and location.
  • FM VBI_REUSE_FULL_DISPLAY: Function module for easy integration of Visual Business as popup with full functional scope. This function module takes the standard API tables for location based objects, links, and areas.

Examples for the use of the above mentioned popups are given in test program VBI_TEST_POPUPS.