nerdexam
SAP

E_HANAAW_16 · Question #181

How can you check if Core Data Services (CDS) views with scalar input parameters can be used in Open SQL queries in your system?

The correct answer is A. Use the static method use_features of class cl_abap_dbfeatures. See the full explanation below for the reasoning.

Question

How can you check if Core Data Services (CDS) views with scalar input parameters can be used in Open SQL queries in your system?

Options

  • AUse the static method use_features of class cl_abap_dbfeatures.
  • BPerform a static code check using the FUNCTIONAL_DB variant.
  • CCheck the Open SQL statement in the Explain SQL Statement transaction (SDBE).
  • DCheck the value of the ABAP system field sy-cdsfeatures.

How the community answered

(65 responses)
  • A
    75% (49)
  • B
    15% (10)
  • C
    6% (4)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice