top of page
  • Writer's pictureSeema Iyer

Introduction to SAP Certified Development Associate - ABAP with SAP NetWeaver 7.31 Exam

ABAP with SAP NetWeaver 7.3 (C_TAW12_731) preparation guide helps you to get focused on exam. This guide also helps you to be on C_TAW12_731 exam track to get certified with good score in the final exam.



C_TAW12_731ABAP with SAP NetWeaver 7.3 Exam Summary



Exam Syllabus: C_TAW12_731 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.31


1. ABAP Dictionary (>12%)

Describe the functions of the ABAP Dictionary.

Books: TAW10 or BC430


2. ABAP Programming (>12%)

Explain how to create simple ABAP programs with user dialogs (selection screen, list and screen) and database dialogs (reading from the database).

Books: TAW10 or BC400, BC402


3. Classical User Interfaces (>12%)

Explain the different ABAP developments for classical user Interfaces.

Books: TAW10, TAW11E OR BC405, BC410


4. SQL statements incl. update strategies (8% - 12%)

Explain SQL statements including update strategies.

Books: TAW10, TAW11E OR BC400, BC414


5. Enhancements and Modifications (8% - 12%)

Describe the options for making customer-specific adjustments to the SAP standard system, and how to use enhancements.

Books: TAW12 OR BC425, BC427


6. ABAP Objects (< 8% - 12%)

Explain how to develop business applications with ABAP Objects (as an object-oriented programming language).

Books: TAW12 OR BC401


7. Internal Tables (< 8% - 12%)

Define internal tables and Implement basic ABAP statements with internal tables. Analyze internal tables in debugging mode.

Books:TAW10 OR BC400, BC430


8. Data Types and Data Objects (< 8%)

Know the differences between types, variables and objects and how to use them.

Books: TAW10 OR BC400


9. SAP NetWeaver Overview (< 8%)

Describe the SAP NetWeaver Application Server Architecture.

Books: TAW10 OR NW001


10. Web Dynpro for ABAP (< 8%)

Describe the programming approach of Web Dynpro, and the main elements of Web Dynpro.

Books: TAW12 OR NET310


11. ABAP Tools (< 8%)

Create ABAP programs and the most important Repository objects using appropriate ABAP Workbench tools.

Books: TAW10 OR BC400, BC401, BC402


SAP C_TAW12_731Certification Sample Questions and Answers


To make you familiar with ABAP with SAP NetWeaver 7.3 (C_TAW12_731) certification exam structure, we have prepared this sample question set. We suggest you to try our Sample Questions for ABAP C_TAW12_731Certification to test your understanding of SAP C_TAW12_731 process with real SAP certification exam environment.


C_TAW12_731ABAP with SAP NetWeaver 7.3 Sample Questions:

01. 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?

Note: Please choose the correct answer


a) Context mapping

b) Data migration

c) Data binding

d) View assembly


02. What is the purpose of implicit enhancement points?

Note: Please choose the correct answer


a) To add fields to an SAP database table

b) To add code to a standard SAP program

c) To change code in a standard SAP program

d) To create a secondary index for an SAP database table


03. Why should you bundle database updates in your dialog programs?

Note: 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


04. What happens when an authorization check fails?

Note: Please choose the correct answer


a) The program is terminated

b) The system field SY-SUBRC is set to a value other than zero

c) A type E message is displayed

d) A CX_AUTH_FAILED type exception is raised


05. 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


06. You perform an update task using update function modules and detect an error in the program that calls the update function modules. Which statement can be used to discard all update requests for the current SAP LUW?

Note: There are 2 correct answers to this question


a) EXIT

b) ROLLBACK WORK

c) MESSAGE axxx(nnn)

d) MESSAGE exxx(nnn)

e) DELETE UPDATE


07. In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table?

Note: Please choose the correct answer


a) 15

b) 0

c) 1

d) 10


08. You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute directly?

Note: There are 2 correct answers to this question


a) From all methods of all subclasses of CL_CUSTOMER

b) From all methods of the class CL_CUSTOMER

c) From all methods of a class to which CL_CUSTOMER grants friendship

d) From any program using the class CL_CUSTOMER


09. Which of the following enhancement options does not require any preparation from SAP?

Note: Please choose the correct answer


a) New BAdIs

b) Explicit enhancement point

c) Explicit enhancement sections

d) Implicit enhancement point


10. In which modularization units can you use parameters?

Note: There are 3 correct answers to this question


a) Event blocks such as START-OF-SELECTION

b) Function modules

c) Subroutines

d) Dialog modules such as PBO modules

e) Methods


Solutions:


QUESTION: 01- Answer: c

QUESTION: 02- Answer: b

QUESTION: 03- Answer: a

QUESTION: 04- Answer: b

QUESTION: 05- Answer: a, c, d

QUESTION: 06- Answer: b, c

QUESTION: 07- Answer: a

QUESTION: 08- Answer: b, c

QUESTION: 09- Answer: d

QUESTION: 10- Answer: b, c, e.

11 views0 comments
bottom of page