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
Select all that apply, then click Submit answer.
-
○
Include the client field in the field list.
-
○
Include the client field in the WHERE condition.
-
○
Include the client field in the join condition.
-
○
Use the CLIENT SPECIFIED addition.