Вы находитесь на странице: 1из 5

SAP C_TAW12_740 Exam

Volume: 120 Questions

Question No : 1
You use Unifield Modeling Language (UML) to design your classes. You want to describe the message
exchange between objects. Which diagram type can you use?
A. Class diagram
B. Object diagram
C. Component diagram
D. Sequence diagram
Answer: D

Question No : 2
How do you add fields to an SAP-delivered transparent table without modification?
A. Use the database utility to enhance the definition on the database directly.
B. Add the new fields to the table definition.
C. Create an append structure containing the new fields.
D. Define a structure containing the new fields and include it in the table definition.
Answer: C

Question No : 3
Which desktops are part of the new ABAP debugger? (Choose three)
A. Break./Watchpoints
B. Objects
C. Session
D. Desktop 1
Leading the way in IT testing and certification tools, www.examkiller.net

SAP C_TAW12_740 Exam


E. List
Answer: A,B,D

Question No : 4
Which the following values are remplaceable In debugger mode?
A. Tables names
B. Constants
C. Fields names
D. Variables
Answer: D

Question No : 5
DOG is a subclass of ANIMAL, you have created a variable of type ANIMAL that references and instance
of the DOG class. Which of the following statement can you use to copy this reference a to new variable
fo the type DOG?
A. MOVE ... ?TO ...
B. WRTIE ... TO ...
C. MOVE ...TO...
D. MOVE-CORRESPONDING ... TO ...
Answer: A

Question No : 6
What can you create using the ABAP Dictionary? (Choose three)
A. Domains
B. Type pools
C. Transparent tables
Leading the way in IT testing and certification tools, www.examkiller.net

SAP C_TAW12_740 Exam


D. Field symbols
E. Internal tables
Answer: A,B,C

Question No : 7
Which of the following must you do to be able to use a Business Add-In (BA-dl)?
A. Modify the adapter class
B. Write code for methods
C. Create the Ba-dl implementation
D. Activate the enhancement project
Answer: B,C

Question No : 8
When should you use a hashed internal table? (Choose two)
A. When accessing mainly single records
B. When accessing by secondary key
C. When accessing using the left-justified part of the key
D. When accessing always by primary key
E. When accessing by index
Answer: A,D

Question No : 9
How is an ABAP program with several dialog steps executed?
A. The program is always executed in just one dialog work process without roll out.
B. The ABAP dispatcher takes over the entire execution without assigning any work process.
Leading the way in IT testing and certification tools, www.examkiller.net

SAP C_TAW12_740 Exam


C. The program is always executed in just one dialog work process with roll out.
D. Usually, dialog steps are assigned to different dialog work processes.
Answer: D

Question No : 10
What is mandatory for automatic data transport between a variable and an input field on a classical
screen (dynpro)?
A. The variable must be declared using the DATA statement.
B. The property OUTPUT of the input field must be set.
C. The variable must be declared using the TABLES statement.
D. The name of the variable and the name of the input field must be identical.
Answer: D

Question No : 11
You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen
using the Cancel button even if not all of the mandatory fields have been filled. What is necessary to
achieve this?
A. Set the function type assigned to the Cancel button to S and handle it in a module with the addition AT
EXIT-COMMAND.
B. Assign function type E to the Cancel button and handle it in a module with the addition AT
EXIT-COMMAND.
C. Set the function code assigned to the Cancel button to CANCEL and handle it in a module with the
addition AT EXIT-COMMAND.
D. Use the LOOP AT SCREEN. ... ENDLOOP statement to set the "required" property of the input fields to
zero.
Answer: B

Question No : 12
Leading the way in IT testing and certification tools, www.examkiller.net

SAP C_TAW12_740 Exam


When is a foreign key check performed on an input/output field?
A. If the fields refers to a dictionary field for which an append search is defined
B. If the fields refers to a dictionary field for which a value help is defined
C. If the field refers to a dictionary filed for which a check table is defined
D. If the field refers to a dictionary filed for which a search help is defined
Answer: C

Question No : 13
Table USER has the following fields: ID, FIRST_NAME, LAST_NAME. FIRST_NAME and LAST_NAME
have a same basic type and length. You want to compare fields FIRST_NAME and LAST_NAME to each
other. Which of the following SELECT statements can you use?
A. SELECT * FROM users INTO TABLE lt_users AS a WHERE first_name = users~last_name.
B. SELECT * FROM users INTO TABLE lt_users WHERE first_name = users~last_name.
C. SELECT * FROM users INTO TABLE lt_users WHERE first_name = users~last-name.
Answer: B,C

Question No : 14
What features are provided by the database interface? (Choose three)
A. Database independence of application programs
B. Conversion of Open SQL statements from ABAP statements into the corresponding database
statements
C. Syntax check of Native SQL commands
D. Access to SAP table buffers
E. Data consistency check using foreign key relationships
Answer: A,B,D
Leading the way in IT testing and certification tools, www.examkiller.net

Вам также может понравиться