on ‎2022 Jul 01 12:07 PM
What is the prerequisite for integrating SAP Order Management Foundation into our system? Please provide the integration methodology of REST API.
Request clarification before answering.
Hello,
If you want to consume SAP Order Management foundation API's, you have to, beside licensing the product:
1. have prepared your SAP BTP, Cloud Foundry environment (including assigning the entitlement, creating the service instance and a service key), see SAP Help
2. then you can retrieve the base URL for the API from the list of endpoints in the service key and construct the complete URL by adding the path as mentioned on the API hub ( base url + path)
3. Before sending a request to the API, you first have to follow the oAuth2 protocol and fetch a JWT token from xsuaa (credentials and URL can again be found in the service key).
4. Now you can construct your postman call with filling the complete URL (no port needed) and choosing Authorization type "Bearer Token", where the value is the retrieved "access_token" value from the xsuaa response.
Hope this helps further!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
stefan.weidemueller-schmidt
Hi Stefan,
Thanks again!
Okay, SAP Order Management is a different product SAAS on the cloud.
We are not trying to do order management but instead integrate invoice and payments.
Primarily these are the API endpoints we will need access to for integrating the payment systems.https://api.sap.com/api/payment/resource
Thanks,
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ajay,
SAP Order Management foundation is a separate product running as a Public cloud Software-as-a-Service offering on the BTP regions EU10 (AWS) and EU20 (Azure). It is not included in any S/4HANA products.
Best Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 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.