C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Loading demo links...

Showing 1–3 of 10 questions

Question 1

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

Select all that apply, then click Submit answer.

  • Indixes

  • Projection views

  • Logical databases

  • Foreign key relationships

Question 2

What properties will be set when you define a table type in the ABAP Dictionary? Note: There are 3 correct answers to this question.

Select all that apply, then click Submit answer.

  • Access mode

  • Primary key

  • Get/SET Parameter

  • Line type

Question 3

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?

Select all that apply, then click Submit answer.

  • GET_PASSENGER

  • SET_ATTRIBUTES

  • Pos

  • SET_PASSENGER