SAP C-TAW12-750 Test Engine Practice Test Questions, Exam Dumps [Q154-Q179]

Share

SAP C-TAW12-750 Test Engine Practice Test Questions, Exam Dumps

100% Free C-TAW12-750 Daily Practice Exam With 330 Questions


SAP ABAP 7.5 Certification Exam Topics:

Topic AreasTopic Details, Courses, BooksWeighting
Data Types and Data ObjectsKnow the differences between objects, data objects and data types, and describe when to use the different data types available

TAW10, TAW12OR BC400, BC402
8% - 12%
ABAP ObjectsExplain how to develop object-oriented ABAP applications and ABAP classes, using all useful object-oriented programming techniques

TAW12 OR BC401
8% - 12%
ABAP ToolsUse the ABAP Workbench to create all kinds of Repository Object, and be able to use the ABAP analysis and trace tools, including the ABAP Debugger, Code Inspector, SQL Trace, ABAP Trace and SQL Monitor.

TAW10, TAW12, TAW11EORBC400, BC401,BC402
< 8%
SQL Statements including Update StrategiesRead data in an efficient way from the SAP database, and perform database updates using the update technique, with appropriate logical locks.

TAW10, TAW11EOR BC400, BC402, BC414
8% - 12%
SAP NetWeaver OverviewDescribe the SAP NetWeaver Application Server Architecture and the ABAP processes which run on it, and explain how ABAP requests are processed

TAW10 OR SAPTEC
< 8%
Internal TablesDefine and use standard, sorted and hashed internal tables, and describe the advantages and limitations of each table kind

TAW10, TAW12, TAW11EORBC400, BC402, BC430
< 8%
Classical User InterfacesBuild ABAP reports with selection screens, either displaying data in a classic list or a classic ALV grid, whilst using appropriate event blocks for the necessary logic in the ABAP program.

TAW10, TAW11EOR BC400, BC405, BC410
8% - 12%
Web Dynpro for ABAPDescribe the programming approach and architecture of Web Dynpro for ABAP, including the use of the Context and Controllers

TAW12 OR NET310
< 8%
ABAP DictionaryDescribe the functions of the ABAP Dictionary, including the creation and use of database objects and also data types

TAW10 OR BC430
> 12%
ABAP ProgrammingExplain how to create different types of ABAP program using basic ABAP language elements, the different modularization techniques, and appropriate event blocks

TAW10, TAW12OR BC400, BC402
> 12%
Enhancements and ModificationsDescribe the options for adapting SAP standard applications and when to use them, and understand how to find and implement the different types of enhancement.

TAW12OR BC425
8% - 12%


SAP C-TAW12-750 Exam Description:

The "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50" certification exam verifies that the candidate possesses foundational knowledge in the area of ABAP Development. This certificate proves that the candidate has a fundamental understanding within the Development Consultant profile and is able to apply the associated prerequisite skills practically under supervision of an expert consultant in a project environment.

 

NEW QUESTION 154
You are making changes to a program that already has a transaction code linked to it. Your colleague is testing the transaction in your development system. At what point can the changed version of the program be tested?
Please choose the correct answer.
Response:

  • A. When you activate the program
  • B. When you perform a syntax check on the program
  • C. When you release the transport requests for the program
  • D. When you save the program

Answer: A

 

NEW QUESTION 155
Your selection screen can be modified at which event?
Please choose the correct answer.
Response:

  • A. AT SELECTION-SCREEN ON <field_name>
  • B. None of the above
  • C. AT SELECTION-SCREEN OUTPUT
  • D. AT SELECTION-SCREEN

Answer: C

 

NEW QUESTION 156
Which ABAP statement using the local type gty_1 correctly defines a data object?
There are 2 correct answers to this question.
Response:

  • A. DATA gv_1 TYPE gty_1 DEFAULT '1'.
  • B. DATA gv_1 LIKE gty_1.
  • C. DATA gv_1 TYPE gty_1.
  • D. CONSTANTS gc_1 TYPE gty_1 VALUE '1'.

