SAP Certified Development Associate - ABAP with SAP NetWeaver 7.40 (C_TAW12_740) Free 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: C
Question 2
What is the SAP recommended naming convention for append structures of standard SAP tables?
Correct Answer: C
Question 3
Which of the following Data Types are allowed in ABAP? (Choose two)
Correct Answer: A,B
Question 4
To which of the following must you assign newly created SAP repository objects?
Correct Answer: B
Question 5
You want to translate text in a Web Dynpro. From which should you inherit?
Correct Answer: B
Question 6
You to include an element of type 'Table' in your Web Dynpro. Which action adds the corresponding columns to the table automatically?
Correct Answer: A,D
Question 7
Which of the following tools belong to the ABAP Workbench? (Choose three)
Correct Answer: A,C,E
Question 8
Which ABAP statement can make an element visible that you statically defined as invisible?
Correct Answer: A,B