Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

differences between alv list and alv grid

Former Member
0 Likes
479

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?

2 REPLIES 2
Read only

Former Member
0 Likes
446

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

Read only

Former Member
0 Likes
446

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