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

Hide the Range Option in Multiple Selection screen

Former Member
0 Likes
5,779

Hai,

I Give the values In single Values In Selection Option Screen.

I want to need Hide the Range Option Include or Exclude In Multiple selection screen.

Regards,

Geetha

1 ACCEPTED SOLUTION
Read only

Former Member
2,446

just check this it may help you

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822</a>

here restricting the selection screen

regards

shiba dutta

10 REPLIES 10
Read only

Former Member
0 Likes
2,446

Hi,

Use the following :

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

This will make the select-option work just like a parameter.

If u remove NO EXTENSION, then u can enter multiple values but not ranges.

Regards,

Himanshu

Read only

0 Likes
2,446

Already i wrote the query Using NO intervals. because I want Low Option Only.

In Output Screen, In that field Give the Multiple Values In Low Option.

click The corner Position,

Open the Multiple Prod Screen.in that screen Having 4 menu Single include,exclude and range include exclude. How Could Hide The Range Option Menu In that screen.

regards,

geetha

Read only

0 Likes
2,446

Hi Geeta,

No need to hide the Range option, Even if u try entering the ranges, and press enter, the field wont take it.

Regards,

Himanshu

Read only

Former Member
0 Likes
2,446

not sure about your require ment use both interval and extension or any one

tables : mara.

select-options : s_matnr for mara-matnr no intervals]no-extension.

regards

shiba dutta

Read only

0 Likes
2,446

Already i wrote the query Using NO intervals. because I want Low Option Only.

In Output Screen, In that field Give the Multiple Values In Low Option.

click The corner Position,

Open the Multiple Prod Screen.in that screen Having 4 menu Single include,exclude and range include exclude. How Could Hide The Range Option Menu In that screen.

regards,

geetha

Read only

Former Member
2,446

SELECT-OPTIONS : s_matnr FOR mara-matnr NO INTERVALS .

Reward All the helpfull answers.....

Read only

0 Likes
2,446

Already i wrote the query Using NO intervals. because I want Low Option Only.

In Output Screen, In that field Give the Multiple Values In Low Option.

click The corner Position,

Open the Multiple Prod Screen.in that screen Having 4 menu Single include,exclude and range include exclude. How Could Hide The Range Option Menu In that screen.

regards,

geetha

Read only

Former Member
0 Likes
2,446

Hi Geetha

Welcome To SDN!!!!!!....Use the Given Code...

SELECT-OPTIONS : S_matnr FOR mara-matnr NO INTERVALS.

Reward All the helpfull answers.....

Read only

Former Member
2,447

just check this it may help you

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822</a>

here restricting the selection screen

regards

shiba dutta

Read only

Former Member
0 Likes
2,446

Thanks For Your answer.