nerdexam
SAP

E_HANAAW_16 · Question #136

Your ABAP program contains an Open SQL join of two client-dependent tables. You want to replace this with a native SQL SELECT statement. Which of the following changes to the SELECT statement can…

The correct answer is B. Include the client field in the WHERE condition. See the full explanation below for the reasoning.

Question

Your ABAP program contains an Open SQL join of two client-dependent tables. You want to replace this with a native SQL SELECT statement. Which of the following changes to the SELECT statement can you use to retrieve the same data as before? There are 2 correct answers to this question

Options

  • AInclude the client field in the field list.
  • BInclude the client field in the WHERE condition.
  • CInclude the client field in the join condition.
  • DUse the CLIENT SPECIFIED addition.

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    85% (22)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice