

Returns table of possible events for a a list typeĮt_Events :The event table is returned with all possible CALLBACK events for the specified list type (column ‘NAME’). t_outtab : internal table with the data to be output It_events : internal table with a list of all possible events of ALV and their corresponding form names.


Lets look at them in detail – Simple Report To avoid that we can use a concept called ABAP List Viewer (ALV).Įach of these reports provide function modules which help in producing desired output without much effort. To implement these from scratch, a lot of coding effort is to be put. The common desired features of any report are “column alignment”, sorting, filtering, subtotals, totals etc.
