SQL
How to engineer your DB code
SAP Online Track 2020
Find the ONE … or the other
Some “finger-exercises” in data modeling, SQL programming, and making sense of ABAP design decisions.
Using new features not supported?!
What do you do when HANA tells you that the new feature you want to use is actually not supported?
This post has an answer for that.
Matchmaker – quick quick?
You’ve come up with a clever SQL to solve a problem but now you want to make it fast?
No worries! This post shows how I shaved off 50% runtime and memory by copy & paste.
Matchmaker
Finding alternative order-documents where the lineitems match a certain percentage of a reference document? In SQL? With no cursors? See how it’s done!