最新的SAP Certified Development Associate - P2W for ABN - C_P2W_ABN免費考試真題

問題1
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.

正確答案: A,B
問題2
You have created the following:
* A class with an event definition
* A handler class with a method ON_EVT that handles this event
* A report that instantiates the handler class
* A message statement that raises an exception
However, the report does not react to the event.
How do you analyze this issue?
Note: There are 3 correct answers to this question.

正確答案: B,C,E
問題3
A screen has the following PAI flow logic:
PROCESS AFTER INPUT.
FIELD A MODULE check_A.
FIELD B MODULE check_B. CHAIN.
FIELD: C,D.
MODULE check_CD.
ENDCHAIN.
CHAIN.
FIELD: C,B.
MODULE check_CB. ENDCHAIN.
What happens if the application sends a type E message during the check_CB module processing?

正確答案: D
問題4
What do you need to consider when creating a secondary index on a table?
Note: There are 2 correct answers to this question.

正確答案: A,B
問題5
Which of the following settings can you define for both structures and transparent tables in the ABAP Dictionary?
Note: There are 2 correct answers to this question.

正確答案: A,C
問題6
Which of the following elements can a string template contain?
Note: There are 2 correct answers to this question.

正確答案: B,D
問題7
What can be part of the signature of an instance constructor?
Note: There are 2 correct answers to this question.

正確答案: B,D
問題8
The code of an executable program does NOT contain any event keywords.
What event block does the code belong to?

正確答案: D