You are on page 1of 2

Time : 15 Minutes

1. What are the different layers in R/3 system?

2. ________________are generated during dialog or background processing and


placed in the spool database with information about the printer and print format.
The actual data is places in the Tem Se (Temporary Sequential objects).

3. What are the layers of data description in R/3?

4. What are the basic objects of the data dictionary?

5. What are two methods of modifying SAP standard tables?

6. How many types of Views are there?

7. Does the following two statements do the same task? If so which one takes less
time and which one is recommended.
Select * from spfli where spfli-carrid = ‘LH’ and spfli-connid = ‘400’.
Endselect.
Select * from spfli. Check: spfli-carrid = ‘LH’ and spflid-connid = ‘400’.
Endselect.

8. If one wants to access data using Logical Database, the use of events is
unavoidable. (T/F)

9. In the context of files/datasets, distinguish between text mode and binary mode.

10. Following the question above, which one below represents a text mode and which
represents the binary mode? In case read dataset command is used to get the files
in a structure of type c and length 4, how would the two modes be read? The files
are as follows:
ABC ABCDEF
DEFGH GHIJKL
IJKL

11. The ______________ ABAP Dictionary Structure is used in Batch Input Program
to collect information for an entire transaction. The main parameters are
__________, __________, _____________, and _____________.

12. Name the system field for identifying the current list level.

13. The ___________ event allows you to manage the column heading of the detail
lists.
14. When the PAI event is triggered, values are transported from the __________ to
the ___________ with the same names before any PAI module is executed. –
Screen fields, program fields.

15. Name the different message types with description.

16. What is the method for keeping multiple fields open for input?

17. What are the different methods for defaulting field values in dialog programming?

18. What are the 2 principal advantages of forms over reports?

19. What do the following special characters depict in forms coding- *, /:, /*, /E?

You might also like