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 vs Module Pool Performance ?

former_member194669
Active Contributor
0 Likes
470

Hi,

I need to develop a Entry screen that have input fields ( it contains table control ie grid ) . Your valid opinion needed regarding whether i will use ALV (using OOP) or Module Pool?

I know how to do this. but my question is

I am expecting your reply related to this on performance point of view? Which is better whether Module Pool or ALV ?

Thanks

aRs.

2 REPLIES 2
Read only

Former Member
0 Likes
425

ALV is better than module pool....

award and close the thread...

Read only

Peter_Inotai
Active Contributor
0 Likes
425

Hi aRs,

Do you mean ALV grid implemented with ABAP Objects compared to ALV grid implemented with Function module?

I don't think there is any performance difference, as far as I remember one of them is calling the other one in the end.

From maintenance point of view I'd suggest to use the ABAP Objects based. It's also a good way to learn ABAP Objects.

Best regards,

Peter