Posted by: Pdfprep
Post Date: March 19, 2021
Your ABAP program contains an Open SQL join of two clientdependent 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.
A . Include the client field in the WHERE condition.
B . Include the client field in the join condition.
C . Use the CLIENT SPECIFIED addition.
D . Include the client field in the field list.
Answer: A,B
Leave a Reply