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-option

Former Member
0 Likes
903

How to declare select-option as a parameter?

regards,kb

Hi,

Select-options:s_vbeln for vbak-vbeln no-extension no intervals.

rgds,

Buji

6 REPLIES 6
Read only

Former Member
0 Likes
878

Hi,

Select-options:s_vbeln for vbak-vbeln no-extension no intervals.

rgds,

Buji

Read only

Former Member
0 Likes
878

Hi KB,

Select-options will be used to give ranges..We can also use it as a single field as u want like

select-options : v_kunnr for kna1-kunnr

no-extension no-intervals

REWARD IF USEFUL

Read only

Former Member
0 Likes
878

Hi,

Just use "no intervals" with your select options.

It will take multiple values and single values as input for the selection screen field defined but will show only single place for input in the selection screen.

Jayant Sahu

Read only

Former Member
0 Likes
878

Hi

Select-options: s_filed for tablefieldname no-extension no intervals.

regards,

ravi shankar reddy

Read only

former_member386202
Active Contributor
0 Likes
878

Hi,

DO like this

SELECT-OPTIONS: s_nocert FOR t059t-mindk NO INTERVALS.

Regards,

Prashant

Read only

Former Member
0 Likes
878

thanks