I have implemented and activated a class with an AMDP call:
METHOD MY_HANA_PROCEDURE BY DATABASE PROCEDURE FOR HDB LANGUAGE SQLSCRIPT.
Now I expect a corresponding generated HANA procedure to appear under the schema SAPHANAABAP.
I do see a bunch of procdures from preinstalled demos e.g. "ZCL_AMDP_SIMPLE_00=>GET_CUSTOMER_INFOS" but not the one I created.
What is wrong/missing?