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

reports

Former Member
0 Likes
534

hai ,

what is the basic difference between ALV's adn ALV Grid control and upto how many lists we can use like 20 secondry lists in interactive reporting rely,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

Hi Pandu,

The major difference between Grid and List is,

Grid is dynamic, means you can change the column length dynamically

where as list is static, means you can not change anything there.

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
490

Hi..

In normal reports we can have max 20 Secondary lists.

But in ALV report there is no limit on this.

ALV grid allows Editing of Data. but ALV list does not allow this.

So we can use ALV grid more like a Table control also.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
491

Hi Pandu,

The major difference between Grid and List is,

Grid is dynamic, means you can change the column length dynamically

where as list is static, means you can not change anything there.

Read only

Former Member
0 Likes
490

hi ,

also refer the following link for better understanding of ALV grid control...

http://help.sap.com/saphelp_46c/helpdata/en/c5/3bd1369f2d280ee10000009b38f889/frameset.htm

Regards,

Roshani

Read only

Former Member
0 Likes
490

hi,

alv list -


similar to normal reports.

no gui representation is possible.

static lists, if we have 20 columns and only we need 10 its not possible to display only 10.

doesnt support any sorting, images ..............

alv grid -


dynamic display of report, we can do sorting , can display logos, imags, gui representation is possible. event handling can also be done.

if helpful reward some points.

with regards,

Suresh Aluri.