‎2007 Sep 16 5:47 AM
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
‎2007 Sep 16 5:58 AM
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