How to retrieve SAP transport properties using ServiceNow REST integration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello Community,
We are integrating ServiceNow with SAP Cloud ALM without using ChaRM or an out-of-the-box connector. We are using Scripted REST APIs and outbound REST messages, and the integration is working as expected.
Using the SAP Cloud ALM Feature UUID, we can retrieve the two transports associated with a feature, such as the Workbench and Customizing transport numbers (SD1K...). However, the response does not provide transport properties such as owner, description, status, and target system.
Based on our research, it appears that we may need to call the SAP ABAP/BASIS CTS system separately. The SAP team may need to expose a REST/OData endpoint so ServiceNow can retrieve the properties for each transport number.
Has anyone implemented this without ChaRM or a connector? Is calling an API exposed by the ABAP/CTS system the correct approach, or can these transport properties be retrieved directly through the SAP Cloud ALM API?
Thank you.
