Introduction:
SAP Datasphere is a powerful platform that allows organizations to create and manage data models, views, and integrations. On the other hand, Databricks is a widely used data analytics and machine learning platform. In this blog post, ...
Hello!!I have a requirement where I need to use Geo-Maps in SAP Analytics Cloud while using Live Connection to an on prem S/4HANA System. I use ABAP CDS for data modelling but I could not find a way to geo-enrich the data using the same.
Is there ...
Hi, I am trying to create a connection between SAP Analytics Cloud and Databricks using JDBC, I have set up Agent Kit and downloaded SparkJDBC42.jar and DatabricksJDBC42.jar and set up its path correctly in c4a_agent_drivers.properties.I have also cr...
Hi!
In this blog post, we will see how to calculate the accumulative sum using ABAP CDS views without using any AMDP function implementation.
First, let us see an example of cumulative amount figures by Calendar Year and Calendar Month.
Calendar...
Hello Adem,
Excellent blog.
I tried replicating the same code/scenario but getting this error in Datasphere when enabling real time access
Although, if I replicate any standard CDS extractor as a custom Z extractor, it works.
Can you help what ...
Hi Paul,
Thanks for your response.
Unlike SQL Server we can not use Function Over Partion By to calculate running sum total using CDS as it is not supported yet.
Hence, this gives an alternative to a beginner to calculate cummulative sums without...