on ‎2020 Sep 14 3:56 AM
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?
Request clarification before answering.
Hi orastarkly,
There are few APIs available that are specific to Solution Manager:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.