Question 76

What is the purpose of the enqueuer work process?
Please choose the correct answer.
Response:
  • Question 77

    What does SAP recommend that you use a hashed table?
    Please choose the correct answer.
    Response:
  • Question 78

    You display the content of an internal table using an ALV grid control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRID class method can you use to display the changed content?
    Please choose the correct answer.
    Response:
  • Question 79

    You want to select all the records from a database table where field CITY contains substring 'BU' in any position. Which WHERE clause can you use in an Open SQL select statement?
    Please choose the correct answer.
    Response:
  • Question 80

    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.