Application Development 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: 

what is the difference between list display and grid display in alv report

Former Member
0 Kudos

Hai genious

i am a new of the abap, i dont know the alv report, i have a small doubt, can u please tell me what is the main difference between list display and grid display in alv report

thanks&regards

chinnu

5 REPLIES 5

Former Member
0 Kudos

ALV Grid, you can make it as interactive. Means by changing the data on the grid will also change the data in the underlying data base (Need to hadle bit of code for this).

For ALV List this feature is not possible.

List will display simple list , data in tabular form.

Grid will have more features and more user friendly.

Former Member
0 Kudos

Hello,

Check this you will get an idea.....

If you want more information better search in SAP Forums.

http://sapprograms.blogspot.com/2008/04/alv-grid-display-report.html

http://www.abapcode.info/2008/09/selecting-variants-for-initial-alv-list.html

Former Member
0 Kudos

>

> Hai genious

>

> i am a new of the abap, i dont know the alv report, i have a small doubt, can u please tell me what is the main difference between list display and grid display in alv report

>

> thanks&regards

> chinnu

Hi Kumar,

Do search on SCN. A lot of threads are there.

Thanks

Nitesh

Former Member
0 Kudos

Hello,

May be this thread will help you under stand.

[;

Thanks,

Jayant

Former Member
0 Kudos

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.

Regards,

Mamta

Edited by: Mamta Verma on Nov 27, 2008 6:41 AM