Hello Experts,
We are writing a Native HANA Procedure for a complex business case.
For a subpart of the overall functionality, I want to reuse a logic which has already been developed as ABAP FM in ECC system.
Here no access to any ECC table is required as all i need is to pass some itab and get output as another itab.
In order to save time, I want to recreate the FM in HANA ABAP stack and wan to call this FM from my HANA procedure passing the itab and getting processed result.
I have seen various posts on consuming HANA procedures from ABAP programs, or running SQL scripts in ABAP programs, but I want to do the reverse.
Is it possible to do so, and if yes how?
I ll really appreciate quick help, as I want to reuse ABAP FM in order to save time of rewriting it in SQL
-BR
Krishan