2008 May 08 9:21 AM
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.
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.
2008 May 08 9:27 AM
Hi
u can pass it as a work area
in FM importing parameter
variable shud be of type ur range
low high sign etc (4 values)
then use low and high
to find the range in FM
Please reward points
2008 May 08 10:01 AM
Hi Manu,
The FM has define its import parameters just as normal parameters(like for date define as feblbx-frdat)
so they are in compatible..is there any other way to proceed
2008 May 08 9:28 AM
insted of using exporting addition, specify the parameters in Tables addition.
pass ur select-options table to FM and evaluate sign and interval in FM.
select-options:seltab for ...
pass this seltab to FM.
plz reward points if this helps
2008 May 08 9:28 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |