C_TAW12_750 Exam Questions
331 real C_TAW12_750 exam questions with expert-verified answers and explanations. Page 1 of 7.
- Question #1
What is the allowed length of the ABAP Dictionary data type DF34_RAW?
- Question #2
The addition NO-INTERVALS for SELECT-OPTIONS will allow only single fields on the selection screen.
- Question #3
What does a view do? Select all that apply.
- Question #4
Which of the following is a true statement? Select all that apply.
- Question #5
Which screen in the ABAP Dictionary allows you to log data changes to the table?
- Question #6
The binding between a Ul element and a context attribute is a two-way relationship
- Question #7
Protected attributes can be accessed by methods of the class and its subclasses.
- Question #8
A replacement object can be defined for a pooled table.
- Question #9
What is the result of the following arithmetic operation? DATA: int TYPE I int = 5 /10 {1 Richtig}
- Question #10
Code within an explicit enhancement section can be replaced by the customer.
- Question #11
What is the result of the following arithmetic operation? DATA: int TYPE I. int = 5*(3/10).{1 Richtig}
- Question #12
There can only be one level in the inheritance tree
- Question #13
An internal table can have primary keys as well as secondary keys.
- Question #14
The dispatcher handles all communication between users, work processes, and other (external) systems.
- Question #15
You can have only one selection screen for an ABAP program. (S. 436) {1 Richtig}
- Question #16
Authorizations are handled automatically during access to the database interface to restrict data access of the user.
- Question #17
You should always buffer database tables that contain fewer than 100 records.
- Question #18
Buffering data can speed access to data up to 100 times when compared to reading it from the database.
- Question #19
The Internet Communication Manager (ICM)...
- Question #20
An internal table can be defined using the DATA statement.
- Question #21
The constructor method is always defined in the private visibility section of the class.
- Question #22
The constructor method is called automatically when you create an instance of the class.
- Question #23
When must a foreign key have domain equality?
- Question #24
Which of the following are true statements? Select all that apply
- Question #25
How can Unicode checks be made? Select all that apply. (S. 365) {2 Richtig}
- Question #26
What is the correct order for using a lock object?
- Question #27
What is the difference between SAP Basis and SAP NetWeaver? Please choose the correct answer.
- Question #28
At most, how many menu items (including functions, separators and submenus) can a menu have on the screen?
- Question #29
You can call the constructor method directly.
- Question #30
You use the addition OBLIGATORY to define the input field of a parameter as a required field.
- Question #31
Which statements are true about a class that has granted friendship to another class? Select all that apply.
- Question #32
Your selection screen can be modified at which event?
- Question #33
Explicit enhancement points and sections are defined by the SAP application programmer.
- Question #34
Declaration of an internal table with a header line can be used in a class implementation.
- Question #35
Each work process is assigned a type of task that can be performed. Which statements related to this are true? Select all that apply.
- Question #36
Which of the following statements are true? Select all that apply.
- Question #37
At most, how many buttons can the application toolbar have on the screen?
- Question #38
The READ statement with the BINARY SEARCH addition cannot be used for a sorted internal table.
- Question #39
You can define search helps and parameter IDs for a data element.
- Question #40
You can use the APPEND statement to fill a sorted internal table.
- Question #41
A development object can be assigned to only one package
- Question #42
Only one text table can be linked to a table.
- Question #43
Which of the following statements are correct? Select all that apply.
- Question #44
An internal table is an ABAP program variable.
- Question #45
The user interface consists of the GUI status and GUI title.
- Question #46
The valid value for a decimal floating point number of type decfloat16 is a number between 1E385 and -1E-383 for a negative number, 0, and 1E-383 to 1E385 for a positive number.
- Question #47
Which statement cannot use a subquery.
- Question #48
If data objects of type I are being used to store the result of a calculation, the decimals will be truncated.
- Question #49
If a user has an object locked in a task within a request (transport), then no one else can change it until the task and request are released.
- Question #50
What is the Web Dynpro programming model is based on?