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: Add CAP > HANA template #10

Closed
wants to merge 2 commits into from
Closed

Conversation

mauriciolauffer
Copy link
Collaborator

@mauriciolauffer mauriciolauffer commented Nov 28, 2023

Title

CAPM - HANA

Description

Simple CAP application consuming SAP HANA Cloud service.

When should I use it?

  • When SAP HANA Cloud artifacts (tables/views/etc) are modelled in the same CAP project.
  • The CAP app has direct access to the database layer, no extra configuration is required.
  • The data required by the app doesn't exist in other systems (cloud or on-premise).

Examples

  • Side-by-Side extensions to keep the Core Clean.
  • A marketing campaign app created to capture customer details in an event.
  • An HR app created for new employees to track their onboarding progress.

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, HANA, HANA Cloud

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