SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 - C_TAW12_750 模擬練習
You need to create a piece of code that can be used by multiple programs. Which of the following techniques does SAP recommend? Note: There are 2 correct answers to this question
正解: C,D
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?
正解: A
A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend?
正解: C
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"/'?
正解: C
What type of method is generated automatically by the web Dynpro Explorer when you assign an action to a button UI element?
正解: C
Which of the following setting can you define for both structures and transparent tables in the ABAP Dictionary? Note: There are 2 correct answers to this question.
正解: A,C
You 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
Note: There are 3 correct answers to this question
正解: B,D,E
You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?
Note: There are 3 correct answers to this question.
Note: There are 3 correct answers to this question.
正解: A,C,E