1) Which of the following cannot be created via the ABAP dictionary( se11 )?
options:
Answer: Function-Pool
2) What are the basic type categories in the ABAP dictionary ?
1.Data Elements 2.Structures 3.Stack 4.Table Types
Question 2 options:
3) Structures like tables must have a primary key field assigned.
options:
4) If a table does not have MANDT as part of the primary key, it is ____.
Fill in the blank with an appropriate option.
options:
5) When creating a transparent table in the ABAP Dictionary, which step automatically creates the table in the underlying database?
Choose the most appropriate option.
options:
Answer: Activating the table
6) SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab WHERE fld1 IN sfld1.
options:
Answer: Add rows to the existing rows of itab
7) Which one of these benefits may not be associated with Open SQL used in ABAP.
Choose the most appropriate option.
options:
8) LOOP AT ITAB_1.
COLLECT ITAB_1 INTO ITAB_FINAL.
ENDLOOP.
If the tables contain character fields, which table should be declared with the keys Explicitly specified? Choose most appropriate option.
options:
9) Which of the following is true? Choose most appropriate option.
options:
10) Which is the correct syntax for sorting an internal table? Choose most appropriate option.
options:
Answer: SORT ITAB BY key1 key2.
11) Since there is no way to populate the screen during background processing, what is the only way to populate the screen for background mode.
options:
12) Once background job is scheduled, which status says the job has been created but still has not been released to run
Question 2 options:
13) The individual functions are protected by which object during job processing?
options:
14) Function modules which are used to generate jobs with an ABAP program.
options:
15) Function modules which are used to read jobs from the database?
options:
16) Which of the following are tools to report data in ABAP?
Choose the appropriate option.
options:
17) Superscripts and Subscripts are maintained for __________.
18) Are SAP smart forms and smart styles client-independent?
Choose the appropriate option.
options:
19) Which of the following is/are type(s) of ALV reports?
Choose the appropriate option.
options:
20) The Type and size of the output paper is set __________.
Choose the appropriate option.
options: