Other related services
We have covered a lot so far, and as visible in the example architecture design, so many SAP BTP services can be involved in an application development scenario. But there is still room for extending our scenario with other services. The good side of all these services being available on SAP BTP is that it’s easy to integrate them, the connectivity between them is efficient, and it’s possible to manage their lifecycles together. Let’s briefly cover other services that can be leveraged in an application development scenario:
- SAP Integration Suite: The best practice programming models suggest implementing services in an API-led approach. As you may recall, with both CAP and RAP, the end product is a set of OData APIs. So, in an inbound scenario, you can create a layer to control access and protect these APIs using the API Management capability of SAP Integration Suite. We discussed a digital integration hub design example in Chapter...