SAP Certified Development Specialist – ABAP for SAP HANA 2.0 — Question 3
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? (Choose three.)
Answer options
- A. Replace CORRESPONDING FIELDS additions
- B. Add explicit client handling
- C. Specify the schema for every table
- D. Replace ORDER BY additions
- E. Replace UP TO n ROWS additions
Correct answer: A, B, E
Explanation
The correct adjustments involve replacing CORRESPONDING FIELDS additions, adding explicit client handling, and replacing UP TO n ROWS additions, as these are necessary for compatibility with SAP HANA Native SQL. Specifying the schema for every table and replacing ORDER BY additions are not required adjustments when transitioning to AMDP.