SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - C_TAW12_750 Exam Practice Test
Which of the following components are part of SAP Net weavers AS ABAP version 7.1x and higher?
Note: There are 2 correct answers to this question.
Note: There are 2 correct answers to this question.
Correct Answer: B,C
Vote an answer
A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend?
Correct Answer: D
Vote an answer
What can be implemented using an implicit enhancement option? Note: There are 3 correct answers to this question
Correct Answer: A,D,E
Vote an answer
You want to loop over an internal table without copying each table row to a work area. How can you achieve this using a field symbol?
Correct Answer: C
Vote an answer
A class is defined as follows CLASS my _class DEFINITION PUBLIC SECTION METHODS do something EVENTS state_changed CLASS Methods staticl PRIVATE SECTION TYPES t_table type Standard table OF
1001 CONSTANTS gc_constTYPE I ENDCLASS which components of the class can static method staticl address directly?
Note: There are 2 correct answers to this question
1001 CONSTANTS gc_constTYPE I ENDCLASS which components of the class can static method staticl address directly?
Note: There are 2 correct answers to this question
Correct Answer: A,D
Vote an answer
You build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?
Correct Answer: C
Vote an answer
What do enhancements spots manage?
Note: There are 3 correct answers to this question
Note: There are 3 correct answers to this question
Correct Answer: C,D,E
Vote an answer
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?
Correct Answer: C
Vote an answer