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

ALV Display

sarya1991
Explorer
0 Likes
727

which one is more powerfull to use among reuse alv or oo alv or factory method(SALV) and why ?

2 REPLIES 2
Read only

Himayatullah
Active Participant
0 Likes
647

Hi Shailendra,

I would advise going for SALV as its more powerful and simplistic. Below links would help you decide and guide for further info as explained very well in detail.

https://answers.sap.com/questions/6120248/needing-evidence-on-the-advantages-of-abap-oo.html

https://itpsap.com/using-the-salv-oo-class-for-quick-and-easy-table-displays/

BR/Himayat

Read only

Sandra_Rossi
Active Contributor
647

Interview question?

What is "oo alv" for you?

If powerful means that you don't mind about SAP recommendations, and you just want to use all features even those which are not supported, then CL_GUI_ALV_GRID is a very low level control with all possible features, some of them cannot be used by SALV (SALV is also known as ALV Object Model).