1.

What Is Slis In Alv And Standard Type Tables Of It?

Answer»

SLIS is the TYPE LIBRARY for ALV grid.

If you'll use the ALV you have to ADD TYPE-POOLS : SLIS. command at the BEGINNING of your code. 

  •  SLIS_LAYOUT_ALV,
  • SLIS_T_FIELDCAT_ALV
  • SLIS_T_LISTHEADER,
  • SLIS_T_EVENT,
  • SLIS_SELFIELD.

SLIS is the type library for ALV grid.

If you'll use the ALV you have to add TYPE-POOLS : SLIS. command at the beginning of your code. 



Discussion

No Comment Found