Hi all,
We have a HANA database (independent) connected to an ABAP system (which has its own database, different from our HANA DB). We need to execute ABAP reports from our HANA database using SQL queries in order to manipulate the results in HANA (something similar as a remote function call in ABAP but for HANA).
Example: With SQL coding in HANA, open an ABAP remote connection to execute ABAP report RSRFCCHK and get the results in the HANA database.
Do you have any insights on how this could be done?
Thanks in advance!