Which of the following changes to the SELECT statement can you use to retrieve the same data as before?

Posted by: Pdfprep Category: E_HANAAW_17 Tags: , ,

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
A . Include the client field in the field list.
B . Include the client field in the WHERE condition.
C . Include the client field in the join condition.
D . Use the CLIENT SPECIFIED addition.

Answer: B,C

Leave a Reply

Your email address will not be published.