nerdexam
SAP

E_HANAAW_16 · Question #175

You execute a Native SQL query statement to retrieve a list of information using the corresponding ABAP Database Connectivity (ADBC) API method. Which additional steps are necessary to retrieve the…

The correct answer is C. Bind a reference to the internal table as an output parameter to the CL_SQL_RESULT_SET instance. See the full explanation below for the reasoning.

Question

You execute a Native SQL query statement to retrieve a list of information using the corresponding ABAP Database Connectivity (ADBC) API method. Which additional steps are necessary to retrieve the result set into an internal table? 2 ans

Options

  • AClose the CL_SQL_STATEMENT object to release the resources.
  • BUse an Open SQL query that uses the JOIN between the result set and the internal table as a data source.
  • CBind a reference to the internal table as an output parameter to the CL_SQL_RESULT_SET instance.
  • DFetch the result using the next_package method of class CL_SQL_RESULT_SET.
  • EFetch the result using the fetch method of class CL_SQL_EXECUTE.

How the community answered

(25 responses)
  • B
    12% (3)
  • C
    76% (19)
  • D
    8% (2)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice