‎2006 Dec 20 5:14 AM
‎2006 Dec 20 5:23 AM
SLIS is a type pool defined in the ABAP dictionary. This contains some structures and table types used for ALVs
‎2006 Dec 20 5:25 AM
‎2006 Dec 21 5:13 AM
hi,
There is a development class called SLIS.This development class deals with the ALV functionality using the functions like 'REUSE_ALV_GRID_DISPLAY' and many more functions. goto SE80 and enter the development class SLIS.Below you will get a list of all the demo programs to use this functionality..
Regards,
Sourabh
Please reward points if it has helped or solved.
‎2006 Dec 21 5:20 AM
hi ,
SLIS is a type group, it hold the reusable constants and datatypes, if you click on it, it is like an internal table
with this v can define the internal table work area and body seperatly like
SLIS_FILEDCAT_ALV. it is a type of filed string , v can compare it with internal table work area where as
SLIS_T_FIELDCAT_ALV it is internal table body type
Regards,
GUDURI