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

Reg:alv

Former Member
0 Likes
850

Hi,

why we are still using ALV_REUSE_LIST_DISPLAY eventhough

ALV_REUSE_GRID_DISPLAY is avilable.?

thanks,

raji.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

Hi,

When there are no editable fields u can simply use LIST DISPLAY else go for GRID

When you want to run in background go for LIST else GRID

Regards

Kiran Sure

Hi,

When there are no editable fields u can simply use LIST DISPLAY else go for GRID

When you want to run in background go for LIST else GRID

Regards

Kiran Sure

6 REPLIES 6
Read only

Former Member
0 Likes
824

hi,

u can make ur alv list interactive when u use alv list display

and grid

alv grid display gives some neat output format and helps us to differentiate the heading, data outputs and make the fields Editable.

purely it depends upon the requirements and the output format

u need

Regards

priya

Read only

Former Member
0 Likes
825

Hi,

When there are no editable fields u can simply use LIST DISPLAY else go for GRID

When you want to run in background go for LIST else GRID

Regards

Kiran Sure

Read only

Former Member
0 Likes
824

Hi,

Even if you use GRID_DISPLAY you are still able to see the output in list format also but reverse is not possible.

Read only

Former Member
0 Likes
824

hi Raji,

grid display is differnt in appearence than list display

list display is only for displaying the list.

there are two alv display method

1 Grid display method

2 Factory method

list display is different from both

reward if helpful

Regards

Amit

Read only

Former Member
0 Likes
824

Hi,

It depends on the format.

ALV_REUSE_LIST_DISPLAY gives list display like classical repord without grid whereas ALV_REUSE_GRID_DISPLAY gives grid display.

Reward pts if helpful.

Regards,

Dhan

Read only

Former Member
0 Likes
824

Hi,

We still use alv list display because it has a advantage of sheduling the report in background.

there are some limitation in alv grid display while you execute report in background.