‎2007 Jan 09 5:36 AM
What is the diff. between these two?
call function 'REUSE_ALV_GRID_DISPLAY'
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
need reply
regards,
sri
‎2007 Jan 09 5:44 AM
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
‎2007 Jan 09 5:44 AM
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
‎2007 Jan 10 6:27 AM
‎2007 Jan 10 2:11 PM
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