The events in ABAP/4 are Initialization, Selection Screen, Start of Selection, End of Selection, Top of page, Line selection, User command, End, First.
22
List the different types of data dictionary objects?
Ans:
The list of data dictionary objects are Tables, Structures, Views, Domains, Data Elements, Lock Objects, Match code objects.
23
What is the procedure when an ABAP program creates a batch input session and what is required to submit the program and the batch session in back ground?
Ans:
When an ABAP program creates a batch input session go to SM36 and create back ground job by giving job name, job class and job steps (Job Scheduling).
24
Give the typical structure of an ABAP/4 program?
Ans:
The typical structure of an ABAP/4 is Header, Body and Footer.
25
Explain about the tables exists in a data dictionary and what are they?
Ans:
There are four tables that exists in a data dictionary, they are
Transparent Tables, which exists with the same structure both in dictionary as well as in data base exactly with the same data ad fields.
Pool Tables.
Cluster Tables, which are logical tables that are arranged as records of transparent tables, one cannot use native sql on these tables.