ABAP Managed Database Procedures (AMDP)
Writing native HANA SQLScript logic callable directly from ABAP for maximum performance code pushdown.
AMDP comes up in advanced S/4HANA interviews specifically when a candidate has claimed performance-tuning or code-pushdown expertise, because it's the deepest level of database-layer optimization ABAP developers can reach - beyond CDS views - and interviewers use it to separate people who've genuinely written HANA-native logic from people who've only read about it.
A CDS view is like a well-defined recipe card the kitchen can follow declaratively; AMDP is handing the kitchen a fully procedural cooking show script with loops and conditional steps, because some dishes genuinely need more elaborate step-by-step logic than a static recipe card alone can express, and you still want it all done in the kitchen (HANA) rather than shipping raw ingredients to the dining room (ABAP layer) to be cooked there.