Answer: C,D

 

NEW QUESTION 157
The Repository Information System is a useful tool to search for customer exits/function exits and BAdls in the SAP system.

  • A. False
  • B. True

Answer: B

 

NEW QUESTION 158
How do you add fields to an SAP-delivered transparent table without modification?
Please choose the correct answer.
Response:

  • A. Define a structure containing the new fields and include it in the table definition.
  • B. Add the new fields to the table definition.
  • C. Use the database utility to enhance the definition on the database directly.
  • D. Create an append structure containing the new fields.

Answer: D

 

NEW QUESTION 159
What is required to fully specify a Table Type in the ABAP Dictionary?
There are 3 correct answers to this question.
Response:

  • A. Header line
  • B. Table size
  • C. Access type
  • D. Line type
  • E. Table key

Answer: C,D,E

 

NEW QUESTION 160
What will happen at runtime when accessing a buffered table?
Please choose the correct answer.
Response:

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

Answer: C

 

NEW QUESTION 161
How is an ABAP program with several dialog steps executed?
Please choose the correct answer.
Response:

  • A. The program is always executed in just one dialog work process without roll out
  • B. Usually, dialog steps are assigned to different dialog work processes.
  • C. The program is always executed in just one dialog work process with roll out.
  • D. The ABAP dispatcher takes over the entire execution without assigning any work process.

Answer: B

 

NEW QUESTION 162
You are writing a program that uses ABAP class.
Which components of the class can you create directly from the program?
Please choose the correct answer.
Response:

  • A. All components
  • B. Only protected components
  • C. Only public components
  • D. Only private components

Answer: C

 

NEW QUESTION 163
The Internet Communication Manager (ICM)...

  • A. Allows SAP NetWeaver Application Server to process HTTP requests.
  • B. Allows the ABAP stack and the Java stack to exchange data.
  • C. Replaced SAP ITS.

Answer: A

 

NEW QUESTION 164
What is the ALV Object Model?

  • A. A group of classes that describe the ALV Grid as a whole and inherit from a single class
  • B. A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single class

Answer: B

 

NEW QUESTION 165
You should always buffer database tables that contain fewer than 100 records.

  • A. False
  • B. True

Answer: A

 

NEW QUESTION 166
When you define local classes in ABAP, which syntactical sequence must you follow?

  • A. PUBLIC SECTION, PROTECTED SECTION, PRIVATE SECTION
  • B. The order doesn't matter
  • C. The order is handled automatically.
  • D. PRIVATE SECTION, PROTECTED SECTION, PUBLIC SECTION

Answer: A

 

NEW QUESTION 167
Which of the following rules must you follow when creating subscreens?
There are 2 correct answers to this question.
Response:

  • A. Subscreens can call other subscreens.
  • B. Subscreens can have a dialog module containing SET PF-STATUS.
  • C. Subscreens CANNOT have a field of type OK.
  • D. Subscreens CANNOT have an AT EXIT-COMMAND module.

Answer: C,D

 

NEW QUESTION 168
You define a formal parameter to a subroutine that accepts only internal table of type standard and type sorted as actual parameters. Which of the following generic ABAP data types must you use?
Please choose the correct answer.
Response:

  • A. Index table
  • B. Sorted table
  • C. Standard table
  • D. Hashed table

Answer: A

 

NEW QUESTION 169
A replacement object can be defined for a pooled table.

  • A. False
  • B. True

Answer: A

 

NEW QUESTION 170
Which of the following statements are true?
There are 3 correct answers to this question.
Response:

  • A. The tables included in the help view should have a foreign key relationship.
  • B. You cannot use a pooled or cluster table for a database view.
  • C. The tables included in the maintenance view should have foreign key relationships.
  • D. Projection views can have more than one table included for the view definition.

Answer: A,B,C

 

