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

RAJESH REDDY

Former Member
0 Likes
638

what is the deffirence between the function moudles REUSE_ALV LISTDISPLAY,

REUSE_ALV_GRID_DISPLAY,

COULD U PLZ SEND IT TO MY MAIL ID ::: [email protected]

what is the deffirence between the function moudles REUSE_ALV LISTDISPLAY,

REUSE_ALV_GRID_DISPLAY,

COULD U PLZ SEND IT TO MY MAIL ID ::: [email protected]

3 REPLIES 3
Read only

Former Member
0 Likes
511

hi rajesh

ALV's r basically to view the output list in a more fashionable way when compared to a normal report output.and in ALV's we have two ways to display the list as u said list nd grid

presentation wise the main difference between these two is grid will be in the form of blocks in the sense the column headings will be highlighted and will b in a more presentable way.

and technical wise u can c the main diff the moment u c the function module export parameters .go through the documentation for each nd evry parameter .v can say grid is more easier to use as the number of functionalities r more here

hope this will give u an idea

Regards

Zarina

Read only

Clemenss
Active Contributor
0 Likes
511

Hi,

Main difference is that GRID creates a screen with a GRID control and LIST creates a classical ABAP List. On a classical List all predefined standard lisr operations (select, search, copy, download, print,...) are available.

In GRID only functions defined with function module are avalable. I.E. using print function means to convert the grid's contents into a list - a a creen is not printable except hardcopy.

Regards,

Clemens

Read only

Former Member
0 Likes
511

thanks to ur answer