SAP
E_HANAAW151 · Question #62
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 A. Include the client field in the WHERE condition. C. Include the client field in the join 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. Response:
Options
- AInclude the client field in the WHERE condition.
- BUse the CLIENT SPECIFIED addition.
- CInclude the client field in the join condition.
- DInclude the client field in the field list.
How the community answered
(21 responses)- A71% (15)
- B19% (4)
- D10% (2)
Community Discussion
No community discussion yet for this question.