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

Help on Function Module

Former Member
0 Likes
340

Developed a Func. Module. Now in the selection screen its taking only one value at a time. is it possible to take multiple values and then run the function module

Also is it possible to make the uppercase/lowercase field checked. This RFC willl be called from a webdynpro application and will not have any control.

Pls help. Thanks!

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
317

>>is it possible to take multiple values and then run the function module

you will have to use the <b>Tables</b> parameter

~Suresh

Read only

0 Likes
317

Please explain in details or provide me an example.Thanks

Read only

Former Member
0 Likes
317

Hi,

Create a table type in SE11 for the parameter and the same in the importing parameter..This will it will allow multiple values for the function module..

Check the table type SD_WERKS_RANGES in SE11...

You might have to create a similar one for your parameter..

Thanks,

Naren