Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom Code Adaptation - Solution for Native SQL statements

chaitanyank_sap
Participant
0 Likes
918

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

1 REPLY 1
Read only

matt
Active Contributor
743

Convert to HANA sql? But use ADBC (CL_SQL_STATEMENT) or an AMDP. Or maybe it can be covered by new OpenSQL extensions.