‎2008 Jun 01 4:01 PM
hi...
Is it possible to pass values to parameter ID using
SELECT OPTIONS?
for example.
SELECT-OPTIONS S_VBELN FOR VBAK-VBELN. .
..........
........
...........
..........
.......
SET PARAMETER ID 'AUN' FIELD S_VBELN.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
it doesnt work for me.......do any one faced such type of situations in real time?
good points will b rewarded.
‎2008 Jun 01 5:27 PM
Hi,
Are you passing the entire range on to screen VA03.
In VA03, there is no select option...there is paramater for VBELN.
Instead of select options take Parameter.
Then It definitely works.
Regards
Sandeep Reddy
Edited by: Sandeep Reddy on Jun 1, 2008 6:28 PM
‎2008 Jun 01 5:27 PM
Hi,
Are you passing the entire range on to screen VA03.
In VA03, there is no select option...there is paramater for VBELN.
Instead of select options take Parameter.
Then It definitely works.
Regards
Sandeep Reddy
Edited by: Sandeep Reddy on Jun 1, 2008 6:28 PM
‎2008 Jun 01 5:43 PM
Hi,
Using PARAMATER ID you can only pass a single value. You canot pass a range of values. You cannot use the syntax as given by you.
You can only pass a single value.
Cheers
VJ
‎2008 Jun 01 6:22 PM
hi ,
you cannot pass multiple values at a time so take all the values of select options into an internal table
U CAN DO THIS REQUIREMENT BY USING EXPORT PARAMETERS
check the syntax of EXPORT in this u can pass tables
and it will work
srinivas