From 6a718a08ce1ffbca7021f54d2def47669405d131 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:41:04 +0200 Subject: [PATCH 1/3] docs: hana cloud maintenance --- guides/databases-hana.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/databases-hana.md b/guides/databases-hana.md index 99343d6e5..d036c865d 100644 --- a/guides/databases-hana.md +++ b/guides/databases-hana.md @@ -53,7 +53,11 @@ The datasource for SAP HANA is then auto-configured based on available service b ::: +## Maintenance +The database services are validated against the maintained versions of SAP HANA Cloud. It's not guaranteed that outdated versions are fully functional with the latest database services. + +[See the official SAP HANA Cloud documentation for their maintenance strategy.](https://help.sap.com/docs/HANA_CLOUD_CN/1f64fe39189f4176bf659e737d62222a/6ced4d164e234b74aa9bea82435ce9a8.html){.learn-more} ## Running `cds build` From 45908763d0d433192c9600573ea859f52037fe2d Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:28:36 +0200 Subject: [PATCH 2/3] Update guides/databases-hana.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrian Görler --- guides/databases-hana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/databases-hana.md b/guides/databases-hana.md index d036c865d..585ea2fea 100644 --- a/guides/databases-hana.md +++ b/guides/databases-hana.md @@ -55,7 +55,7 @@ The datasource for SAP HANA is then auto-configured based on available service b ## Maintenance -The database services are validated against the maintained versions of SAP HANA Cloud. It's not guaranteed that outdated versions are fully functional with the latest database services. +The database services are validated against the latest maintained QRC version of SAP HANA Cloud. It's not guaranteed that outdated versions are fully functional with the latest database services. [See the official SAP HANA Cloud documentation for their maintenance strategy.](https://help.sap.com/docs/HANA_CLOUD_CN/1f64fe39189f4176bf659e737d62222a/6ced4d164e234b74aa9bea82435ce9a8.html){.learn-more} From 14c538cd720cbef8b58bfb21f57845f7031bb9fd Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Tue, 2 Sep 2025 14:56:34 +0200 Subject: [PATCH 3/3] edit --- guides/databases-hana.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/guides/databases-hana.md b/guides/databases-hana.md index 585ea2fea..7e8a71f11 100644 --- a/guides/databases-hana.md +++ b/guides/databases-hana.md @@ -9,10 +9,14 @@ status: released [SAP HANA Cloud](https://www.sap.com/products/technology-platform/hana.html) is supported as the CAP standard database and recommended for productive use with full support for schema evolution and multitenancy. -::: warning +::: warning Validation strategy CAP isn't validated with other variants of SAP HANA, like "SAP HANA Database as a Service" or "SAP HANA (on premise)". +The database services are validated against the latest maintained QRC version of SAP HANA Cloud. It's not guaranteed that outdated versions are fully functional with the latest database services. + +[See the official SAP HANA Cloud documentation for their maintenance strategy.](https://help.sap.com/docs/HANA_CLOUD_CN/1f64fe39189f4176bf659e737d62222a/6ced4d164e234b74aa9bea82435ce9a8.html){.learn-more} + ::: ## Setup & Configuration @@ -53,13 +57,6 @@ The datasource for SAP HANA is then auto-configured based on available service b ::: -## Maintenance - -The database services are validated against the latest maintained QRC version of SAP HANA Cloud. It's not guaranteed that outdated versions are fully functional with the latest database services. - -[See the official SAP HANA Cloud documentation for their maintenance strategy.](https://help.sap.com/docs/HANA_CLOUD_CN/1f64fe39189f4176bf659e737d62222a/6ced4d164e234b74aa9bea82435ce9a8.html){.learn-more} - - ## Running `cds build` Deployment to SAP HANA is done via the [SAP HANA Deployment Infrastructure (HDI)](https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-developer-guide-for-cloud-foundry-multitarget-applications-sap-business-app-studio/sap-hdi-deployer?) which in turn requires running `cds build` to generate all the deployable HDI artifacts. For example, run this in [cap/samples/bookshop](https://github.com/SAP-samples/cloud-cap-samples/tree/main/bookshop):