SAP Certified Development Associate - P2W for ABN - C-P2W-ABN FREE EXAM DUMPS QUESTIONS & ANSWERS
You want to read a single line of an internal table using table expression itab[...].
How can you identify the line?
Note: There are 3 correct answers to this question.
How can you identify the line?
Note: There are 3 correct answers to this question.
Correct Answer: A,C,E
Vote an answer
What are some of the new features of Open SQL in SAP NetWeaver 7.5?
Note: There are 2 correct answers to this question.
Note: There are 2 correct answers to this question.
Correct Answer: C,D
Vote an answer
You run an executable program that contains the following code:
DATA:
gv_var1 TYPE n LENGTH 3,
gv_var2 TYPE n LENGTH 3 VALUE '456'.
START-OF-SELECTION.
CLEAR gv_var2.
gv_var2 = gv_var1. gv_var1 = '123'.
At what point does the system reserve memory for data object gv_var1?
DATA:
gv_var1 TYPE n LENGTH 3,
gv_var2 TYPE n LENGTH 3 VALUE '456'.
START-OF-SELECTION.
CLEAR gv_var2.
gv_var2 = gv_var1. gv_var1 = '123'.
At what point does the system reserve memory for data object gv_var1?
Correct Answer: B
Vote an answer
You have the following class definition: CLASS Icl_airplane DEFINITION.
PUBLIC SECTION. METHODS:
set_passengers.
PROTECTED SECTION.
CONSTANTS: c_pos type i value 100. METHODS: get_passengers.
PRIVATE SECTION.
DATA: mv_passengers TYPE i. METHODS: set_attributes.
ENDCLASS.
Which components can be addressed directly from a subclass of class Icl_airplane?
Note: There are 3 correct answers to this question.
PUBLIC SECTION. METHODS:
set_passengers.
PROTECTED SECTION.
CONSTANTS: c_pos type i value 100. METHODS: get_passengers.
PRIVATE SECTION.
DATA: mv_passengers TYPE i. METHODS: set_attributes.
ENDCLASS.
Which components can be addressed directly from a subclass of class Icl_airplane?
Note: There are 3 correct answers to this question.
Correct Answer: A,C,E
Vote an answer
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.
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.
Correct Answer: C,D
Vote an answer
You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB.
Under which condition is this possible?
Under which condition is this possible?
Correct Answer: C
Vote an answer
How can you search for classic Business Add-Ins (BAdls)?
Note: There are 2 correct answers to this question.
Note: There are 2 correct answers to this question.
Correct Answer: A,C
Vote an answer
You enhance an SAP standard global class by defining a post-method for an SAP method. The original SAP method has an EXPORTING parameter named PAR1.
What type of parameter is PAR1 in the post-method?
What type of parameter is PAR1 in the post-method?
Correct Answer: C
Vote an answer