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 create select-options on module pool screen

Former Member
0 Likes
707

Hi all

I want get a range of values from the user from the module pool screen.

Is there any element available on module pool screen like select options on the selection screen of reports.

reply me ASAS.

Thanks.

Hi all

I want get a range of values from the user from the module pool screen.

Is there any element available on module pool screen like select options on the selection screen of reports.

reply me ASAS.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
688

Hi

You can use SEARCH HELP

This will allow u to get a range of value for a particular field

Reward if useful

Thanks

Krushna

Read only

0 Likes
688

hi krishna

actually I want to display the details of PO numbers from 45000100 to 45000150. user will enter this range on the module pool screen just as we enter on the selection screen of report. My question is do we have a button like select-option on the module pool screen.

Plz . reply me ASAP.

Thanks.

Read only

0 Likes
688

Use the FM : COMPLEX_SELECTIONS_DIALOG

Regards

Gopi

Read only

0 Likes
688

hi,

You can create 2 input/output boxes on the screen and in the PBO when you write the select statement you can use between the two screen fields and that should solve your problem.

select * from ekpo where ebeln between screen_field1 and screen_field2.

Regards,

Himanshu

Read only

0 Likes
688

thanks ....

one more thing , plz tell me how how to give F4 help to the screen fields.

send me the procedure for this.

waiting for yur reply.