Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Set Parameter ID

Former Member
0 Likes
875

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
744

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

3 REPLIES 3
Read only

Former Member
0 Likes
745

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

Read only

Former Member
0 Likes
744

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

Read only

Former Member
0 Likes
744

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