최신 SAP Certified Development Associate C-P2W-ABN 무료샘플문제:
1. Which of the following statements correctly define a data object with the type of data element s_conn_id?
Note: There are 3 correct answers to this question.
A) PARAMETERS pa_id TYPE s_conn_id.
B) CONSTANTS gc_id TYPE s_conn_id VALUE '0400'.
C) DATA gv_id TYPE s_conn_id.
D) DATA gv_id LIKE s_conn_id.
E) DATA gv_id TYPE REF TO s_conn_id.
2. You have been asked to review the following expression, which processes character strings:
result = find(val = 'abapABAP'
sub = 'A'
Occ = 2
case = 'X'.....).
What is the expected value of result?
A) 1
B) 4
C) 6
D) 2
3. Which of the following elements can a string template contain?
Note: There are 2 correct answers to this question.
A) Literals
B) Function module calls
C) Functional method calls
D) String processing statements
4. You create a domain in the ABAP Dictionary.
How can you use this domain?
Note: There are 2 correct answers to this question.
A) To define technical properties of data elements
B) To describe the value range of a table field or structure component
C) To define data objects in ABAP programs
D) To define the data type of a table field or structure component
5. Which of the following actions can you perform in both the ABAP Editor and in the ABAP Debugger?
A) Create a breakpoint for a specific message.
B) Create a breakpoint for a specific statement.
C) Create a breakpoint for a specific line.
D) Create a watchpoint for a specific variable.
질문과 대답:
질문 # 1 정답: B,C,D | 질문 # 2 정답: B | 질문 # 3 정답: A,C | 질문 # 4 정답: B,D | 질문 # 5 정답: B,D |