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

Question 1
You define database view A and maintenance view B in the ABAP Dictionary.
What restrictions apply to these views?
Note: There are 2 correct answers to this question.

Correct Answer: C,D
Question 2
What can be implemented using an implicit enhancement option?
Note: There are 3 correct answers to this question.

Correct Answer: A,B,D
Question 3
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
Question 4
What are some of the new features of Open SQL in SAP NetWeaver 7.5?
Note: There are 2 correct answers to this question.

Correct Answer: A,D
Question 5
Which of the followings components are part of SAP NetWeaver AS ABAP version 7.1x and higher?
Note: There are 2 correct answers to this question.

Correct Answer: B,D
Question 6
You write a program that updates a data record in the database using the following statement:
UPDATE scarr FROM Is_scarr.
Which of the following tasks does the database interface perform?
Note: There are 2 correct answers to this question.

Correct Answer: A,C
Question 7
You created a class by inheriting from a superclass. The superclass contains a public instance method do_something.
You want to redefine method do something.
What must you do?

Correct Answer: B
Question 8
An ABAP program processes the following expression: r = a/b+c.
Which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of "r"?
Note: There are 2 correct answers to this question.

Correct Answer: A,D