C_TAW12_750 Exam Questions
331 real C_TAW12_750 exam questions with expert-verified answers and explanations. Page 3 of 7.
- Question #101
Global data types defined in SAP systems are...
- Question #102
The FIELD statement with the ON REQUEST addition calls the ABAP dialog module if any value is entered in the screen field.
- Question #103
Dynpros can be placed in which program types? Select all that apply.
- Question #104
It is possible to use both buffering and secondary indexes to improve performance of a search help.
- Question #105
What is the default length of the type C data type?
- Question #106
Which of the following is a true statement? Select all that apply
- Question #107
V1 update tasks are always non-restartable, whereas V2 update tasks are always restartable.
- Question #108
Which you should specify in a non-Unicode system when opening a file in TEXT MODE? Select all that apply.
- Question #109
The ALV was introduced with ABAP object-oriented capabilities in release 4.5A.
- Question #110
Which statements are true regarding ABAP inheritance? Select all that apply.
- Question #111
You can list a maximum of six browsers in the Object Navigator. (S. 105) {1 Richtig}
- Question #112
What is the allowed length of the ABAP Dictionary data type DF16_DEC?
- Question #113
ABAP is a programming language that... (Select all that apply.)
- Question #114
In addition to the visible part (the layout), a view also contains a controller and a context
- Question #115
A data object is concretely defined by means of the data type and occupied memory. It contains data with which ABAP programs work at runtime.
- Question #116
The target structure of a SELECT statement requires the field names to match the columns selected and to be in the same left-justified order.
- Question #117
All Open SQL commands allow processing on multiple rows.
- Question #118
At most, a menu bar can have 10 menus. (S. 411) {1 Richtig}
- Question #119
Which statements are considered obsolete and cannot be used in ABAP Objects? Select all that apply. (S. 556) {9 Richtig}
- Question #120
Subclasses inherit all the components of the parent class.
- Question #121
When does the lifetime of a component controller begin and end? (S. 530) {1 Richtig}
- Question #122
Which of the following statements are true? Select all that apply. (S. 470) {2 Richtig}
- Question #123
Which modularization units are global? Select all that apply
- Question #124
How many work areas are available in the Debugger?
- Question #125
It is not possible to test a function module if another function module of the same function group contains a syntax error.
- Question #126
What are the differences between displaying in a full screen and in a container? Select all that apply. (S. 503) {2 Richtig}
- Question #127
The predefined data types are defined locally in the ABAP program.
- Question #128
Which must a search help do? Select all that apply.
- Question #129
The _WAIT parameter of a lock object waits for the lock to be successful.
- Question #130
Which of the following statements are correct? Select all that apply (S. 470) {4 Richtig}
- Question #131
The static sequence of the default next screen can be established by the value in the screen attribute Next Screen.
- Question #132
There are____versions of the ABAP Editor.
- Question #133
Which statements are true? Select all that apply.
- Question #134
What does the Refactoring Assistant allow you to do? Select all that apply.
- Question #135
A view can only be displayed in which circumstances? Please choose the correct answer.
- Question #136
The valid value for a decimal floating point number of type decfloat34 is a number between 1E6145 and -1E-6143for a negative number, 0, and +1E-6143 to 1E6145.
- Question #137
You can create projection views for pooled or cluster tables
- Question #138
Identify the ways to map context structures. Select all that apply.
- Question #139
You can define multiple elements in a single line by defining the element within the block SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE.
- Question #140
Which of the following are incorrect statements? Select all that apply.
- Question #141
What are functions of the ABAP Managed Database Procedure (AMDP) framework? There are 2 correct answers to this question.
- Question #142
All breakpoints are valid for the entire Debugger session, and all can be changed by the Debugger
- Question #143
A change request is part of a task.
- Question #144
What does Software Layer Aware Debugging allow you to do? Select all that apply.
- Question #145
Local data objects can be defined using ABAP Dictionary types
- Question #146
What is the default selection screen number for the ABAP program?
- Question #147
Where should the labels for fields be stored?
- Question #148
You must call a method to actually display the contents of the display table after you create an ALV
- Question #149
How would you find out if an application program offers a program exit? Select all that apply.
- Question #150
The statements CALL BADI and GET BADI are used for which type of BAdls?