최신SAP Certified Development Associate - P2W for ABN - C-P2W-ABN무료샘플문제
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?
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.
Your program uses class CL_GUI_ALV_GRID to generate a classic ALV Grid Control.
What do you need in your program to react to a user double-clicking a row in the ALV Grid? Note: There are 3 correct answers to this question.
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?
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?
You have been asked by a customer to develop Open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified.
Which SQL syntax do you use to meet this requirement?
Where can you define data types that can be used throughout the system?
Note: There are 2 correct answers to this question.
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.