Intro
Once you start seriously implementing and orchestrating the pipelines in the SAP DI, question will come your way - how can I dynamically run a (sub)graph? How to pass parameters to it? The standard offers us two ways to solve this problem, but...
We need a cloud application ☁
Let's assume that you or your company want to implement and sell a commercial product, for example, a cloud business application, which will provide unique business values and on top of that integrates with other SAP sys...
Introduction: automation using Zapier
I doubt it, you don’t know what Zapier is, but for a short recap: it’s the SaaS application that “automates apps in millions of ways”. You can choose ready to implement receipts that connect and automate the most...
Last time I wanted to play with hana-cli. I walked through the guide provided by (thomas.jung) and wanted to check out, what I can achieve with that.
If You are not familiar with hana-cli, please check first post blog/videos prepared by Thomas: http...
In this blog post, I wanted to show You my approach to checking the capabilities of SAP Business Application Studio for building and running application with other than UI5 javascript libraries/frameworks. To keep with SAP environment I installed the...
The references to n_1 from the outer query might cause issues, particularly the last condition to_int(n_1.lfdnr) > to_int(n2.lfdnr).Can You paste whole query?
Yes, Dataflows can do delta loads beyond just Replication Flows (but not in out-of-the-box):You can implement delta logic using timestamp fields (like "last updated at") to filter only changed records.
Do you have some trouble with that? You should be able to updated local table structure + replication flow. Let us know if You have an error or issue with that.