Normal ALV vs. OOPS ALV
Hi SAP Experts,
Can anyone tell? Why we go for OOPS ALV and what is the difference between Normal ALV and OOPS ALV?
If anyone is aware of the term then please share them here with me.
Thank in Advance!
Get More ABAP Interview Questions Here.
Difference OO-ALV and ALV with Function modules are:
1. We have n number of events availabel in the classes when compared to ALV with function modules.
2. We can display more than one ALV grid data on a single screen in OO-ALV. But in normal ALV it is not possible.
3. We can control the size of ALV grid through custome container. we can not control the size of the ALV with function modules.
4. we can place different UI elements(check box, radio button, drop down...) with OO-ALV but we can't through ALV with function modules.
5. In OO-ALV using object oriented methods and classes(data secure), but normal ALV using function modules.