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

Open subscreen with selection options

Former Member
0 Likes
392

I have a progarm that contains selection screen with parameters.

I have written validations for these parameters ( file download, upload) etc.

Now i got a requirement to include these selection parameters inside module pool ( se51).

In the module pool program,

I have radio options(se51) and after user slects one, i need to do some validations and make these selection parameters open under these radio options.

Can any one give me some ideas regarding this.

Thanks in advance

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
365

Select-Options can only be used on the selection-screen of a report.. in a module pool, you can use the function call complex_selections_dialog to meet the reqt. Pl search the forum for 'select-options in module pool' & you will get a lot of threads where this topic has been discussed before.

~Suresh

Read only

Former Member
0 Likes
365

use VA05 Transaction for reference