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

How to pass values to a module pool program from another Report Program

Former Member
0 Likes
746

Hi ..

Please let me know how I can pass values to a MODULE POOL selection screen field from another Report Program.

Thanks

RK

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

anuj_srivastava
Active Participant
0 Likes
553

Hi Raj ,

You can use import and export statements to export the values from your report program and import it to the module pool program.

Regards,

Anuj

Read only

Former Member
0 Likes
553

thanks