cancel
Showing results for 
Search instead for 
Did you mean: 

diff.between reuse_alv_list_display & reuse_alv_grid_display

Former Member
0 Kudos

hi guru

please tell me diff.between reuse_alv_list_display & reuse_alv_grid_display

regards

subhasis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

(1) REUSE_ALV_LIST_DISPLAY

Display an ALV list as per parameters defined in the function call

(2) REUSE_ALV_GRID_DISPLAY

Display an ALV grid as per parameters defined in the function call

(3) REUSE_ALV_COMMENTARY_WRITE

List header information is output according to its type. The output information is put in an internal table. Output attributes are assigned to each line via the TYP field.This module outputs formatted simple header information at TOP-OF-PAGE.

(4) REUSE_ALV_HIERSEQ_LIST_DISPLAY

This module outputs two internal tables as a formated hierarchical-sequential list.

(5) REUSE_ALV_VARIANT_F4

Display variant selection dialog box.

(6) REUSE_ALV_VARIANT_EXISTENCE

Checks whether a display variant exists.

Other Useful Link :

Customize ALV grid layout at run time

Download ALV grid Control Tutorial

Understand ALV report ( Just Copy and paste )

Dynamic selection on ALV at run time

Dynamic selection on ALV at run time

Regards

Sudheer

Answers (3)

Answers (3)

paruchuri_nagesh
Active Contributor
0 Kudos

in alv grid we can select entire row it is not possible in alv list display

we can display more than one grid in selection screen in case of list display it is not possible

Former Member
0 Kudos

hi

Grid cannot handle high volumes.

) 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

ALV LIST Can be coded using only FMs

ALV GRID Can be coded using FMs and object oriented concepts

ALV LIST Can be displayed hieraicharlly

ALV GRID cannot be displayed hierarichally

regards

dinesh

Former Member
0 Kudos

For all practical purposes, they are the same.

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.

<b>

Regards,

Azhar</b>