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

Passing select-option variable to function module

Former Member
0 Likes
485

Hi Friends,

I am having a small trouble in a report. I need to pass a select-option variable to a Z.. function module. But i dnt know wat is the data type or how to pass the select-option. It will be very helpful if anyone can give me a solution.

Regards,

Bestin

3 REPLIES 3
Read only

former_member195698
Active Contributor
0 Likes
437

you can try the generic select option structure RSELOPTION..

Read only

former_member235395
Contributor
0 Likes
437

Hi,

What type of the select options?

What type of the parameter in Z Function Module

For you select options you need work with structure and table probably. So, the parameter that receive your table could be an structure or table. It depends of your select option.

Read only

Former Member
0 Likes
437

Thanks Abhishek,

'RSELOPTION' help me to find the solution