Hi All,
the interface IF_RSPLS_CR_METHODS contains the method DERIVE for characteristic derivation, but also DERIVE_HDB. I would assume this is to be used for calling a procedure in the hana database.
However, I already implemented a hana procedure using the interface IF_RSPLS_CR_EXIT_HDB , by passing the procudure name to parameter e_procedure_name_derive in method GET_SQLSCRIPT_INFO.
Anyone know for what reason the method DERIVE_HDB exists (or the other similar methods CHECK_HDB , CREATE_HDB , etc.... ) ?