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: 

DIFFERENCE BETWEEN REUSE_ALV_GRID_DISPLAY AND REUSE_ALV_GRID_DISPLAY_LVC

2,743

I researched about this topic, but couldn't find any answer what i want,

what is advantages of lvc for grid_dispay.

how must I decide which alv I use.

Thanks you all.

4 REPLIES 4

Sandra_Rossi
Active Contributor
1,078

You should neither use REUSE_ALV_GRID_DISPLAY nor REUSE_ALV_GRID_DISPLAY_LVC, because they are obsolete. Use the class CL_SALV_TABLE instead.

The differences between them is mostly historical (maybe it's not completely exact):

  • REUSE_ALV_LIST_DISPLAY (SLIS): ALV via ABAP list (still used today to output ALV tables in background); released in ABAP 4.0 to supersede K_KKB_LIST_DISPLAY (was only provided in a SAP ERP module)
  • REUSE_ALV_GRID_DISPLAY: when SAP released the ALV Grid GUI control (Control Framework in ABAP 4.6 / class CL_GUI_ALV_GRID) to supersede the ALV via ABAP List, SAP decided to use the same parameters as REUSE_ALV_LIST_DISPLAY for a smoother transition.
  • REUSE_ALV_GRID_DISPLAY_LVC was released probably at the same time (?), and behaves the same way, but the components of structured parameters were adjusted to match more precisely the new features of the ALV grid control. Those parameters adjusted were suffixed LVC.

1,078

There are a lot of examples of program for SALV SALV_DEMO*

0 Kudos
1,078

I've seen REUSE_ALV_GRID_DISPLAY_LVC used as editable ALV. Maybe that's what OP meant. But either way, you're right, neither should be used anymore.

jerryjanda
Community Manager
Community Manager
0 Kudos
1,078

You appear to have asked this question (or a similar one) again at https://answers.sap.com/questions/12918104/types-of-alvs-1.html. In future, should you require more detail/clarification, please use comments to continue the discussion. To keep the conversation limited to one thread, I am closing this question and I recommend that anyone reading this please go to the link above.

Make sure to subscribe to What's New!