C_TAW12_750 Exam Questions
331 real C_TAW12_750 exam questions with expert-verified answers and explanations. Page 2 of 7.
- Question #51
(F1) help on the screen field displays the data element documentation
- Question #52
Which of the following statements are correct? Select all that apply.
- Question #53
A selection screen can only be defined in an executable program.
- Question #54
What does a non-exclusive debugging mode mean? Select all that apply.
- Question #55
In the CALL CUSTOMER-FUNCTION 'nnn' statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement?
- Question #56
Which of the following regarding search helps is a true statement? Select all that apply.
- Question #57
What must you specify in a Unicode system when opening a file in TEXT MODE?
- Question #58
ABAP Unit Test Browser is included in Object Navigator with SAP NetWeaver 7.0 EHP 2.
- Question #59
Which actions release a database lock (with a default value for _SCOPE)? Select all that apply.
- Question #60
The Debugger displays a maximum of eight data objects at one time.
- Question #61
A watchpoint stops program execution every time the condition specified is met
- Question #62
Internal tables can also be modified after executing the READ statement with the addition ASSIGNING. (S. 204) {1 Richtig}
- Question #63
Which message types behave the same regardless of the context in which they are called? Select all that apply
- Question #64
The Repository Information System is a useful tool to search for customer exits/function exits and BAdls in the SAP system.
- Question #65
In a local class, it is possible to declare an instance constructor in all visibility sections of the class.
- Question #66
Lock objects are only required when doing dialog programming; SAP's best practice does not require them when doing background or en masse changes, as there is no COMMIT WORK that w...
- Question #67
Code within an explicit enhancement point can be enhanced but cannot be replaced.
- Question #68
Which class is used to define a reference for an instance of the ALV Object Model?
- Question #69
Is it possible to have multiple active implementations of business add-ins at a time? Select all that apply
- Question #70
Which statements about ABAP are true?
- Question #71
The line type for a table type can contain a flat, nested, or deep structure.
- Question #72
What is unique about a singleton? Select all that apply.
- Question #73
When included in a structure, which elementary field types allow the structure to be considered a character-type data object? Select all that apply. (S. 365) {4 Richtig}
- Question #74
A transparent table can include a deep structure
- Question #75
It is possible to make multiple changes to data objects at the same time in the Debugger
- Question #76
Which statement is true?
- Question #77
Local update tasks are quicker because they stay within the same work process.
- Question #78
The data is transferred and displayed on the screen after the processing of the PBO.
- Question #79
What is the difference between a Unicode and non-Unicode program? Select all that apply
- Question #80
ABAP data types can be used for a domain definition.
- Question #81
Value help can be supplied from which of the following? Select all that apply.
- Question #82
The order of fields for a transparent table in the database...
- Question #83
If an error or warning message is sent from the ABAP dialog module for the FIELD statement within the CHAIN and ENDCHAIN statements, then all of the fields within CHAIN and ENDCHAI...
- Question #84
You cannot use a SORT statement for a sorted internal table.
- Question #85
The FIELD statement with the ON INPUT addition is used to conditionally call the ABAP dialog module. The ABAP dialog module is called if the value of the screen field is other than...
- Question #86
When you define local classes in ABAP, which syntactical sequence must you follow?
- Question #87
A work process...
- Question #88
Methods provide which types of parameters? Select all that apply.
- Question #89
What is the best order to provide an event handler for an ALV?
- Question #90
Which statement will interrupt the processing of the current screen and branch to new screen?
- Question #91
Which actions release a database lock? Select all that apply.
- Question #92
Subroutines provide which types of parameters? Select all that apply.
- Question #93
The ABAP Messaging Channels (AMC) uses the WebSocket protocol to gain two-way communication instead of HTTP.
- Question #94
What are the declarative statements used to define the selection? Select all that apply.
- Question #95
What character is used as a symbol for the operand type in an expression?
- Question #96
It is recommended that you place the COMMIT WORK in the update task.
- Question #97
To generate the function modules for a lock object for a custom table (ENQUEUEJlock_object] and DEQUEUEJIock_object]), which tool would you use?
- Question #98
Update tasks are the only way to make changes to the database
- Question #99
Which does the field catalog allow you to do? Select all that apply. (S. 503) {3 Richtig}
- Question #100
You can use a table with a header line for object-oriented programming