You are on page 1of 1

Re: what are ALV reports? how they are different from normal reports?

what are
the main events that are used in an ALV report? what is the use of SLIS type poo
l in alv reports?
Answer
# 1 ALV means ABAP List Viewer.ALV is available in two modes:
list and grid. List mode is good old list processing with
standard functionnalities, and grid mode is using a new OCX
object displaying grids.
introduce a type group with type-pool.
maintain a type group via abap dictionary.
for simple alv:
slis_alv_fieldcatalog : populate the fieldcatalog
slis_layout_alv : it is for layout
slis_alv_events : it is for internal tables events
Re: what are ALV reports? how they are different from normal reports? what are
the main events that are used in an ALV report? what is the use of SLIS type po
ol in alv reports?
Answer
# 2 ALV means ABAP List View .It is used in t-code
SE38,Excautable program . more than 255 lines of
characters in length we use ALV reports .
with function modules
Reuse _ALV_LIST_DISPLAY
Reuse_ALV_GRID_DISPLAY
but SLIS is created in se11-type pools to work in ALV
reports
SLIS_ALV_FIELDDATACAT.
SLIS_ALV_LAYOUT
SLIS_ALV_EVENTS.

You might also like