SAP Certified Development Associate - P2W for ABN - C_P2W_ABN Exam Practice Test

You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method.
READ TABLE ct_itab INTO cs_struc INDEX 1.
What are the possible type definitions for parameter ct_itab?
Note: There are 3 correct answers to this question.
Correct Answer: A,B,C
What is data binding?
Correct Answer: D
You have the following class definition: CLASS Icl_airplane DEFINITION.
PUBLIC SECTION. METHODS:
set_passengers.
PROTECTED SECTION.
CONSTANTS: c_pos type i value 100. METHODS: get_passengers.
PRIVATE SECTION.
DATA: mv_passengers TYPE i. METHODS: set_attributes.
ENDCLASS.
Which components can be addressed directly from a subclass of class Icl_airplane?
Note: There are 3 correct answers to this question.
Correct Answer: A,B,D
You have declared a sorted internal table with the columns A, B, C, and D. The key consists of columns A, B, and C, in this order.
Which combination of columns in the WHERE clause of a LOOP statement allows the system to optimize the access to the table? Note: There are 2 correct answers to this question.
Correct Answer: B,C
You write a report that displays mass data in a table using the ALV Grid Control.
Which of the following functions can you offer to the user without doing any specific programming? Note: There are 2 correct answers to this question.
Correct Answer: C,D
What properties will be set when you define a table type in the ABAP Dictionary?
Note: There are 3 correct answers to this question.
Correct Answer: A,C,E
You have created a screen on which the user enters data that is to be inserted into table T1.
How do you ensure that the content of field F in table T1 is checked against table T2?
Correct Answer: D
You are asked to enhance the GUI status of an SAP standard application.
How do you identify which menu exit function code you can use?
Correct Answer: B
0
0
0
0