/sap-cloud-sdk-demo-2023-01

Primary LanguageJavaApache License 2.0Apache-2.0

Demo application

... to showcase SAP Cloud SDK in action.

Use case

Spring Boot application to call an SAP S/4HANA OData endpoint.

Concrete benefits of Cloud SDK:

  • Hide complexity of establishing connectvity and SAP BTP service communication:
    • Authentication and Authorization Service (XSUAA)
    • Identity Service
    • Destination Service
    • Connectivity Service

Branches

  • main/vanilla
    • No usage of SAP Cloud SDK, implementation is done from scratch.
  • main/v3 (diff)
    • Best practices applied from most recent v3 release.
  • main/v4 (diff)
    • Migration to version v4