Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SLIS Functionality

Former Member
0 Likes
601

please give me the functionality of SLIS

4 REPLIES 4
Read only

Former Member
0 Likes
531

SLIS is a type pool defined in the ABAP dictionary. This contains some structures and table types used for ALVs

Read only

0 Likes
531

refer amit answer for perfect solution.

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
531

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.

Read only

Former Member
0 Likes
531

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