cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Info for solution manager API

0 Likes
5,591

Is there any documentation of following topics:

1. How to check what API is provided by SAP Solution Manager?

2. How to develop customized API for SAP Solution Manager?

3. What programming language is used by SAP Solution Manager backend?

4. If I need to develop application in SAP Cloud Platform, how I integrate with SAP Solution manager?

View Entire Topic
Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi orastarkly,

There are few APIs available that are specific to Solution Manager:

https://support.sap.com/content/dam/support/en_us/library/ssp/alm/sap-solution-manager/container/it-...

https://api.sap.com/package/SAPSolutionManager?section=Overview

To find more APIs in any SAP Netweaver-based solution (such as Solution Manager) you may inspect the system itself by going to transaction SOAMANAGER:

https://wiki.scn.sap.com/wiki/display/ABAPConn/How+to+find+Web+Service+WSDL+in+SOA+Manager

You may develop APIs for Solution Manager using ABAP language at the backend (SolMan). For that you might thing of taking the RESTful ABAP Programming Language approach (https://blogs.sap.com/2019/10/25/getting-started-with-the-abap-restful-programming-model/) or AIF (https://blogs.sap.com/2019/06/06/sap-application-interface-framework-on-premise/).

Another way to have A2A integration scenarios is to use SAP CPI (Cloud Process Integration Services). With this cloud service you may use BPMN to develop integration flows. It implements an endpoint that you can send messages and it would process them in order to transform and send them to an ABAP backend via iDoc, RFC, SOAP, REST adapters.

Best regards,
Ivan

Djunior
Newcomer
0 Likes
Would it be possible to integrate Solman and Prometheus or Grafana via an API? Thinking about observability and monitoring.