Question 6 of 38Which rules does SAP recommend to improve the performance of ABAP reports on SAP HANA? (Choose two.)
Correct Answer: C, D
Question 7 of 38What must you take into consideration when you use the new Open SQL syntax (available as of SAP NetWeaver 7.4 SP05)? (Choose two.)
Correct Answer: B, C
Question 8 of 38When using an SAP HANA full text search, what do you have to keep in mind?
Correct Answer: D
Question 9 of 38You use ABAP Database Connectivity (ADBC) to issue native SQL calls to the database. Which method of class CL_SQL_RESULT_SET retrieves the entire result set of the native SQL call?
Correct Answer: B
Question 10 of 38You 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.)