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

alv

Former Member
0 Likes
503

What is the difference between alv list and alv grid?

When will we use list and when will we use grid?

1 ACCEPTED SOLUTION
Read only

p291102
Active Contributor
0 Likes
467

Hi,

1. For all practical purposes, they are the same.

2. Some differences:

a) from abap coding point of view,

alv list is done with Function modules,

alv gris can also be done with FM,

but can also be done using OO concepts.

b) 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)

c) ALV grid uses ActiveX controls

present on the Presentation Server.

Hence, it consumes More Memory

on the presentation server.

d) ALV LIST is Display Only.

Whereas

ALV Grid Can Be made EDITABLE for entry purpose.

e) 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

I hope it helps.

Thanks,

Sankar M

4 REPLIES 4
Read only

Former Member
0 Likes
467

Grid contains Tabular column and list does not contain tabular column.

We will use grid when ever req need have company logo and tabular column.

where as in list we can not display logo and it does not have tabular column.

if you want to show header level and item level data ,we need go for list type.

where as grid it is not possible.

Reward Points if it is helpful

Thanks

Seshu

Read only

p291102
Active Contributor
0 Likes
468

Hi,

1. For all practical purposes, they are the same.

2. Some differences:

a) from abap coding point of view,

alv list is done with Function modules,

alv gris can also be done with FM,

but can also be done using OO concepts.

b) 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)

c) ALV grid uses ActiveX controls

present on the Presentation Server.

Hence, it consumes More Memory

on the presentation server.

d) ALV LIST is Display Only.

Whereas

ALV Grid Can Be made EDITABLE for entry purpose.

e) 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

I hope it helps.

Thanks,

Sankar M

Read only

Former Member
0 Likes
467

Please go thorugh the below link , it give the detail functionality of the all ALV's....

Difference b't ALV Formats .

<a href="http://www.sapdevelopment.co.uk/reporting/alvhome.htm">http://www.sapdevelopment.co.uk/reporting/alvhome.htm</a>

Girish

Read only

Former Member
0 Likes
467

Hi,

Please go through the link,

http://sapbrain.com/TUTORIALS/TECHNICAL/ALV_tutorial.html

Reward ir it is helpful.

Regards,

Archana