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: 

diff. between .....

0 Kudos

What is the diff. between these two?

call function 'REUSE_ALV_GRID_DISPLAY'

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'

need reply

regards,

sri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The functionality wise both are same.

The FM 'REUSE_ALV_GRID_DISPLAY' is used to SLIS type pool.

The FM 'REUSE_ALV_GRID_DISPLAY_LVC' is used to LVC type pool.

Regards

Bhupal Reddy

3 REPLIES 3

Former Member
0 Kudos

Hi,

The functionality wise both are same.

The FM 'REUSE_ALV_GRID_DISPLAY' is used to SLIS type pool.

The FM 'REUSE_ALV_GRID_DISPLAY_LVC' is used to LVC type pool.

Regards

Bhupal Reddy

0 Kudos

plz, make more clear on it.

Former Member
0 Kudos

1) Common in display result

REUSE_ALV_GRID_DISPLAY_LVC and REUSE_ALV_GRID_DISPLAY have similar display view

2) Common in usage

REUSE_ALV_LIST_DISPLAY and REUSE_ALV_GRID_DISPLAY have very similar parameters for

function call (types from slis)

I rarely use fm REUSE_ALV_GRID_DISPLAY_LVC as class cl_gui_alv_grid provides more

power and functionality.

Regards,

Santosh