https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-HANA-Cloud-qa.xml SAP Community - SAP HANA Cloud 2026-02-28T15:01:09.899008+00:00 python-feedgen SAP HANA Cloud Q&A in SAP Community https://community.sap.com/t5/technology-q-a/data-lake-files-physical-storage-and-object-store-in-datasphere-amp-bdc/qaq-p/14298147 Data Lake Files physical storage and Object Store in Datasphere & BDC context 2025-12-27T17:52:56.191000+01:00 aalbis https://community.sap.com/t5/user/viewprofilepage/user-id/744935 <P>Greetings SAP experts!</P><P>For some time I am trying to understand some concepts in regards to the <U>Object Store</U> and <U>Data Lake Files physical storage</U> in Datasphere &amp; BDC context.</P><P>First I will start with naming the main service components of the SAP HANA Cloud that you can subscribe in SAP BTP:</P><UL><LI><STRONG>SAP HANA Cloud, SAP HANA database</STRONG></LI><LI><STRONG>SAP HANA Cloud, Data</STRONG> <STRONG>Lake&nbsp;</STRONG>further formed from:<UL><LI>Data Lake Files</LI><LI>Data Lake Relational Engine</LI></UL></LI></UL><P><A href="https://help.sap.com/docs/hana-cloud/sap-hana-cloud-getting-started-guide/sap-hana-cloud-components" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/hana-cloud/sap-hana-cloud-getting-started-guide/sap-hana-cloud-components</A></P><P>Now let's start with&nbsp;<STRONG>SAP Datasphere</STRONG></P><P>When we have a&nbsp;<U>Customer Managed</U> Space:</P><UL><LI>With Storage Type <U>SAP HANA Database (Disk and In-Memory)</U> -&gt; I believe physical storage will be in <STRONG>SAP HANA Cloud, SAP HANA database</STRONG> on which the Datasphere tenant itself relies on.</LI></UL><UL><LI>When it comes to Storage Type <U>SAP HANA Data Lake Files</U>:<UL><LI>Where are the Data Lake Files behind the Local Table(file) physically stored?<UL><LI>In the Object Store?<UL><LI>If yes - What kind of Object Store is used?<UL><LI>SAP Managed Object Store (File Container)?</LI><LI>External Object Store (Azure Blob Storage / Azure Data Lake, AWS S3 bucket,&nbsp;<SPAN class="">Google Cloud Storage</SPAN><SPAN>&nbsp;</SPAN>bucket)</LI></UL></LI></UL></LI><LI>In the SAP HANA Cloud, Data Lake Files (service component) of the SAP HAHA Cloud underlying SAP Datasphere tenant?</LI></UL></LI></UL></LI></UL><P>Further, in <STRONG>BDC</STRONG> context.</P><UL><LI>Let's say we activated a Data Package from BDC Cockpit, <SPAN>APRS starts pushing data to target HANA Data Lake Files i.e. SAP BDC Foundational services (FOS) layer.</SPAN><UL><LI><SPAN>Again, where are these Data Lake Files physically stored?</SPAN></LI></UL></LI></UL><P><SPAN><A href="https://help.sap.com/docs/hana-cloud-data-lake/welcome-guide/sap-hana-cloud-data-lake-terminology" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/hana-cloud-data-lake/welcome-guide/sap-hana-cloud-data-lake-terminology</A></SPAN></P><P><SPAN><A href="https://help.sap.com/docs/object-store/object-store-service-on-sap-btp/what-is-object-store" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/object-store/object-store-service-on-sap-btp/what-is-object-store</A></SPAN></P><P>&nbsp;</P><P><SPAN>Really appreciate any input helping me to clarify these topics.</SPAN></P><P><SPAN>Kind regards!</SPAN></P> 2025-12-27T17:52:56.191000+01:00 https://community.sap.com/t5/technology-q-a/ef-core-9-migrations-fail-with-sap-hana-provider-due-to-missing/qaq-p/14299656 EF Core 9 migrations fail with SAP HANA provider due to missing IMigrationsDatabaseLock support 2025-12-30T14:59:21.442000+01:00 jcassani https://community.sap.com/t5/user/viewprofilepage/user-id/1524092 <P>Hi everyone,</P><P>We are using SAP HANA Cloud (service type: schema) from an ASP.NET Core application with Entity Framework Core 9 and the Sap.EntityFrameworkCore.Hana provider.</P><P>We are facing a blocking issue when using EF Core migrations.</P><P>Problem description</P><P>When executing migrations (for example, by calling Database.Migrate() during application startup), EF Core throws the following exception:</P><P>System.NotSupportedException:<BR />Generating idempotent scripts for migrations is not currently supported for SQLite</P><P>The exception occurs in the following method:</P><P>IMigrationsDatabaseLock AcquireDatabaseLock()</P><P>Important clarification</P><P>We were previously using EF Core 6, where migrations worked by generating SQL scripts manually.</P><P>The application is correctly connected to SAP HANA Cloud and works properly as long as migrations are not executed.</P><P>We are not using SQLite; the error appears to be caused by internal reuse of SQLite migration infrastructure in the HANA provider.</P><P>Impact</P><P>This makes EF Core migrations unusable with SAP HANA, even when:</P><UL><LI><P>Using SAP HANA Cloud</P></LI><LI><P>Using schema-based services</P></LI><LI><P>Having full DDL permissions</P></LI></UL><P>As a result, migrations cannot be applied.</P><P>Request / Question</P><P>Is there any plan to:</P><UL><LI><P>Properly implement IMigrationsDatabaseLock for SAP HANA?</P></LI><LI><P>Remove or replace the SQLite-based fallback in the HANA EF Core provider?</P></LI><LI><P>Officially support EF Core 9 migrations, even if only partially (as was possible with version 6)?</P></LI></UL><P>At the moment, EF Core + HANA can only be safely used as an ORM, not as a schema management tool.</P><P>Any guidance, roadmap, or official recommendation would be highly appreciated.</P><P>Thanks in advance.</P> 2025-12-30T14:59:21.442000+01:00 https://community.sap.com/t5/technology-q-a/relationship-on-hana-cloud-max-connections-and-cap-db-connection-pools/qaq-p/14299756 Relationship on HANA Cloud Max Connections and CAP DB Connection Pools 2025-12-30T18:16:21.482000+01:00 hjshin https://community.sap.com/t5/user/viewprofilepage/user-id/1896128 <P>Hello,<BR />When two HDI containers that reference the same HANA Cloud instance are used by applications A and B respectively,<BR />if the sum of the DB connections configured in applications A and B exceeds the maximum number of connections internally configured in HANA Cloud (which, as I understand, is SAP-managed and cannot be changed arbitrarily by customers),<BR />could connection timeouts occur?</P><P>I expect that this could happen, but I would appreciate hearing others’ opinions, experiences, and any advice on possible solutions.</P> 2025-12-30T18:16:21.482000+01:00 https://community.sap.com/t5/technology-q-a/quot-unauthorized-quot-error-message-find-data-sources-for-calculation-view/qaq-p/14300102 "Unauthorized" error message - Find Data Sources for Calculation View 2025-12-31T18:25:36.903000+01:00 eduardo_espinosa https://community.sap.com/t5/user/viewprofilepage/user-id/198289 <P>Hi Experts.</P><P>I am working on a simple CAP application were I need to create a Calculation View ( .hdbcalculationview artifact) and when I browse the possible available tables for a Join or a Projection the&nbsp;"Unauthorized" error message appears (see the attached images).</P><P>The SAP Hana Cloud is setup via Cloud Central tools and is mapped and running in Cloud Foundry.</P><P>Do you know if is due a missing role or something else (HRTT API, SAPID, packages versions, other)?&nbsp;&nbsp;</P><P>Thanks in advance for your support</P><P>Eduardo</P><P>&nbsp;</P> 2025-12-31T18:25:36.903000+01:00 https://community.sap.com/t5/technology-q-a/is-there-any-standard-way-to-achieve-manage-global-hierarchies-in-sap-s4/qaq-p/14302347 Is there any standard way to achieve manage global hierarchies in SAP S4 Hana Cloud 2026-01-06T19:24:30.439000+01:00 madhava_munagala13 https://community.sap.com/t5/user/viewprofilepage/user-id/838689 <P>Hi Team,</P><P>The current implementation of two global hierarchies in the SAPUI5 Fiori app, bound to a tree table, requires four API calls per hierarchy. Scaling this to 12 hierarchies would necessitate 48 API calls, leading to significant performance degradation, data latency, and potential application crashes. Consequently, utilizing a custom ui5 Fiori app for retrieving multiple hierarchies is inefficient. Additionally, for every hierarchy in 4 th API call - need to aggregate the amount if id is unique. So multiple unique ids present applicable for all hierarchies, So achieving global hierarchy in SBS is not a good option with multiple api calls and data calculation in every 4 th api call and data wil be millions in production.</P><P>I suggested that the client, SBS fiori app is not a good option to achieve this requirement by calling APIS 48 times, every hierarchy we need to check repeated ids and calculate the total amount for unique id in the back end.</P><P>Also fiori app will use for limited data set. Not like million records calculations in the backend .</P><P>&nbsp;</P><P><FONT face="comic sans ms,sans-serif"><STRONG>Question : -&nbsp;</STRONG></FONT></P><P><STRONG>We are trying to build a GL Line Item report that has the functionality to display the report in "<FONT face="courier new,courier"><EM>multiple global hierarchie</EM></FONT></STRONG><STRONG><FONT face="courier new,courier"><EM>s"</EM></FONT> such as profit center, cost center and GL Account (total 12 multiple global hierarchies) in the same report. Side by side application has limitations, we want to know if there is a standard functionality to achieve this.</STRONG></P><P>&nbsp;</P><P>Thanks,</P><P>Madhava</P> 2026-01-06T19:24:30.439000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/my-s4-hana-is-running-in-quot-on-premiss-quot-or-quot-private-cloud-quot/qaq-p/14308276 My S4 HANA is running in "On Premiss" or "Private Cloud" ? 2026-01-16T01:39:32.764000+01:00 ShiZhekui https://community.sap.com/t5/user/viewprofilepage/user-id/1695826 <P><STRONG>Dear experts ,</STRONG></P><P>Good morning !</P><P>I am very confused about my system is running in which environment .</P><P>if i go to <A href="https://me.sap.com/home" target="_self" rel="noopener noreferrer">SAP For ME</A>&nbsp;--&gt; Systems &amp; Provisioning --&gt; Systems tab ,<BR />i can see my system id is included in <STRONG>Private Cloud</STRONG> group .</P><P>but yesterday i run&nbsp; ABAP class "<STRONG>CL_COS_UTILITIES</STRONG>" method "<STRONG>IS_S4H_ON_PREMISE</STRONG>" (in GUI , t-code = SE24),&nbsp;<BR />the result shows "<STRONG>X</STRONG>" !!!!</P><P>Could you help me to find out which one is correct and why another is wrong ?</P><P>Best regards<BR />Shi Zhekui</P> 2026-01-16T01:39:32.764000+01:00 https://community.sap.com/t5/technology-q-a/how-to-enable-alert-notifications-for-hana-job-hdbschedulerjob/qaq-p/14311022 How to enable Alert Notifications for HANA job (hdbschedulerjob) ? 2026-01-20T11:54:08.743000+01:00 yannmiquel https://community.sap.com/t5/user/viewprofilepage/user-id/14089 <P>Hello,</P><P>I'm looking for a solution to get an email when a scheduled HANA job&nbsp;failed. By HANA job, I mean the one created with the artifact&nbsp;<A href="https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-sql-reference-guide/create-scheduler-job-statement-data-definition?locale=en-US" target="_blank" rel="noopener noreferrer">hdbschedulerjob</A>.&nbsp;</P><P>Currently we use side applications to schedule the flowgraphs and get an email in case of error but I would prefer a native HANA+ANS solution.</P><P>Best regards,<BR />Yann</P> 2026-01-20T11:54:08.743000+01:00 https://community.sap.com/t5/technology-q-a/export-and-import-of-btp-sap-hana-cloud-instance/qaq-p/14313369 Export and import of BTP SAP HANA Cloud instance 2026-01-23T10:08:58.121000+01:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Hello,</P><P>We would like to understand if there is a way to export one BTP SAP HANA Cloud instance and import into another BTP SAP HANA Cloud instance.</P><P>If yes, please let us know the steps and documentation to achieve this.</P><P>Please share steps for both below scenarios:</P><OL><LI>Export one BTP SAP HANA Cloud instance and import into another BTP SAP HANA Cloud instance, both instances existing in different global accounts.</LI><LI>Export one BTP SAP HANA Cloud instance and import into another BTP SAP HANA Cloud instance, both instances existing in same global accounts.</LI></OL><P>&nbsp;</P><P>Thanks and Regards</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2026-01-23T10:08:58.121000+01:00 https://community.sap.com/t5/technology-q-a/hana-cloud-inconsistent-network-egress-consumption/qaq-p/14313738 HANA Cloud: Inconsistent Network Egress Consumption 2026-01-23T16:22:52.964000+01:00 bmcdonn2 https://community.sap.com/t5/user/viewprofilepage/user-id/248073 <P>Hello Everyone,</P><P>First, here's some context: we're making use of BTP with the Cloud Foundry Runtime with AWS as our backing hyperscaler and our primary persistence layer is HANA Cloud.</P><P>For the problem: Towards the end of 2025, we noticed some peculiar behavior with regards to network egress in our HANA Cloud instance. We had a very stable level of network egress consumption between January and September 2025 but in October and November we saw this consumption nearly double before receding to more baseline levels in December.&nbsp;</P><P>There are two problems with these changes in consumption levels:</P><OL><LI>We had no discernable code changes that correlate to the increases beginning in October OR the decrease that began in December</LI><LI>December is by far our highest volume month in terms of database use which is inconsistent with it returning to normal levels of network egress consumption</LI></OL><P>While this was initially discovered by looking at global account level consumption statistics, it was confirmed within the HANA Cloud dashboards themselves AND the metering and metrics APIs (as described here:&nbsp;<A href="https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-administration-guide/metering-metrics" target="_blank" rel="noopener noreferrer">Metering Metrics</A>).</P><P>Our leading theory into why we see these random jumps is due to how Availability Zones (AZs) are handled within BTP. HANA Cloud instances very clearly have an AZ visible in HANA Cloud Central. In our particular case that zone is us-east-1b.</P><P>App instances are another case entirely though. SAP has published a note on the question (<A href="https://me.sap.com/notes/0003476931" target="_self" rel="noopener noreferrer">3476931 - Is it possible to get Availability Zone for BTP Cloud Foundry application?</A>) which states the following as its resolution:</P><P class="lia-indent-padding-left-30px" style="padding-left : 30px;"><SPAN>SAP controls the AZ of Cloud Foundry applications to ensure availability. It is&nbsp;</SPAN><STRONG>not necessary/needed</STRONG><SPAN>&nbsp;that customers know/manage the AZ for custom applications.&nbsp;</SPAN></P><P>This clearly indicates the actual AZ of app instances is out of control of customers. This reveals a potential problem though given that the underlying hyperscaler AWS charges for network traffic between distinct AZs in the same region. If we take these facts together:</P><OL><LI>HANA Cloud is deployed in a particular AZ</LI><LI>App instances are deployed in AZs under the control of SAP</LI><LI>AWS charges for network data transfers across AZs</LI></OL><P>That would indicate that customers are open to seemingly random increases in network egress consumption based on how app instances are deployed and they have no means of controlling that.&nbsp;</P><P>Now, there is a note (<A href="https://me.sap.com/notes/3443501/E" target="_blank" rel="noopener noreferrer">3443501 - HANA Cloud overage costs</A>) that states managing network consumption is not SAP's responsibility, but given what we know about AZs, this seems customers lack the tools to adequately manage these costs.</P><P>The question: Given what we know, has anyone else experienced similar issues and how did you get this type of consumption under control? We really seem to be at a loss for this and these increases in consumption are non-trivial.</P><P>I appreciate any insights on the matter.</P><P>Thanks,</P><P>Brian</P><P>&nbsp;</P><P>&nbsp;</P> 2026-01-23T16:22:52.964000+01:00 https://community.sap.com/t5/crm-and-cx-q-a/no-corresponding-api-was-found-to-create-a-material-master-data/qaq-p/14317593 No corresponding API was found to create a material master data classification view 2026-01-29T11:38:31.709000+01:00 chunchen https://community.sap.com/t5/user/viewprofilepage/user-id/2145854 <P>No corresponding API was found to create a material master data classification view</P> 2026-01-29T11:38:31.709000+01:00 https://community.sap.com/t5/crm-and-cx-q-a/no-corresponding-api-was-found-to-publish-material-standard-costs/qaq-p/14317597 No corresponding API was found to publish material standard costs 2026-01-29T11:39:55.798000+01:00 chunchen https://community.sap.com/t5/user/viewprofilepage/user-id/2145854 <P>No corresponding API was found to publish material standard costs</P> 2026-01-29T11:39:55.798000+01:00 https://community.sap.com/t5/financial-management-q-a/event-based-revenue-recognition-for-service-dokuments-3m3/qaq-p/14318424 Event based Revenue Recognition for service dokuments 3M3 2026-01-30T09:45:38.452000+01:00 ManuelWagner619 https://community.sap.com/t5/user/viewprofilepage/user-id/1751888 <P>Hello dear proffessionals,&nbsp;</P><P>we use the 3M3 for service Documents. The customer wants to change the correction account into the revenue account of origin, in order to have a better overview, when the posting is done after a run.&nbsp;</P><P>So like....Revenue Account is 40000009 then for correction the system should take the same account to book the accruals against.&nbsp;</P><P>Where can we maintain this change in the System?&nbsp;</P><P>&nbsp;</P><P>Thank you in advance.&nbsp;</P><P>BR</P><P>Manuel&nbsp;</P> 2026-01-30T09:45:38.452000+01:00 https://community.sap.com/t5/technology-q-a/sap-hana-rebates-partner-determination-for-contract-rebate/qaq-p/14325786 SAP HANA Rebates: Partner determination for Contract Rebate 2026-02-10T21:05:25.458000+01:00 mirthalalozanocorrea https://community.sap.com/t5/user/viewprofilepage/user-id/701114 <P>Hi Community!</P><P>I have a customer in SAP HANA requesting that in Contract Rebates could be by SHIP TO PARTY instead of PI Invoicing Party.&nbsp; In configuration I see that I can change the partner but I'm not sure if all Invoice documents will be taken into account since Invoice documents have not Ship to party partner.</P><P>Could you please help me to understand if I change Contract Rebates partner to SH will be take all Invoice document for Settlement?</P><P>&nbsp;</P><P>Regards</P><P>Mirtha</P> 2026-02-10T21:05:25.458000+01:00 https://community.sap.com/t5/technology-q-a/how-to-reverse-the-client-copy/qaq-p/14326894 how to reverse the client copy 2026-02-12T08:39:49.969000+01:00 Gavin_ZOUFENG https://community.sap.com/t5/user/viewprofilepage/user-id/1426327 <DIV class=""><DIV class=""><P class=""><SPAN>Hello experts, </SPAN></P><P class=""><SPAN>I would like to ask how to reverse the client copy action? I used transaction code SCC9N to perform a remote client copy with the profile SAP_CUST. Originally, I only wanted to overwrite the configuration from the production environment to the test environment, but I didn’t expect it to clear all the business data in the test environment. Is there any way to restore it?</SPAN></P></DIV></DIV><DIV class="">&nbsp;</DIV><DIV class=""><DIV class=""><DIV class="">&nbsp;</DIV></DIV></DIV> 2026-02-12T08:39:49.969000+01:00 https://community.sap.com/t5/technology-q-a/error-in-hana-deployment-in-vs-code/qaq-p/14330688 Error in hana deployment in VS code 2026-02-18T09:20:47.729000+01:00 Babita_Sharma https://community.sap.com/t5/user/viewprofilepage/user-id/1441649 <P>I am trying to configure my <STRONG>CAPM+UI5</STRONG> app in VS code, with the deployment in BTP trial account. During my initial configuration step for binding the hana instance i had encounter the error stating: "<STRONG>self-signed certificate in certificate chain</STRONG>". I was able to bundle up the certificates and the binding was successful. After that when i tried with the command "<STRONG>cds deploy --to hana</STRONG>" i have got the error as bellow:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Babita_Sharma_0-1771402621867.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373699iA4C305A821A9C712/image-size/medium?v=v2&amp;px=400" role="button" title="Babita_Sharma_0-1771402621867.png" alt="Babita_Sharma_0-1771402621867.png" /></span></P><P>Could anyone help in the resolving of the issue.</P><P>Regards,</P><P>Babita</P> 2026-02-18T09:20:47.729000+01:00 https://community.sap.com/t5/supply-chain-management-q-a/app-quot-manage-purchase-orders-quot-print-view-is-not-shown-message-form/qaq-p/14330950 App "Manage Purchase orders" print view is not shown - Message: form template not found 2026-02-18T13:00:01.859000+01:00 bouhamidi https://community.sap.com/t5/user/viewprofilepage/user-id/966555 <P>Hi,<BR />I’ve created a line item in the "Manage Purchase Orders" app using a cost center (no material master). To be precise, I’m facing an issue with the print preview.</P><P><STRONG>The Problem:</STRONG>&nbsp;I cannot see the print preview&nbsp;<STRONG><U>before</U></STRONG>&nbsp;saving the PO when logged in in&nbsp;<STRONG>German</STRONG>. However, the preview works perfectly when the login language is&nbsp;<STRONG>English</STRONG>.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bouhamidi_0-1771415732700.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373832i8FD31D24F94898A8/image-size/medium?v=v2&amp;px=400" role="button" title="bouhamidi_0-1771415732700.png" alt="bouhamidi_0-1771415732700.png" /></span></P><P>When attempting the preview in German, I receive the following pop-up messages:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bouhamidi_1-1771415732701.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373831i96C2EAA1D7B5CBAA/image-size/medium?v=v2&amp;px=400" role="button" title="bouhamidi_1-1771415732701.png" alt="bouhamidi_1-1771415732701.png" /></span></P><P>Following message is being shown after I choose the preview above:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bouhamidi_2-1771415732701.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373830i0A94E0602977E04F/image-size/medium?v=v2&amp;px=400" role="button" title="bouhamidi_2-1771415732701.png" alt="bouhamidi_2-1771415732701.png" /></span></P><P><STRONG>In Transaction OPD:&nbsp;Output Parameter Determination:</STRONG>&nbsp;Here is the current configuration for the output parameters:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bouhamidi_3-1771415732703.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373834i8E2444091FCC613A/image-size/medium?v=v2&amp;px=400" role="button" title="bouhamidi_3-1771415732703.png" alt="bouhamidi_3-1771415732703.png" /></span></P><P>&nbsp;</P><P>This is the second part of the same picture above of the output parameter determination</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bouhamidi_4-1771415732704.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/373833iE78E1BA7BDBD2BC0/image-size/medium?v=v2&amp;px=400" role="button" title="bouhamidi_4-1771415732704.png" alt="bouhamidi_4-1771415732704.png" /></span></P><P><STRONG>Why is the preview failing specifically for the German login? Does this relate to the cost center assignment (which means for materials withoud master data) or a language-specific setting in the output determination?<BR /></STRONG>Thank you for any relevant information.</P><P>&nbsp;</P><P><SPAN>&nbsp;</SPAN></P> 2026-02-18T13:00:01.859000+01:00 https://community.sap.com/t5/crm-and-cx-q-a/clarification-on-sap-s-4hana-apis-for-customer-billing-and-financial/qaq-p/14331611 Clarification on SAP S/4HANA APIs for Customer, Billing, and Financial History Integration 2026-02-19T09:55:38.540000+01:00 kavinkumar_g241 https://community.sap.com/t5/user/viewprofilepage/user-id/2199253 <P>Hi Experts,</P><P>I am currently working on integrating an external web application with SAP S/4HANA and would appreciate some guidance on selecting the appropriate APIs/services.</P><P><STRONG>Application Context:</STRONG><BR />My application functions as a customer management portal. In the existing system (Oracle-based), we display and manage:</P><UL><LI><P>Customer data</P></LI><LI><P>Bill / Invoice details</P></LI><LI><P>Bill / Invoice history</P></LI><LI><P>Financial account (FA) history</P></LI><LI><P>To-Do management (Add / Update / Delete operations)</P></LI></UL><P>We now need to implement similar functionality using SAP S/4HANA.</P><P><STRONG>Clarifications Needed:</STRONG></P><OL><LI><P><STRONG>Customer Data</STRONG><BR />Which APIs are recommended for retrieving and managing customer master data?</P></LI><LI><P><STRONG>Billing / Invoice Details</STRONG><BR />Which standard APIs should be used to fetch:</P><UL><LI><P>Invoice / billing details</P></LI><LI><P>Invoice history / open items</P></LI></UL></LI><LI><P><STRONG>Financial Account / History</STRONG><BR />For financial/account-related history (balances, transactions, etc.), which APIs or services are appropriate?</P></LI><LI><P><STRONG>CRUD Operations</STRONG><BR />For operations such as Add / Update / Delete (e.g., To-Dos or related entities), should we rely on:</P><UL><LI><P>Standard OData APIs</P></LI><LI><P>CDS-based services</P></LI><LI><P>Custom APIs</P></LI></UL></LI><LI><P><STRONG>Best Practice Approach</STRONG><BR />From an architectural perspective, what is the recommended approach:</P><UL><LI><P>Standard SAP APIs (API Hub)</P></LI><LI><P>Custom CDS Views + OData</P></LI><LI><P>RAP / BTP-based services</P></LI></UL></LI></OL><HR /><P>Any pointers to relevant APIs, documentation, or best practices would be greatly appreciated.</P><P>Thanks in advance for your support.<BR /><BR />Best regards,<BR />Kavinkumar</P> 2026-02-19T09:55:38.540000+01:00 https://community.sap.com/t5/technology-q-a/hana-cloud-how-to-identify-the-unused-database-objects/qaq-p/14333993 HANA Cloud - How to identify the unused database objects 2026-02-23T11:02:25.006000+01:00 umashankar_yadava17743 https://community.sap.com/t5/user/viewprofilepage/user-id/2283134 <P>We have a lot of objects in the database and we are working on cleanup activity.</P><P>I am trying to identify the unused database objects tables, procedures, calculation views etc., (Let's say the objects which are not used at least in the last one year)</P><P>But I am not able to find any system tables which give that info directly.</P><P>Can someone suggest me the best way / SQL to use?</P> 2026-02-23T11:02:25.006000+01:00 https://community.sap.com/t5/technology-q-a/how-to-get-the-url-of-the-odataservice-generated-by-cds/qaq-p/14335115 How to get the URL of the OdataService generated by CDS 2026-02-24T09:31:47.176000+01:00 aczeitnerBW https://community.sap.com/t5/user/viewprofilepage/user-id/2101902 <P>Hello Guys!<BR /><BR />I am developing in the Business application studio for quite some time Hana CDS views and I have started to generate Odata Services.&nbsp;<BR /><BR />I know what is the url of the main branch for testing the odata service but right now If I want to test an Odata Service I have to merge back my development into the main branch to test it out.<BR /><BR />My questions is how to the get URL for the service that exists in my own development hana container.<BR />I would like to test my services before merging but this is impossible I have know clue where to look for the URL</P><P>Thanks in Advance</P> 2026-02-24T09:31:47.176000+01:00 https://community.sap.com/t5/technology-q-a/unable-to-update-data-in-custom-external-s-4hana-odata-service-ssam2405/qaq-p/14337208 Unable to Update Data in Custom External S/4HANA OData Service (SSAM2405) 2026-02-26T10:40:31.511000+01:00 a_kingston https://community.sap.com/t5/user/viewprofilepage/user-id/1434998 <P>Hello Experts,</P><P>We are trying to integrate an additional external <STRONG>S/4HANA OData service</STRONG> (our own custom service) into the standard <STRONG>SAP Service and Asset Manager (SSAM) 2405</STRONG> application.</P><P><STRONG>Steps we followed:</STRONG></P><OL><LI><P>Created a destination in <STRONG>SAP Mobile Services</STRONG> for our external S/4HANA service.<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_0-1772096805394.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377259iD33A055481D9C67A/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_0-1772096805394.png" alt="a_kingston_0-1772096805394.png" /></span></P></LI></OL><P>&nbsp; &nbsp; &nbsp;2. Added the service to the standard SSAM metadata by creating a new service in the Z component&nbsp;&nbsp;</P><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_1-1772096996128.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377263i964DE18228603584/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_1-1772096996128.png" alt="a_kingston_1-1772096996128.png" /></span><BR /><BR />&nbsp; &nbsp; &nbsp;3. After synchronization, the service metadata was generated successfully (XML created without errors)</P><P>&nbsp; &nbsp; &nbsp;4. We are able to read data from the backend service successfully in the application<BR /><BR /></P><P><STRONG>Issue:</STRONG></P><P>When we try to update data from the Edit page, the Save action triggers the OData Update action, but the data is not updated. We are receiving an <STRONG>Internal Server Error</STRONG>.</P><P>In the backend traces, only <STRONG>GET requests</STRONG> are being triggered. There are no <STRONG>POST</STRONG> or <STRONG>PUT</STRONG> requests being sent during the update operation.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_5-1772098460881.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377279i5986B29400A49103/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_5-1772098460881.png" alt="a_kingston_5-1772098460881.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_2-1772098058066.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377274i1F108FAE5C0D88BF/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_2-1772098058066.png" alt="a_kingston_2-1772098058066.png" /></span>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_0-1772101305786.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377293i8DE61BD2D6E5B122/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_0-1772101305786.png" alt="a_kingston_0-1772101305786.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a_kingston_0-1772099523082.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/377284i599F034F39EBAFBF/image-size/medium?v=v2&amp;px=400" role="button" title="a_kingston_0-1772099523082.png" alt="a_kingston_0-1772099523082.png" /></span></P><P><STRONG>Question:</STRONG></P><P>Is it supported to use a custom external S/4HANA OData service within the standard SSAM metadata?</P><P>If yes:</P><UL><LI><P>Are there any additional configuration steps required to update the data? Have we missed anything?</P></LI></UL><P>Any guidance would be greatly appreciated.<BR /><SPAN>Thank you in advance.</SPAN></P><P><SPAN>Best regards,</SPAN><BR /><STRONG>Kingston A.<BR /><BR /><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank">SAP HANA service for SAP BTP</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>&nbsp;&nbsp;,&nbsp;</SPAN></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Field+Service+Management%25252C+connector+for+SAP+Business+One/pd-p/73555000100800001694" target="_blank">SAP Field Service Management, connector for SAP Business One</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>&nbsp;&nbsp;</SPAN><BR /></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Service+and+Asset+Manager/pd-p/73555000100800000639" target="_blank">#SAP Service and Asset Manager,&nbsp; &nbsp;</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Mobile+Services/pd-p/668874921104038800958643358380369" target="_blank">#SAP Mobile Services</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>,&nbsp;&nbsp;</SPAN></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Mobile+Asset+Management/pd-p/73554900100700001067" target="_blank">#SAP Mobile Asset Management</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>&nbsp;,&nbsp;</SPAN></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+BTP%25252C+Kyma+runtime/pd-p/73554900100800003012" target="_blank">SAP BTP, Kyma runtime</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>&nbsp;&nbsp;,&nbsp;</SPAN></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+Enterprise+Cloud/pd-p/161153735145145802176671450589155" target="_blank">SAP HANA Enterprise Cloud</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank"><SPAN>&nbsp;&nbsp;</SPAN></A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+service+for+SAP+BTP/pd-p/73555000100800001352" target="_blank">SAP HANA service for SAP BTP</A>&nbsp;&nbsp;,&nbsp;<A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Field+Service+Management%25252C+connector+for+SAP+Business+One/pd-p/73555000100800001694" target="_blank">SAP Field Service Management, connector for SAP Business One</A>&nbsp;&nbsp;<BR /><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Service+and+Asset+Manager/pd-p/73555000100800000639" target="_blank">#SAP Service and Asset Manager,&nbsp; &nbsp;</A><A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Mobile+Services/pd-p/668874921104038800958643358380369" target="_blank">#SAP Mobile Services</A>,&nbsp;&nbsp;<A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+Mobile+Asset+Management/pd-p/73554900100700001067" target="_blank">#SAP Mobile Asset Management</A>&nbsp;,&nbsp;<A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+BTP%25252C+Kyma+runtime/pd-p/73554900100800003012" target="_blank">SAP BTP</A>,&nbsp;<A class="" href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+Enterprise+Cloud/pd-p/161153735145145802176671450589155" target="_blank">SAP HANA Enterprise Cloud</A>&nbsp;</STRONG></P><P>&nbsp;</P><P>&nbsp;</P> 2026-02-26T10:40:31.511000+01:00