live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - C_TAW12_750 Exam Questions

QUESTION NO: 1
You have the following class definition: CLASS ICL_airplane DEFINITION PUBLIC SECTION.
METHODS: set_passengers. PROTECTED SECTION CONSTANTS c_pos type i.methods get_passengers PRIVATE SECTION DATA mv_passengers TYPE I, METHODS set_attributes ENDCALSS. Which components can be addressed directly from a subclass of class ICL_airplane?
Correct Answer: A,C,D
QUESTION NO: 2
How is data shred between web Dynpro controllers? Note: There are 2 correct answers to this question
Correct Answer: C,D
QUESTION NO: 3
The code of an executable program does NOT contain any event keywords. What event block does the code belong to?
Correct Answer: C
QUESTION NO: 4
In which order do you implement a new BADI?
Correct Answer: D
QUESTION NO: 5
You write the following ABAP statement SELECT SINGLE carrid AND connid cityfrom AND cityto FROM spifi INTO@gs_spfi WHERE carrid=@ps_car AND connid = @pa_con How are the selected fields placed into rget Structure gs_spfir?
Correct Answer: A
QUESTION NO: 6
A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend?
Correct Answer: C
QUESTION NO: 7
What ABAP Dictionary object allows you to define fixed values
Correct Answer: C
QUESTION NO: 8
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 tomeet this requirement?
Correct Answer: D