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: 

How to get values from selection screen to alv grid?

former_member939848
Discoverer
0 Kudos

I have created a screen in a module pool. from that screen I have to pass range of fields to be fetched into the alv. How to get those while coding the start of selection?

1 REPLY 1

Jelena
Active Contributor
0 Kudos

Hi Anubhav! I'm afraid you are confusing module pool / dynpro screen development with report development. Module pool and an executable report are two different types of ABAP programs, with different events, etc.

I do not recommend creating any new module pools, even in the older systems, so you might want to re-think your design.

Note: you can find many ABAP program examples simply by searching in Google and there are examples available in ABAP Editor as well. And the examples from my and Brian's ABAP Introduction book can be found here: https://github.com/Boneill3/IntroToABAP