C_TAW12_731 Questions

C_TAW12_731, SAP ABAP Certifications, SAP ABAP Guide, SAP ABAP Materials and Tutorials

C_TAW12_731 Full Name:


SAP Certified Application Associate - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.31

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_731 Questions:


1. What will happen at runtime when accessing a buffered table? Please choose the correct answer. 

a. All SELECT statements will read data from the buffer.
b. If data is read from the table buffer, the existing indexes are not used.
c. Following an update to a buffered record, all table buffers in the system will be updated.
d. If table data is read using indexes, the table buffer will not be filled.

Answers: b 

2. Which steps are needed when implementing the singleton concept for class instantiation with
minimum coding? Note: There are 3 correct answers to this question.

a. Define the instantiation of the class as private.
b. Create an instance of the class in a static constructor
c. Define the class as abstract.
d. Save the instance of the class in a static attribute.
e. Create an event that returns the instance of the class.

Answers: a, b, d

3. Which prerequisites must be fulfilled before a repository object can be transported?
Note: There are 3 correct answers to this question. 

a. An inactive version of the repository object must exist.
b. A transport layer must be assigned to the package.
c. An application component must be assigned to the repository object.
d. The repository object must be assigned to a change request.
e. The repository object must be assigned to a package.

Answers: b, d, e

4. You want to check the user input in the field FIELD_NAME on a classical screen. If an incorrect value is entered, the user should be able to correct the field value.
How do you call the module CHECK_MODULE in the PAI of the screen to accomplish this?
Please choose the correct answer. 

a. FIELD field_name MODULE check_module.
b. FIELD field_name MODULE check_module MESSAGE Ennn.
c. CHAIN. MODULE check_module FIELD field_name. ENDCHAIN.
d. MODULE check_module ON ERROR.

Answers: a

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

a. D
b. F
c. I
d. P
e. N

Answers: b, c, d

6. Which of the following enhancement options does not require any preparation from SAP?
Please choose the correct answer. 

a. New BAdIs
b. Explicit enhancement point
c. Explicit enhancement sections
d. Implicit enhancement point

Answers: d

7. In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table? Please choose the correct answer. 

a. 15
b. 0
c. 1
d. 10

Answers: a

8. Which of the following interface technologies are available in SAP systems?
Note: There are 3 correct answers to this question. 

a. OLE
b. Ethernet
c. HTTP
d. RFC
e. ODBC

Answers: a, c, d

9. Why should you bundle database updates in your dialog programs?
Please choose the correct answer. 

a. To process the SAP LUW within the database LUW to ensure data consistency
b. To be able to rollback database changes performed in the same dialog step
c. To avoid database locks set by an SQL statement that persists until the end of the program
d. To allow you to use SAP locks to ensure data consistency

Answers: a

10. What process is used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout? Please choose the correct answer. 

a. Context mapping
b. Data migration
c. Data binding

d. View assembly

Answers: c

No comments:

Post a Comment