2007 Aug 09 12:24 PM
What is the difference between ALV_list display and ALv_grid_display function modules
What is the difference between ALV_list display and ALv_grid_display function modules
2007 Aug 09 12:27 PM
it's better to use both the function n see the difference.
Sameer
2007 Aug 09 12:28 PM
not sure since i didnt use a list by now, but well normally a list is something like a list-box, while a alv_grid is more like a grid-box or a hierarchical grid-box.
2007 Aug 09 12:30 PM
Hi,
Both are almost same in functionality..
Grid provides grid view more attractive, where as list does not..
You have to use reuse_alv_commentary_write" FM for the header in the GRID display, where as in list you can just write "WRITE" statements and align them in LIST..
Rest all are same..Please try to use both in a sample report you will find the difference yourself..
rewards if useful,
regards,
nazeer
2007 Aug 09 12:30 PM
Hi,
alv list
this is static list just like the classical reports
and we cannot change the field positons after the list got displayed
but we can do the interchange of field positions in grid display
and once we get the list we cannot increase or decreas the width of each
column which is possible in ALv Grid
we can have multiple alv list displays one by one which is not possible with
the grid disply ...
grid will be looking some what user friendly and list will not
if you see in the table entries in any table
we can change the layout from list to grid also
there we can see the option of getting f4 help for a field which is not there in list
thanks & regards,
Venkatesh
2007 Aug 09 12:31 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
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
check these links
http://www.sapdevelopment.co.uk/reporting/alvhome.htm
Regards,
Pavan
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |