TAW10 Test
TAW10 Test
15. C, N
16. I,F
17. X,P
45. Internal table is read using statement READ with key access. No line with the specified key.
46. The program gives a short dump.
47. The program gives a syntax error.
48. The value 4 is placed in the field SY_SUBRC.
49. The value 0 is placed in the field SY-SUBRC.
50. The different types of messages using the MESSAGE statement are :
51. A – Abort
52. C – Cancel
53. D – Delete
54. E – Error
75. Complex selections and value range can be entered in selection screen using the statement
76. SELECT-MULTIPLE
77. SELECT-RANGE
78. SELECT-OPTIONS
79. SELECT-COMPLEX
90. The function module interface can have the following parameters
91. IMPORT
92. TYPES
93. TABLES
94. SCREENS
97. Quotation marks (“) in column 1 to indicate that the entire line is a comment
98. Quotation marks (“) in middle of a line to indicate that the remainder of the line is a comment
99. A star(*) in the middle of a line to indicate that the remainder of the line is a comment
148. How do you add customer fields to a SAP standard table without modifying table
definition?
149. Include structure
150. Append structure
151. In maintenance mode go and insert more rows and new field
152. You cannot change a SAP standard table
173. When a foreign key is defined for the field KUNNR in the table VBAK referencing the key
fields of table KNA1 then
174. VBAK is check table
175. KUNNR is check field
176. KNA1 is check table
177. KNA1 is referenced table
178. Whenever you make changes in the database having no data then
179. Table is changed with ALTER TABLE
180. Table is changed with converting the table
181. Table is deleted from the database and is recreated in the database by creating the
new structure
182. Table is changed by changing database catalog
273. During conversion process of databases, the data is copied from temporary table to
the database table using the statement
274. MOVE
275. MOVE-CORRESPONDING
276. INSERT
277. MODIFY
326. FIELD statement with module addition will not be able to perform field level checks
327. Yes
328. No.
336. A sub-screen
337. Its own PBO and PAI and uses the PBO and PAI of main program.
338. Have its own PBO and PAI and these are processed with the PBO and PAI of main
program.
339. Uses only the PBO and PAI of main program.
356. A tabstrip is same as subscreen as the data is displayed using the subsreen technique.
357. Yes
358. No
364. Attributes of the screen fields are stored in the system table SCREEN.
365. Yes
366. No