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

Select option value

Former Member
0 Likes
620

Hi all,

I need to pass select-option field value to a function module and get the output for each value present in selection screen.

selection options can contain for more the one value,i need to pass those all one bye one to the function module.

Please suggest on that.

Thanks

Mohit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Hi,

What Function Module are you calling ?

You can loop at select option like:

loop at s_variable.

*--here you have values form s_variable-low and s_variable-high

*--call FM here

endloop.

Thanks & Regards,

Navneeth K.

4 REPLIES 4
Read only

Former Member
0 Likes
588

Hi,

What Function Module are you calling ?

You can loop at select option like:

loop at s_variable.

*--here you have values form s_variable-low and s_variable-high

*--call FM here

endloop.

Thanks & Regards,

Navneeth K.

Read only

abdul_hakim
Active Contributor
0 Likes
587

Hi

You need to run a loop through if you want to pass it one by one.It may create performance bottleneck.So the best way is to pass it as a whole.

Cheers,

Hakim

Read only

GauthamV
Active Contributor
0 Likes
587

hi,

use these function modules.

SELECT_OPTION_OPTIONS

LAGF_SELECT_OPTIONS_GET.

Read only

Former Member
0 Likes
587

u can use the DDIC structure ACE_S_RANGE_TABLE