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

FUNCTION MODULE (RANGE VALUES IS POSSIBLE)

Former Member
0 Likes
892

HI,

In function modlue i want to give ranges like select options , is it possible ?

let me know.

resgrds,

venu gopal ketu

4 REPLIES 4
Read only

Former Member
0 Likes
502

Hello,

try it like - create one executable problem and design your selection screen what ever you want and create a transaction code then simply call that tcode in your Function Module.

Let me know if u are not clear.

*********Poorna**********

Read only

Former Member
0 Likes
502

hi,

pls elaborate your requirement

Read only

Former Member
0 Likes
502

Hi,

Declare your parameter as type <b>SELOPT</b>.

Regards,

Read only

Former Member
0 Likes
502

Hi,

I think, it is not possible to use select-options as import parameter of function module.

You can create a structure in range (i.e select option structure) and you can pass the data.

SIGN OPTION LOW HIGH

If it is going to be only EQ option in the range then you can get the data in a table format and make it as a range in the program.

Thanks & Regards,

Govind.