nerdexam
SAP

E_HANAAW_16 · Question #129

What are best practices when programming in ABAP for SAP HANA? There are 2 correct answers to this question.

The correct answer is B. Eliminate nested SELECT statements to reduce the overall number of database accesses. See the full explanation below for the reasoning.

Question

What are best practices when programming in ABAP for SAP HANA? There are 2 correct answers to this question.

Options

  • ACalculate aggregations using ABAP code on the application server to limit database load
  • BEliminate nested SELECT statements to reduce the overall number of database accesses
  • CUse a column list in the SELECT clause to ensure that you only read a column if it is really required
  • DUse repeated SELECT SINGLE statements to ensure that you only read arrow if it is really required

How the community answered

(39 responses)
  • A
    15% (6)
  • B
    74% (29)
  • C
    3% (1)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice