C_TAW12_740 Questions


C_TAW12_740 Full Name:


SAP Certified Development Associate- ABAP with SAP NetWeaver 7.40

Disclaimer: 


These sample questions are for self-evaluation purposes only and do not appear on the actual certification exams. Answering the sample questions correctly is no guarantee that you will pass the certification exam. The certification exam covers a much broader spectrum of topics, so do make sure you have familiarized yourself with all topics listed in the exam competency areas before taking the certification exam.

C_TAW12_740  Questions:


1. You need to perform a downcast. What should you do?
Note: There are 2 correct answers to this question.

a. Catch the exception CX_SY_MOVE_CAST_ERROR.
b. Use the operator “=“.
c. Perform the downcast only if an upcast has already been done for the object reference.
d. Assign a subclass reference to a superclass reference.

Answers: a, c

2. Which of the following repository objects can you maintain in the ABAP Workbench?
Note: There are 3 correct answers to this question.

a. Function modules
b. Internal tables
c. Business functions
d. Transparent tables
e. Module pools

Answers: a, d, e

3. Which of the following rules must you follow when creating subscreens?
Note: There are 2 correct answers to this question.

a. Subscreens CANNOT have a field of type OK.
b. Subscreens can have a dialog module containing SET PF-STATUS.
c. Subscreens can call other subscreens.
d. Subscreens CANNOT have an AT EXIT-COMMAND module.

Answers: a, d

4. You want to define data structures to hold two fields with data elements s_carr_id and s_carrname.
Which of the following declarations can be used to define this data structure?
Note: There are 2 correct answers to this question.

a. TYPES: BEGIN OF gty_flight,
b. DATA: BEGIN OF gs_flight,
c. DATA BEGIN OF gs_flight,
d. TYPES: BEGIN OF gs_flight

Answers: a, b

5. Which of the following data types are predefined ABAP data types?
Note: There are 3 correct answers to this question.

a. DECFLOAT34
b. STRING
c. XSTRING
d. FLOAT
e. DECIMALS

Answers: a, b, c

6. What are characteristics of a hashed internal table?
Note: There are 2 correct answers to this question.

a. It can be accessed using the key
b. It must have a unique key
c. It can have a non-unique key.
d. It can be accessed using the index.

Answers: a, b

7. Which of the following functions does the ABAP Dispatcher perform?
Note: There are 2 correct answers to this question.

a. It directs HTTP requests from an SAP system to a web server.
b. It enables communication between SAP systems and external
application systems.
c. It distributes user requests among available work processes.
d. It communicates with other instances in the system.

Answers: c, d

8. Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement? Note: There are 2 correct answers to this question.

a. The SELECT statement must also have a WHERE clause.
b. All fields in the SELECT clause that are not part of an aggregate
function must be listed after GROUP BY.
c. The table in the FROM clause must be a transparent table.
d. The fields after GROUP BY must have a character type.

Answers: b, c

9. Which of the following controller types can exist only once in a Web Dynpro component?
Note: There are 2 correct answers to this question.

a. Window controller
b. Component controller
c. Configuration controller
d. View controller.

Answers: b, c

No comments:

Post a Comment