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

Difference between ... Grid display and grid display LVC

Former Member
0 Kudos
3,964

Experts,

What is the difference between function module

'REUSE_ALV_GRID_DISPLAY'    and

'REUSE_ALV_GRID_DISPLAY_LVC'

Looks similar..

Thanks,

SS

6 REPLIES 6
Read only

satyabrata_sahoo3
Contributor
0 Kudos
1,472

There are several threads with this question.

Ref:

http://scn.sap.com/thread/401607
https://scn.sap.com/thread/685812

-SS-

Read only

Former Member
0 Kudos
1,472

Hi,

I have never used REUSE_ALV_GRID_DISPLAY_LVC although but following are the lines I read somewhere.

'REUSE_ALV_GRID_DISPLAY' is for the SLIS type pool.

'REUSE_ALV_GRID_DISPLAY_LVC' is for the LVC type pool which of course has a better functionality.

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)

Regards

Purnand

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
1,472

The REUSE_ALV_GRID_DISPLAY (and REUSE_ALV_LIST_DISPLAY) are the old reuse fm to display list in Abap (full screen), they use old technology (like TYPE-POOLS to define structure) the REUSE_ALV_GRID_DISPLAY_LVC use a similar signature but use the OO-ALV structures defined in ddic, and its status is similar to OO-ALV status, this tool is much up-to-date than the old one (check the export list options to get an idea)

Regards,

Raymond

Read only

gaurab_banerji
Active Participant
0 Kudos
1,472

LVC is based on oops.

Read only

Former Member
0 Kudos
1,472

Hello Shanks S

'REUSE_ALV_GRID_DISPLAY' is for the SLIS type pool.

'REUSE_ALV_GRID_DISPLAY_LVC' is for the LVC type pool which of course has a better functionality.

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)

rarely use fm REUSE_ALV_GRID_DISPLAY_LVC as class cl_gui_alv_grid provides more

power and functionality.

Thanks

KH

Read only

0 Kudos
1,472

Hi,

I would request you to please read the answers first and then post an answer which is not mentioned.

Regards

Purnand