You implement a SELECT statement in ABAP. When do you use the key word FIELDS?
Please choose the correct answer.
Answer : B
Which of the following features are part of the new syntax for OpenSQL?
There are 2 correct answersto this question.
Answer : A, D
You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?
Please choose the correct answer.
Answer : B
Which of the following make up the behavior of a BOPF Business Object?
There are 3 correct answers to this question.
Answer : B, C, E
The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data declaration: DATA var TYPE string.
Which of the following method calls is syntactically correct?
There are 2 correct answers to this question.
Answer : A, B
How can you create an SAP Gateway service based on a CDS View?
There are 2 correct answers to this question.
Answer : C, D
You have written the following code: START-OF-SELECTION. LOOP AT itab INTO DATA(line). * ENDLOOP. The system creates a variable called Line. When is it created and when can you address it?
Please choose the correct answer.
Answer : C