Data Export

Before offboarding, a customer can request to download vehicle information stored in the various application tables. Currently, downloading the data from SAP Digital Vehicle Hub app is possible only through API calls.

Vehicle information comprises of vehicle master and transactional data. For information on vehicle master data, see Exporting Data.

For downloading vehicle transactional data, follow the steps mentioned below:
  • Identify the data

  • Set up a program that you can use to access the service APIs. For more information, see Accessing APIs.
  • Call up the collective GET request of the corresponding service APIs.
  • Loop over the result set:
    • For each element of the result set, write the element data to a destination file at the desired location.

    • Compare the content of the destination file with the original data stored in SAP Digital Vehicle Hub and adjust them, if required.