C_TAW12_750 Exam Question 41

Memory requirements are identical in a non-Unicode system and in a Unicode system.
  • C_TAW12_750 Exam Question 42

    When would you call the RFC function module synchronously?
    There are 2 correct answers to this question.
    Response:
  • C_TAW12_750 Exam Question 43

    When included in a structure, which elementary field types allow the structure to be considered a character-type data object? Select all that apply. (S. 365) {4 Richtig}
  • C_TAW12_750 Exam Question 44

    Which does the field catalog allow you to do? Select all that apply. (S. 503) {3 Richtig}
  • C_TAW12_750 Exam Question 45

    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?