cancel
Showing results for 
Search instead for 
Did you mean: 

Replacement for Native SQL Statements(EXEC...ENDEXEC andDB HINTS) in SAP

former_member191161
Participant
923

Hi Experts,

My requirement is to find replacement for the Native SQL statements.

So what are the replacement for Native SQL Statements(EXEC...ENDEXEC andDB HINTS) when moving to HANA systems

Please help me out.

Thanks in advance..

Regards,

Siva R

Accepted Solutions (0)

Answers (1)

Answers (1)

retired_member
Product and Topic Expert
Product and Topic Expert

Native SQL is, well Native SQL.

So if you want to migrate native SQL statements from your database to a HANA database, you have to look up the respective SQL documentations to find out how to adjust your statements. Same for DB hints.

The EXEC statements itself are not influenced but I'd propose to switch to ADBC during that migration.