SAP Certified Technology Associate – System Administration (SAP HANA as a Database) with SAP NetWeaver 7.5 — Question 23
In ABAP programs, what are features of ABAP SQL that are not available with native SQL? (Choose two.)
Answer options
- A. Database independence
- B. Execution without a work process
- C. Use of the AS ABAP data buffer
- D. Execution of ABAP programs as database procedures
Correct answer: A, C
Explanation
The correct answers, A and C, highlight features like database independence and the ability to utilize the AS ABAP data buffer, which are unique to ABAP SQL. Options B and D are incorrect because they either relate to execution methods not specific to ABAP SQL or do not represent a feature exclusive to it.