Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Template CAP > SAP Datasphere #15

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

mauriciolauffer
Copy link
Collaborator

Title

CAPM - SAP Datasphere

Description

A CAP application consuming data from SAP Datasphere.

When should I use it?

  • When business data and models are available in SAP Datasphere, they can be exposed as OData Services.
  • When a CAP app needs to connect to SAP Datasphere (DS), do not connect to the HDI container underneath DS, use the OData Services provided by DS.
  • Using DS OData Services simplifies consumption and maintenance as there is no need to configure HDI cross-container accesses, roles and synonyms.

Examples

  • Side-by-Side extensions to keep the Core Clean.
  • An application that extends standard Purchase Orders with custom data.
  • An application that gives access to employee information mixing data from SAP S/4HANA and SuccessFactors.
  • An application using data from Google BigQuery and SAP S/4HANA.

Footnotes

  • HTML5 Application Repository Service can host any web app such as SAP Fiori, Angular, React, Vue, etc.
  • CAPM (Cloud Application Programming Model) apps could be developed in Node.js or Java.
  • Communication between the services should go through the Destination Service, not added to the diagram to simplify it.
  • On-premise solutions could be both SAP and non-SAP.
  • Cloud solutions could be both SAP and non-SAP.
  • SAP Cloud Identity Services is not required to connect to On-premise or Cloud solutions.

Image

image

Tags / Keywords

CAP, CAPM, Node.js, Java, SAP Datasphere, OData

@mauriciolauffer mauriciolauffer merged commit 7c0601e into main Nov 28, 2023
@mauriciolauffer mauriciolauffer deleted the template-cap-sap-datasphere branch November 28, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant