2013 Mar 19 5:03 AM
Experts,
What is the difference between function module
'REUSE_ALV_GRID_DISPLAY' and
'REUSE_ALV_GRID_DISPLAY_LVC'
Looks similar..
Thanks,
SS
2013 Mar 19 5:15 AM
There are several threads with this question.
Ref:
http://scn.sap.com/thread/401607
https://scn.sap.com/thread/685812
-SS-
2013 Mar 19 5:22 AM
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
2013 Mar 19 7:11 AM
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
2013 Mar 19 9:02 AM
2013 Mar 19 9:25 AM
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
2013 Mar 19 9:32 AM
Hi,
I would request you to please read the answers first and then post an answer which is not mentioned.
Regards
Purnand