‎2018 Dec 18 8:09 AM
Hi All,
While checking for custom code adaptation, we found few Native SQL statements in our current system 7.51.
EX:
1.

2.

Can you please suggest if there is any alternative to make this code compatible in S/4 Hana as this is Native SQL.
Best Regards,
KC
‎2018 Dec 18 9:48 AM
Convert to HANA sql? But use ADBC (CL_SQL_STATEMENT) or an AMDP. Or maybe it can be covered by new OpenSQL extensions.