Está en la página 1de 3

1) How much memory is reserved for the data object input_record in the following statement.

Types: begin of rec_type, flag type c, count(3) type c, today type d, end of rec_type. Data: input_record type rec_type. Options - a) b) c) d) 0 Bytes 12 bytes 4 bytes 5 bytes

2) What is the default mode for passing actual parameters in a Perform Options - A) By reference B) By Changing c) By Value

3) What happens to the program context once the user input from a dialog step ha s been processed Options - A) It remains in the Buffer B) It remains in the database C) It gets rolled out d) It get rolled in 4) What system field would you query to determine the current detail list Options - A) Sy-LSIND B) SY-LIST C) SY-FIELD D) SY-LISTI 5) What event is used to create detail lists Options - A) On Detail B) TOP-OF-PAGE C) AT LINE-SELECTION D) AT USER SELECTION F) END-OF-SELECTION 6) Where is the record inserted in the internal table itab. Types: begin of itab_structure, Field1 type p, Field2 type c, Field3 type I, Field4 type n, end of itab_structure. Data: itab type standard table of itab_structure. Data: wa_itab type itab_structure. Insert wa_itab into table itab. Options - A) At the End B) AT the Begining C) Can't Insert unless specifying index

D) Depends on On which row Insertion is happening

7) When does the ABAP runtime system send a selection screen to the presentation server Options- a) At the beginning of program processing b) When the user presses the exit key c) When the processing block has ended d) At the End-of-Selection event 8) Identify the valid statement Options - A) Constants: C1(4) type B) Constants: C1(4) type C) Constants: C1(4) type d) Constants: C1(4) type C like mytab-booking. C. D C value 'ABCD'.

9) Refer to the following code. What is the value of Field1 and Field 2 SPLIT 'SAPDOMAIN' AT 'DO' INTO FIELD1 FIELD2. a) Field1 contains 'SAPDO', Field2 contains 'MAIN' b) Field1 contains 'DO', Field2 contains 'DOMAIN' c) Field1 contains 'SAP', Field2 contains 'MAIN' 10) In the lement a) b) c) d) e) case of a function, Identify the item that is not a valid interface e Source Code Tables Import parameters Exceptions Export parameters

11) What system variable is reset at the exit of a loop of an internal table. i. e. Loop at itab. ... Endloop a) SY-INDEX b) SY-DBCNT c) SY-TABIX d) SY-LOOP 12) Identify the valid attributes of a domain (Multiple Correct options) a) Length b) Label c) Header d) Type e) Fixed Values 13) Tables operation a) b) c) d) with indeces, result in reduced performance in what kind of OPEN SQL Database Modify datebase Update All Database Access Database Retrieval a check table? fields can accept only values which exist in the check ta fields can accept only values which exist in the check ta fields can accept any values regardless of the check tabl

14) What is true about a) Check table ble b) Foreign key ble c) Foreign key

e 15) Table ZMYTABLE is created in the dictionary. When does the table get created in the underlying database a)Table ZMYTABLE is created in the dictionary. When does the table get c reated in the underlying database b) It does not correspond to an object in the underlying database and do es not get created c) When the table is activated d) When the database administrator physically creates the table e) At the beginning of the table creation 16) How are buffers used by inner and outer joins a) the choice can be made to use or bypass buffers b) buffers are always used c) buffers are always bypassed 17) What is true about the primary index of a table (Multiple Options Correct) a) The primary index ID is designated by the Database Adminstrator b) The developer designates the fields to be used as the primary index c) The key fields of the table make up the primary index d) The primary index is automatically created when the table is activate d 18) Which object would you interrogate to determine the length of a field on a s creen. A) Domain B) Value Table c) Data Element D) Reposiroty e) Dictionary 19) Identify the items that are not considered Data Dictionary technical setting s when creating a dictionary table ( multiple correct ) a) Data class b) Field Name c) size Category d) Buffering e) status 20) For large internal tables that are accessed by random key, which is the most efficient READ operation. a) READ itab with additional BINARY SEARCH clause b) READ itab by index c) Read a hashed table by table key d) None of the above

También podría gustarte