SAP C_TAW12_740 Exam Questions
SAP Certified Development Associate - ABAP with SAP NetWeaver 7.40 (Page 3 )

Updated On: 21-Feb-2026

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



A structure has enhancement category 3: Can be enhanced (character type).Which set of elementary type is allowed for the new fields?

  1. C, D, N, T
  2. D, I, SRTIRNG, T
  3. C, D, N, X
  4. F, I, P, X

Answer(s): A



What can you enhance using BAdIs? (Choose three)

  1. Data elements
  2. Menus
  3. Screens
  4. Database tables
  5. Source code

Answer(s): B,C,E






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

Join the C_TAW12_740 Discussion