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: 

alv

Former Member
0 Kudos

what is the diffrence between

REUSE_ALV_LIST_DISPLAY

AND REUSE_ALV_GRID_DISPLAY

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sri,

REUSE_ALV_LIST_DISPLAY will display the list in a simple list format whereas

REUSE_ALV_GRID_DISPLAY will display the list in grid format.

The ALV Grid display is in sort of an excel format with the data in boxes

and the list display is not.

REUSE_ALV_LIST_DISPLAY will display the Output a simple list (single line or several lines)

<b>Functionality:</b> This module outputs an internal table with any structure as a formatted one-line or multiple-line list.

Pass an internal table with the set of output information

Pass a structure with general list layout details

Pass a field catalog as an internal table

The field catalog describes the fields to be output in the list.

Thanks,

Vinay

2 REPLIES 2

Former Member
0 Kudos

Hi Sri,

REUSE_ALV_LIST_DISPLAY will display the list in a simple list format whereas

REUSE_ALV_GRID_DISPLAY will display the list in grid format.

The ALV Grid display is in sort of an excel format with the data in boxes

and the list display is not.

REUSE_ALV_LIST_DISPLAY will display the Output a simple list (single line or several lines)

<b>Functionality:</b> This module outputs an internal table with any structure as a formatted one-line or multiple-line list.

Pass an internal table with the set of output information

Pass a structure with general list layout details

Pass a field catalog as an internal table

The field catalog describes the fields to be output in the list.

Thanks,

Vinay

Former Member
0 Kudos

Sripathi..

REUSE_ALV_LIST_DISPLAY

display the output in list format. U will get the list in the output

where as...

REUSE_ALV_GRID_DISPLAY

To display the output in the grid format. U will get all the records in a grid if u take the out put on a paper u will come to know the difference exactly

or if u see the print preview also u can find the difference.

check the below good link for the various examples in alv's

http://www.sapdevelopment.co.uk/reporting/alvhome.htm

~~Guduri