want to pass select options and internal table to a procedure at the same time ==>
select option is a range variable. So, create a line type in the same format of range variable and use the same to create an internal table(corresponding to range). copy the select option to the internal table and the same you can use as importing parameter in AMDP(or procedure proxy). Same way, nothing is stopping you to pass internal table also. Follow the same way. You can not use range variable with IN clause in select statement(it is not open sql Image may be NSFW.
Clik here to view. ). You have to try alternatives .
Sree