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

about reports

Former Member
0 Likes
531

wat is the difference bwtween reuse_alv_gid_display and reuse_alv_list_display

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

reuse_alv_grid_display produces a report with cells like an Excel spreadsheet whereas reuse_alv_list_display provides a text based report. Grid display has more functions, list has some of the functions of grid, but not all.

Regards,

Nick

3 REPLIES 3
Read only

Former Member
0 Likes
507

reuse_alv_grid_display produces a report with cells like an Excel spreadsheet whereas reuse_alv_list_display provides a text based report. Grid display has more functions, list has some of the functions of grid, but not all.

Regards,

Nick

Read only

0 Likes
506

Try running report BALVST02 - this uses REUSE_ALV_LIST_DISPLAY

and then run BALVST02_GRID - this uses REUSE_ALV_GRID_DISPLAY .. this will show the difference in the way the report is presented.

Read only

Former Member
0 Likes
506

hi

major differences are appearance and functionality.

Grid cannot handle high volumes.

Functions like sort, scrolling down consumes a lot of resources / time are possible in grids.

Grids have better appearance than simple lists..

regards

Dinesh