NEW QUESTION 171
Each work process is assigned a type of task that can be performed. Which statements related to this are true?
There are 3 correct answers to this question.
Response:

  • A. To switch a work process type requires a restart of the SAP NetWeaver Application Server ABAP.
  • B. It is possible to have multiple spool work processes on an ABAP application server.
  • C. A work process can communicate directly with an external system through a Remote Function Call.
  • D. It is possible to have multiple enqueue work processes on an SAP NetWeaver Application Server.
  • E. All work processes communicate with the database.
  • F. All work processes communicate with the dispatcher.
  • G. All work processes have the same structure.

Answer: D,F,G

 

NEW QUESTION 172
Which of the following is a true statement? Select all that apply

  • A. A package can be nested.
  • B. Packages use interfaces and visibility to make their elements visible to other packages.
  • C. All customer repository objects have to be assigned to a package.
  • D. The transport layer is a mandatory input field for the package

Answer: A,B,C

 

NEW QUESTION 173
What do you need to consider when creating a secondary index on a table? There are 2 correct answers to this question.

  • A. The index can be created for specific database systems only
  • B. The most frequently selected fields should be at the first positions in the index
  • C. The index must always be unique
  • D. The table will be updated more quickly if you create more indexes

Answer: B,C

 

NEW QUESTION 174
Which of the following are incorrect statements?
There are 2 correct answers to this question.
Response:

  • A. TYPES: werks TYPE C LENGTH 4.
  • B. TYPES: Str TYPE STRING LENGTH 20.
  • C. TYPES: date_ty TYPE D LENGTH 10.
  • D. TYPES: carrid_ty LIKE spfli-s-carr_id.

Answer: B,C

 

NEW QUESTION 175
Each work process is assigned a type of task that can be performed. Which statements related to this are true?
Select all that apply.

  • A. A work process can communicate directly with an external system through '-' a Remote Function Call
  • B. To switch a work process type requires a restart of the SAP NetWeaver AS for *-I ABAR
  • C. It is possible to have multiple enqueue work processes on an SAP NetWeaver Application Server.
  • D. All work processes communicate with the database.
  • E. All work processes communicate with the dispatcher.
  • F. It is possible to have multiple spool work processes on an ABAP application '-' server
  • G. All work processes have the same structure.

Answer: C,E,F,G

 

NEW QUESTION 176
You enhance an SAP standard global class by defining a post-method for an SAP method. The original SAP method has an EXPORT parameter named PARM1.
Which parameters does the post-method have?
Please choose the correct answer
Response:

  • A. A CHANGING parameter named PARM1
  • B. An OMPORT parameter named PARM1
  • C. A RETURNING parameter named PARM1
  • D. An EXPORT parameter named PARM1

Answer: A

 

NEW QUESTION 177
Which of the following is true? Select all that apply. (S. 105) {2 Richtig}

  • A. The repository objects and the cross-client customization are recorded in a task belonging to the transportable request if the consolidation route is defined in the Transport Management System.
  • B. The repository objects and cross-client customization objects are recorded in a task belonging to a local change request if there is no consolidation route leading from the current system defined in the Transport Management System for the transport layer.

Answer: A,B

 

NEW QUESTION 178
To reserve an area on the screen for an ALV Grid Control, you must do the following:

  • A. Create an object (instantiate the object) of the class CL_GUI_ALV_GRID
  • B. Create an object (instantiate the object) of the class CL_GUI_CUSTOM_CONTAINER
  • C. Create an object (instantiate the object) of the class CL_SALV_TABLE
  • D. Use the Screen Painter

Answer: D

 

NEW QUESTION 179
......

Use Valid New C-TAW12-750 Test Notes & C-TAW12-750 Valid Exam Guide: https://www.trainingquiz.com/C-TAW12-750-practice-quiz.html

C-TAW12-750 exam torrent SAP study guide: https://drive.google.com/open?id=1kqTTih3LqMI5BR6XHyhdiqRHIp7nvNcn