Select option as parameter in FM.
Ho to pass select options as a parameters in function module.
Tags:
kiran kumar replied
Ho to pass select options as a parameters in function module.
Hi,
If you know that only one or limited entires are there from the select-option, then pass all the select-option-low ( & select-option -high if it has ) then pass it as either using import or changing parameter. If the values in select-option are keep on changing then u can go with the above reply