C_TAW12_740 Exam Questions
159 real C_TAW12_740 exam questions with expert-verified answers and explanations. Page 2 of 4.
- Question #51
Which of the following can you do with the SAP Code Inspector?
- Question #52
Which type of transport task is used when you modify SAP standard objects?
- Question #53
Which of the following is an implicit enhancement?
- Question #54
Which of the following includes are generated with you create a function group?
- Question #55
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 updat...
- Question #56
Which ABAP statement can make an element visible that you statically defined as invisible?
- Question #57
You always want to check the user authorization for data entered in an input field of a selection screen. Where do you do this?
- Question #58
In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to dast the assigned me...
- Question #59
You want to create a transparent table. Which of the followih=ng must you define to activate the table?
- Question #60
You want a validation routine for a selection screen field if a wrong value is entered into the field an error message should be displayed and the focus should move to the field. W...
- Question #61
You want to define a formal parameter to a subroutine that accepts only internal tables of types standard and type sorted as actual parameters. Which of the following generic ABAP...
- Question #62
You want to read data from two database tables A and B using a database join. Database table B contains details for data records stored in database table A. Your result should cont...
- Question #63
In subclass you want to define a method of the superclass. Which of the following conditions must be fufilled?
- Question #64
Which view types can you to join two tables with an outer join?
- Question #65
You have two Web Dympro component controller A and
- Question #66
Which of the following variables is the self-reference variable in ABAP OO?
- Question #67
How can you find customer exits in an ABAP program?
- Question #68
You want to display a dialog box in your ABAP program. Which statement do you use?
- Question #69
In the technical settings for a transparent table, buffering is switched on and single record buffering is selected. Which statement uses the buffered data assuming that the WHERE...
- Question #70
What the predefined reference variable used in ABAP 00 to address the object itself?
- Question #71
You are writing the function module that will be called from external systems vi remote function call (RFC).How do you report an error back to the external caller?
- Question #72
You want to loop over an internal table without copying each table row to a work area. How can you achieve this using a field symbol?
- Question #73
Which of the following can you do with the ABAP debugger?
- Question #74
You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this?
- Question #75
Where can you set the GUI status and the GUI title for a classical screen (dynpro)?
- Question #76
You created the following ABAP code: DATA x TYPE REF TO DATA. DATA y TYPE REF TO OBJECT. ASSIGN x TO <fs>. ASSIGN y TO <fs>. You want to add a declaration of <fs> to the code. Whic...
- Question #77
Which of the following Data Types are allowed in ABAP? (Choose two)
- Question #78
Which of the following ABAP statements throws an error an the syntax check?
- Question #79
When does SAP recommended that you use a hashed table?
- Question #80
Which of the following are fully-specified internal table types?
- Question #81
What do global types and local types have in common?
- Question #82
Which action ono the underlying dictionary object triggers a database table conversion?
- Question #83
Which components belong to an elementary search help? (Choose two)
- Question #84
Which of the following types of SQL statements always bypass the SAP table buffers?
- Question #85
How can you add a section breakpoint to your program?
- Question #86
To which ABAP Dictionary definition can you assign fixed values?
- Question #87
Compared to a predefined ABAP type what additional properties can be assigned to a domain? (Choose three)
- Question #88
Which of the following transaction can you use to define transparent tables?
- Question #89
In an ABAP Program, you want to assign an initial value to an elementary data object when you define it. Which addition must you use?
- Question #90
Which of the following can you define in the technical settings of a transparent table?
- Question #91
You add the CREATE PROTECTED addition to a class definition. From where can you instantiate the class?
- Question #92
The component interface of a Web Dynpro component contains three interface views. Which of the following controllers must also exist?
- Question #93
What is the SAP recommended naming convention for append structures of standard SAP tables?
- Question #94
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?
- Question #95
How do you add fields to an SAP-delivered transparent table without modification?
- Question #96
Which desktops are part of the new ABAP debugger? (Choose three)
- Question #97
Which the following values are remplaceable In debugger mode?
- Question #98
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 ref...
- Question #99
What can you create using the ABAP Dictionary? (Choose three)
- Question #100
Which of the following must you do to be able to use a Business Add-In (BA-dl)?