C_TAW12_750 Exam Question 106

Which of the following actions can be performed in the Process After Input (PAI) processing block? Please choose the correct answer.
  • C_TAW12_750 Exam Question 107

    Identify the types of layout managers. Select all that apply.
  • C_TAW12_750 Exam Question 108

    Each component has an interface; of what does this interface consist?
    There are 2 correct answers to this question.
    Response:
  • C_TAW12_750 Exam Question 109

    Which of the following statements are true? Select all that apply
  • C_TAW12_750 Exam Question 110

    A transport company keeps track of this availability in two tables, table VEHICLES and table TRANSPORT.
    To accept a new transport of a certain capacity must be found in table VEHICLES. If a record is found, a record is created in table TRANSPORT. The capacity is then adjusted in table VEHICLES.\ You have four function modules at your disposal.
    UPD_VEHI_A and UPD_VEHI_B update a matching report in table VEHICLES.
    If an error occurs both issue a message of type X.
    If no error occurs only UPD_VEHI_A issues a message of type X.
    If no error occurs UPD_VEHI_A issues a message of type I.
    UPD_TRAN_A and UPD_TRAN_B create a single record in table TRANSPORT. If an error occurs both issues a message of type X.
    If no error occurs only UPD_TRAN_A issues a message of type I.
    Which of the following function module calls ensures a single logical unit of work? Please choose the correct answer.