You want to move some of the logic of an ABAP program into an ABAP-managed database procedure (AMDP). To do so, you need
to translate Open SQL statements into SAP HANA Native
SQL. Which of the following are necessary adjustments? Note:
There are 3 correct answers to this question.
A. Replace UP TO n ROWS additions.
B. Add explicit client handling.
C. Replace CORRESPONDING FIELDS additions.
D. Replace ORDER BY additions.
E. Specify the schema for every table.