최신 SAP Certified Development Associate C_P2W_ABN 무료샘플문제:
1. In which of the following source code blocks can you define local data objects?
Note: There are 3 correct answers to this question.
A) PBO module
B) LOAD-OF-PROGRAM
C) Static method
D) Function module
E) Subroutine
2. What are some of the new features of Open SQL in SAP NetWeaver 7.5?
Note: There are 2 correct answers to this question.
A) String expressions
B) Full Join
C) Intersection
D) CASE expressions
3. Which additions to the PARAMETERS statement can you use to fill the input field on the selection screen with a suggested value? Note: There are 2 correct answers to this question.
A) VALUE-CHECK
B) MEMORY ID
C) DEFAULT
D) MODIF ID
4. A class is defined as follows:
CLASS my class DEFINITION. PUBLIC SECTION.
METHODS do something. EVENTS state_changed. CLASS-METHODS static1.
PRIVATE SECTION.
TYPES t_table TYPE STANDARD TABLE OF 1001 WITH NON-UNIQUE DEFAULT KEY. CONSTANTS gc_const TYPE I VALUE 1.
ENDCLASS.
Which components of the class can static method static1 address directly?
Note: There are 2 correct answers to this question.
A) The gc_const constant.
B) The t_table type.
C) The do something method.
D) The state_changed event.
5. You call a lock module.
Which exceptions could the lock module raise when a logical lock CANNOT be set?
Note: There are 2 correct answers to this question.
A) FOREIGN_LOCK
B) CX_SY_OPEN_SQL_ERROR
C) CX_SY_DATA_ACCESS_ERROR
D) SYSTEM_FAILURE
질문과 대답:
질문 # 1 정답: A,D,E | 질문 # 2 정답: A,D | 질문 # 3 정답: B,C | 질문 # 4 정답: A,B | 질문 # 5 정답: A,D |