2007 Feb 15 2:11 PM
freinds let me know the major differences between alv list and alv grid?
freinds let me know the major differences between alv list and alv grid?
2007 Feb 15 2:16 PM
Hi,
ALV GriD will display the records in a Tabular format and ALV List will display in a List foramt i mean in a Simple list without any options at the same time in the ALV GRID we can get the all options by default
Regards
Sudheer
2007 Feb 15 2:21 PM
ALV LIST Can be coded using only FMs
ALV GRID Can be coded using FMs and object oriented concepts
ALV LIST Can be displayed hieraicharlly
ALV GRID cannot be displayed hierarichally
also these from one thread
Alv grid (using oo concept) requires
designing the screen layout .
Hence, in one screen, we can show more
then one alv grid
(we cannot show more than
one alv list on one screen)
ALV grid uses ActiveX controls
present on the Presentation Server.
Hence, it consumes More Memory
on the presentation server.
ALV LIST is Display Only.
Whereas
ALV Grid Can Be made EDITABLE for entry purpose.
In alv grid, these options are possible,
but not in alv list.
without horizontal lines
without vertical lines
without cell merging during sorts
display total lines above the entries