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

type pool: slis

Former Member
0 Likes
317

Hi experts

pls could you explain what is TYPE-POOLS: SLIS clearly in ALV program. i want to know what is the basic structure of slis and what is type pool. thax heaps.......

points awarded...

kondal

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
290

SLIS is a type pool or group and is nothing more than a collection of TYPE statements. When you use the TYPE-POOLS: statement in your program, and name the type group SLIS, this gives you access to these TYPES so that you can use them in your DATA statements. For example, if you want to declare an internal table for the field catalog.....

type-pools: slis.

data: ifldcat type slis_t_fieldcat_alv.

Regards,

RIch Heilman