Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 1014 Bytes

File metadata and controls

23 lines (19 loc) · 1014 Bytes

Apply Geo Spatial on Business Partners View

In this exercise we will apply Geo Spatial configuration on the view V_BUSINESS_PARTNERS.

  1. Navigate to the Repository Explorer

  2. Search and edit the view V_BUSINESS_PARTNERS

  3. Select the Projection Node and add a new Calculation Node from the context menu

  4. Add a new Geo-Coordinates Column.

  5. Adjust the Calculated Column as following:

    • Business Name: LOCATION
    • Technical Name: LOCATION
    • Data Type: hana.ST_GEOMETRY
    • Spatial Reference Identifier: 4326
    • Latitude: LATITUDE
    • Longitude: LONGITUDE

  6. Click on Deploy button to deploy the view