C_TAW12_750試験無料問題集「SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 認定」

What is data binding?

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 PARI. What type of parameters is PARI in the post-method?

Which of the following program type can contain screens? Note: There are 3 correct answers to this question.

正解:B,C,E 解答を投票する
What ABAP Dictionary object allows you to define fixed values

Which database objects can you create in the ABAP Dictionary? Note: There are 2 correct answers to this question.

What type of ABAP Dictionary view is implemented as an INNER JOIN?

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?

正解:B,C,D 解答を投票する
Your program performs a database update by calling function modules in an update task. Which ABAP statement can be used in the program to discard all update request for the current SAP Logical unit of work (LUW)?
Note: There are 3 correct answers to this question

正解:A,C,D 解答を投票する