The following image shows you the architecture of the Jump interface for Equipment.
-
Rows from 20 through 28 - They define the Token URL and all necessary parameters.
-
Rows 12, 18, 30, and 31 - They define all API calls and Web Client URLs for the Jump interface for Equipment.
-
Row 18 - It defines a call to find a corresponding Asset for the selected Equipment. You can view the information in SDx or SPO/E by searching for an Asset according to its Equipment ID.
-
Row 12 - It defines a call to expand documents from Asset to be listed in SAP:
-
You can expand the documents by giving different inputs, such as relationships and edges, and they can be separated by commas. For example, if the value is $top = 1000, it allows you to expand a maximum of 1000 documents in a single view.
-
-
Rows 30 and 31 - They define Web Client URLs to view documents and document InfoMap.
-
A Web Client URL for Tag InfoMap is defined in the code, not in the parameter table.
-
All API calls must be tested on Postman before sending the Excel file to the SAP team.
-
For more information on the usage of the variables, see System variables.