Skip to Content
0
Former Member
May 08, 2008 at 08:21 AM

Regarding FM

23 Views

Hi All,

I have Lockbox and date as parameters on selection screen,

based on the values entered they are calling Custom FM passing these values

CALL FUNCTION FM

EXPORTING

p_desti = p_desti

p_orign = p_orign

p_lockb = p_lockb<---

p_date = p_date<---

p_batn = p_batn

IMPORTING

p_kukey = g_kukey

e_batn = p_batn

TABLES

t_febko = tb_febko.

Now my requirement is to change these parameter values to select-options.My question is it possible to pass a select-option(multivalues) to the FM at a time .Is there any other way to proceed.

Points will b rewarded for helpful answers.

Thanks & Regads,

Padmasri.