Free SAP C_TAW12_740 Exam Braindumps (page: 3)

You perform an update task using update function modules and detect an error in the program that calls the update function modules.
Which statement can be used to discard all update requests for the current SAP LUW? (Choose two)

  1. EXIT.
  2. ROLLBACK WORK.
  3. MESSAGE axxx(nnn).
  4. MESSAGE exxx(nnn).
  5. DELETE UPDAT

Answer(s): B,C



Which of the following tools belong to the ABAP Workbench? (Choose three)

  1. Form Builder
  2. Function Builder
  3. Screen Painter
  4. Class Builder
  5. Easy Access Menu

Answer(s): B,C,D



You count all customers within the same country and city. You want to display only the cities where three ar more customers exist.
Which of the following SQL statements should you use?

  1. SELECT country city COUNT(*) AS number FROM customers INTO TABEL it_customers GROUP BY country city HAVING number GE 3.
  2. SELECT country city FROM customers INTO TABEL it_customers GROUP BY country city HAVING COUNT(*) >= 3.
  3. SELECT country city cust_name COUNT(*) AS number FROM customers INTO TABEL it_customers GROUP BY country city HAVING number >= 3.
  4. SELECT country city cust_name FROM customers INTO TABEL it_customers GROUP BY country city HAVING COUNT(*) GE 3.

Answer(s): A,B



You always want to check the user authorization for data entered in an input field of a selection screen.
Where do you do this?

  1. In the event block AT SELECTION-SCREEN
  2. In the event block AT SELECTION-SCREEN OUTPUT
  3. In the event block INITIALIZATION
  4. In the event block AT SELECTION-SCREEN on VALUE-REQUEST

Answer(s): A






Post your Comments and Discuss SAP C_TAW12_740 exam prep with other Community members:

C_TAW12_740 Exam Discussions & Posts