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: 

ALV classic and ALV Object

Former Member
0 Kudos

Hi All,

I would like to know, what is the difference between ALV Classic and ALV Object Model.

Thanks,

Satish

1 ACCEPTED SOLUTION

agnihotro_sinha2
Active Contributor
0 Kudos

ALV Classic is POP method and ALC objects is OOP approach. These approaches are quite popular in software fields because the main thing is that with OOPs approach its more realistic and modern way of programming which brings in the basic features like encapsulations, polymorphisim etc of the CLASSes. But for procedure oriented programming((POP) we have modularised approach using PERFORMS and step by step process to execute tasks.

1 REPLY 1

agnihotro_sinha2
Active Contributor
0 Kudos

ALV Classic is POP method and ALC objects is OOP approach. These approaches are quite popular in software fields because the main thing is that with OOPs approach its more realistic and modern way of programming which brings in the basic features like encapsulations, polymorphisim etc of the CLASSes. But for procedure oriented programming((POP) we have modularised approach using PERFORMS and step by step process to execute tasks.