Is it possible to utilize a classical ABAP dictionary object type in HANA SQL?
In my particular case I am working with an .hdbprocedure and would therein like to declare a table variable of a type already existing in the ABAP-dictionary. AMDP is not suitable in my case.
Is that possible or do I have to also declare the table type as global table types via CDS(.hdbdd files) for consumption within the SP?