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

select-options

Former Member
0 Likes
614

how do you convert select-options into parameters

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

Hi Mayuri,

select-options: x for mara-matnr no intervals.

by this u can use as a parameter.

Thanks

Naveen khan

5 REPLIES 5
Read only

Former Member
0 Likes
594

hi,

why you need it ? if you just fill low part of the select-options, it works as parameters

Read only

varma_narayana
Active Contributor
0 Likes
594

Hi

Declare the SELECT-OPTIONS like this

SELECT-OPTIONS S_MATNR FOR MARA-MATNR

NO INTERVALS

NO-EXTENSION.

Now the SELECT-OPTION looks like PARAMETER field.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
595

Hi Mayuri,

select-options: x for mara-matnr no intervals.

by this u can use as a parameter.

Thanks

Naveen khan

Read only

Former Member
0 Likes
594

Hi

You need use this

SELECT-OPTIONS field FOR table-field NO INTERVALS NO-EXTENSION.

Regards

Gregory

Read only

Former Member
0 Likes
594

SELECT-OPTIONS S_VBELN FOR VBAK-VBELN NO INTERVALS NO-EXTENSION.

CLOSE THIS