Skip to content

Commit

Permalink
sap: document technical requirements (#4604)
Browse files Browse the repository at this point in the history
for currently all 3 available modules described

---------

Co-authored-by: Christina Ausley <[email protected]>
  • Loading branch information
vobu and christinaausley authored Nov 21, 2024
1 parent 0fb2903 commit bb084be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/components/early-access/alpha/sap/camunda-sap-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,31 @@ Camunda's SAP integration consists of several features that can be used independ
These features run in the customer's [SAP BTP instance](https://www.sap.com/products/technology-platform.html). They do not require a proprietary Camunda setup, and instead re-use an existing infrastructure with minimal prerequisites.

![SAP integration overview](./img/sap-integration-overview.png)

## Technical requirements

All SAP integration artifacts have the following technical requirements:

- They run on SAP BTP, Cloud Foundry environment, and thus [need the respective service](https://discovery-center.cloud.sap/serviceCatalog/cloud-foundry-runtime?region=all).
- [(free) Destination Service](https://discovery-center.cloud.sap/serviceCatalog/destination?region=all&service_plan=lite&commercialModel=btpea) for system and service connectivity.
- If the S/4 or ECC system is located on-premises:
- [(free) Connectivity Service](https://discovery-center.cloud.sap/serviceCatalog/connectivity-service?region=all)
- [SAP Cloud Connector](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/cloud-connector) configured and connected to both S/4 ECC and the BTP subaccount where the Camunda SAP integration artifacts will run.
- Technical user with respective access right to the S/4 and/or ECC system.

### SAP OData Connector

No additional requirements.

### SAP RFC Connector

- [(free) SAP Authorization and Trust Management Service](https://discovery-center.cloud.sap/serviceCatalog/authorization-and-trust-management-service?region=all)

### SAP BTP integration

- [(free) SAP Authorization and Trust Management Service](https://discovery-center.cloud.sap/serviceCatalog/authorization-and-trust-management-service?region=all)
- [PostgreSQL on SAP BTP, hyperscaler option](https://discovery-center.cloud.sap/serviceCatalog/postgresql-hyperscaler-option?region=all)

For scaling out and up, either add multiple instances of an integration module (for example, the SAP OData Connector) or equip an integration module with more runtime memory (for example, the SAP BTP integration).

For more sophisticated tuning, all mechanisms of BTP can be applied (such as the [(free) Application Autoscaler](https://discovery-center.cloud.sap/serviceCatalog/application-autoscaler?service_plan=standard&region=all&commercialModel=btpea)), as all SAP integration artifacts fully adhere to the BTP cloud-based development standards and can be fully configured just as any custom developed apps on BTP.

0 comments on commit bb084be

Please sign in to comment.