Question 126

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.
  • Question 127

    To reserve an area on the screen for an ALV Grid Control, you must do the following:
  • Question 128

    You can call a module for the FIELD statement to validate user entry on the input field. You can validate the entry on the input field and send an error or a warning message from an ABAP dialog module.
  • Question 129

    The USER has the following fields: ID, FIRSTJMAME, LAST_NAME. FIRST_NAME, LAST_NAME have the same basic type and length. You want to compare fields FIRST_NAME, LAST_NAME to each other.
    Which of the following SELECT statements can you use?
    There are 2 correct answers to this question.
    Response:
    (1/1 Points)
  • Question 130

    What is the maximum number of watchpoints that can exist at one time?