‎2007 May 11 9:24 AM
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
‎2007 May 11 9:58 AM
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
‎2007 May 11 9:27 AM
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
‎2007 May 11 9:53 AM
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
‎2007 May 11 9:56 AM
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
‎2007 May 11 9:29 AM
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
‎2007 May 11 9:54 AM
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
‎2007 May 11 9:37 AM
SELECT-OPTIONS : s_matnr FOR mara-matnr NO INTERVALS .
Reward All the helpfull answers.....
‎2007 May 11 9:55 AM
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
‎2007 May 11 9:39 AM
Hi Geetha
Welcome To SDN!!!!!!....Use the Given Code...
SELECT-OPTIONS : S_matnr FOR mara-matnr NO INTERVALS.
Reward All the helpfull answers.....
‎2007 May 11 9:58 AM
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
‎2007 May 14 5:09 AM