Offboarding
Data handling prior to termination of SAP Asset Intelligence Network. The data of SAP Asset Intelligence Network is split across Asset Central Foundation and SAP Asset Intelligence Network.
Currently, downloading the data from SAP Asset Intelligence Network applications is possible only through API calls.
-
Identify the data
-
Set up a program that you can use to access the service APIs.
-
Call up the collective GET request of the corresponding service (for example, the service methods found in the API reference documentation titled Viewing Items of Equipment Based on the Filter
-
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 Asset Intelligence Network and adjust them, if need be
-
For each element of the result set, the offboarding team will perform the DELETE task
-