SAP Certified Development Associate - ABAP with SAP NetWeaver 7.40 - C-TAW12-740 Exam Practice Test
Question 1
In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH
1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to dast the assigned memory area?
1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to dast the assigned memory area?
Correct Answer: B
Question 2
Which statements are allowed for processing internal tables? (Choose three)
Correct Answer: A,C,D
Question 3
Which parameter types can be used in the signature of a functional method? (Choose two)
Correct Answer: A,D
Question 4
What options do you have when setting a watchpoint? (Choose two)
Correct Answer: B,C
Question 5
Which of the following tools belong to the ABAP Workbench? (Choose three)
Correct Answer: A,B,E
Question 6
When are changes to the VB* tables transferred to the database?
Correct Answer: A
Question 7
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?
Correct Answer: B,D

