C_TAW12_750 Exam Questions
331 real C_TAW12_750 exam questions with expert-verified answers and explanations. Page 5 of 7.
- Question #205
Which of the following is a true statement? Select all that apply.
- Question #206
The addition NO-EXTENSION for SELECT-OPTIONS will allow only one line in the selection table.
- Question #207
Internal tables cannot have a deep or nested structure in their line type
- Question #208
Both the classic Debugger and the new Debugger can be used on all ABAP code without restriction.
- Question #209
Identify the types of controller. Select all that apply.
- Question #210
Where are fixed values for fields stored?
- Question #211
Which of the following standard types is numeric? Select all that apply.
- Question #212
You can use the logical expression IS SUPPLIED for any formal parameter passed to which modularization unit? Select all that apply.
- Question #213
How many kinds of internal tables are supported in the ABAP language?
- Question #214
Under which circumstances will the classic Debugger start as the Debugger?
- Question #215
You can maintain SAPscript forms and SAP Smart Forms within the ABAP Workbench.
- Question #216
ABAP now has predefined functions that behave like functional methods.
- Question #217
The FIELD statement does not have any effect in the PBO event block, and it should not be used in the PBO event block.
- Question #218
The OCCURS statement is required to define an internal table with a header line.
- Question #219
Setting breakpoints for a method or function module within the Debugger allows the use of (F4) (value help) to find the correct name.
- Question #220
Data types store data and occupy memory.
- Question #221
A development object can be assigned to only one change request.
- Question #222
Where do you create online documentation ((F1) help) for fields on the screen?
- Question #223
The database always uses the primary key when the WHERE clause contains any of the key fields.
- Question #224
The Java stack and the ABAP stack of an SAP NetWeaver Application Server must always be installed together
- Question #225
Which of the following statements are true? Select all that apply.
- Question #226
The Next Screen attribute can be temporarily overwritten by the set screen statement (that is, SET SCREEN 200).
- Question #227
An internal table can have at most 15 secondary keys.
- Question #228
When starting the Debugger, what circumstance causes the runtime error DEBUGGING_NOT_POSSIBLE?
- Question #229
What is a plug? Select all that apply.
- Question #230
In which circumstances is a table considered to be a text table? Select all that apply
- Question #231
You can define a selection screen as a subscreen or tab strip control.
- Question #232
What is the ALV Object Model? Please choose the correct answer.
- Question #233
The Repository Browser is started by default when you execute Transaction SE80 for the Object Navigator
- Question #234
Each ABAP program that actually contains executable statements... (Select all that apply.)
- Question #235
The Debugger is entirely self-contained and requires no external transactions.
- Question #236
Open SQL does not allow you to specify a secondary index during a SELECT.
- Question #237
Which of the following statements about the Object Navigator are true? Select all that apply. (S 105.) {4 Richtig}
- Question #238
Each work process... (select all that apply.)
- Question #239
Each ABAP program starts with an introductory statement. Which statements are correct? Select all that apply.
- Question #240
The system class CL_ABAP_MATH contains constants for maximum and minimum values for the numeric data type
- Question #241
Which of the following steps are required to set up a shared memory area? There are 3 correct answers to this question.
- Question #242
A screen has the following PAI flow logic: PROCESS AFTER INPUT FIELD A MODULE check_A FIELD A MODULE check_B CHAIN. FIELD:C,D MODULE check_CD ENDCHAIN FIELD:C,B. MODULE check_CB EN...
- Question #243
You want to select data from two tables and store the result in as structure. Table PARTNER contains the fields PARTJD and KIND. Table CONTRACT contains the fields CONTJD, CONT_TYP...
- Question #244
A structure has enhancement category 3, can be enhanced (character-type). Which set of elementary types is allowed for the new fields? Please choose the correct answer.
- Question #245
What is the root class in the RTTS inheritance tree? Please choose the correct answer.
- Question #246
The USER has the following fields: ID, FIRSTJMAME, LAST_NAME. FIRST_NAME, LAST_NAME have the same basic type and length. You want to compare fields FIRST_NAME, LAST_NAME to each ot...
- Question #247
How do you embed a subscreen in a main screen? Please choose the correct answer.
- Question #248
Which of the following are valid control level changes within a loop over an internal table? There are 2 correct answers to this question.
- Question #249
Which controller types can exist within a Web Dynpro component? There are 3 correct answers to this question.
- Question #250
Compared to a predefined ABAP type what additional properties can be assigned to a domain? There are 3 correct answers to this question.
- Question #251
What do you need to have in your program to respond to the DOUBLE_CLICK event raised by an instance of the CL_GUI_ALV_GRID class? There are 3 correct answers to this question.
- Question #252
How do you define an internal table in a private method of a class? There are 3 correct answers to this question.
- Question #253
In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table? Please choose the correct answer.
- Question #254
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...