InterviewSolution
Saved Bookmarks
| 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 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. |
|