Doubt on select-option multiple option.

hi friends,
i have a select option called condition type(so_kschl) declared with no intervals. but not with no-extension so user can enter more than one condition type at a time .
the select statement i have written is
select (some fields)  from a004 where kschl in so_kschl.
is this select statement for one value ? or can we use this for multiple selection also ,since there are more than one value in select option do we need to use loop .
any sample code will be of great use ..
thank you
with regards,
gokul.

Hi Gokul,
Your statement is correct which can take multiple values for select-options. If will takes single value when specifies both NO-INTERVALS and NO-EXTENSION.
Give some values to the SO_KSCHL in the INITIALIZATION event
<b>INTIALIZATION.</b>
SO_KSCHL-LOW = 'VALUE1'.
APPEND SO_KSCHL.
SO_KSCHL-LOW = 'VALUE2'.
APPEND SO_KSCHL.
SO_KSCHL-LOW = 'VALUE3'.
APPEND SO_KSCHL.
SO_KSCHL-LOW = 'VALUE4'.
APPEND SO_KSCHL.
select (some fields) from a004 where kschl in so_kschl.
Thanks,
Vinay

Similar Messages

  • Selection of multiple option in udf

    I want to select more than one field in my document by means of check box or any.
    I cant use drop down option in udf coz that allows me to select one field only.
    Is there any other way to do this?
    Thanks

    Hi Malhotra,
       Its a Default behaviour of UDF in SAP B1
    Regards
    Jambulingam.P

  • Select multiple options in safari or firefox

    Hello to all,
    I am trying to select multiple options in web form on safari or firefox. I am trying with ctrl and mouse but is not working. This fields are not in order so I can not use shift it must be Manuel selection.
    Thank you in advance for fast help.
    Ivan

    Try command key instead of control key.
    OS X Mavericks/OSX Yosemite
    http://support.apple.com/kb/PH13826
    Best.

  • What is meant by single entry-multiple options in the selection screen

    hi,
      please let me know what is the meant by 'single entry-multiple options' in a selection screen.
    thanks in advance

    Hi Surya,
    Nomally we use to declare Selct options like
    <b>select-options : s_var for mara-matnr.</b>
    here you can enter range of values for material number like 000 to 9999999999.
    but if you want single entry multiple option you need to give no-intervals options when the select option will behave like parameter .. when you cannot give range of values but you can give multiple values for a single field.
    for single entry-multiple options  write the select option like this
    and see the diffrence.
    <b>select-options : s_var for mara-matnr NO INTERVALS.</b>
    here cannot enter low and high range for matnr but you can enter mulitple values for select option..you can enter only low range values..
    Please reward if usefull..
    Thanks,
    Gokul

  • Question about multiple options selected in dropdown menu

    I have limited space in a PDF fillable form (and of course am new to this).  the Listbox option is nice in that the user can select multiple options.  However, the list option also consumes a lot of physical space.  If I have limited space (where a dropdown menu would be perfect), is it possible to set the Dropdown menu option to accept multiple selections (ie, more than one option selected by the user)?
    Also, I do not have enough room for individual check boxes.
    thanks

    Another option is a custom dialog. In a form I designed that gets used a lot, a custom dialog presents the user with 60 check boxes (20 rows, 3 columns). Once the user makes selections, the item IDs are stored in a text field as a comma separated list (e.g., "1,6,21,59"). Unfortunately, it's not as easy to set up as simply placing a field since it does involve a decent amount of programming, but it does work well. Do you have any JavaScript programming experience?

  • Safari Accessibility in Forms how to Select Multiple options

    Hi, I'm using Safari 3.0.4 for Windows on XP Pro,
    (for accessibility purposes - without using the mouse) what is the keyboard shortcut (if any?) to select multiple options in a select list or combo box?
    This site, for example: http://jeffhowden.com/code/css/forms/ has a select near the middle of the page labeled "What is your current availability?" To select the 1st and 3rd option, but not the 2nd, in most other browsers, I can use Ctrl-Spacebar, or Shift-F8 (IE).
    Is there a way to do this in Safari?
    What about a way to edit the keyboard shortcuts so that "Ctrl-Spacebar" does a check/uncheck item instead of pagedown?
    tia,
    Keith Kubicek

    yes most other browsers can select multiple options
    in IE, press Shift+F8, then use the arrow keys and select with Spacebar.
    in Firefox, hold down Ctrl, then use the arrow keys and spacebar to move and select,
    Opera 9.5b has a keyboard shortcut file you can edit - change the spacebar to check/uncheck item,
    Netscape 7 works like Firefox, NS4 works like IE.

  • How do I use my control key to highlight multiple options in a PDF?

    How do you select multiple options from a selection field in a PDF form? I've tried control and mouse click as the directions indicate on the form. However, I am a new Mac user and I do not know if the control commands are the same. I viewed the commands and combonation key commands in the list provided on this support site. I could not find one to address this specific function.
    -Mrkmrtynz

    Hi Rick,
    Well, following up on the previous posting, I actually did figure out how to make it work but it seems rather inefficient. I can insert a new paragraph right after the paragraph that has the table anchor but when i cut the table, i also cut the paragraph i just created. So to get around that, I create two paragraphs, so that there will be one paragraph left after i do the cut and that is the paragraph that I paste the table into. Once the table is pasted into the new paragraph, I delete the other paragraph that I created.
    Here's the updated code from the for loop:
    var vTbl = vDoc.GetUniqueObject(Constants.FO_Tbl, vTextItems[i].obj.Unique);                 
    var vAnchorPgf=vDoc.NewSeriesPgf (vTbl.TextLoc.obj)      
    var vAnchorPgf2=vDoc.NewSeriesPgf (vAnchorPgf);        
    var vAnchorTextLoc=new TextLoc (vAnchorPgf2, 0);             
    var vTblTextRange=new TextRange ();        
    vTblTextRange.beg.obj=vTbl.TextLoc.obj;       
    vTblTextRange.beg.offset = vTbl.TextLoc.offset;        
    vTblTextRange.end.obj=vTbl.TextLoc.obj;        
    vTblTextRange.end.offset = Constants.FV_OBJ_END_OFFSET                 
    vDoc.TextSelection=vTblTextRange;        
    vDoc.Cut (0);                
    vTblTextRange.beg.obj=vAnchorTextLoc.obj;        
    vTblTextRange.beg.offset = 0;              
    vTblTextRange.end.obj=vAnchorTextLoc.obj;       
    vTblTextRange.end.offset =0;                 
    vDoc.TextSelection=vTblTextRange;       
    vDoc.Paste (0);                   
    vAnchorPgf2.Delete();        

  • Can a click box be used if multiple options to a questions?

    I was trying to have the student need to click on multiple options for a question.
    The situation called for the student to have to click on four different items that were correct out of a group of six items.  I put success captions on the four correct and failure messages on the 2 that were incorrect.
    Following are my settings for each of the click boxes:
    Action:       On success  - continue      Attempts:    infinite
    Options:  Success or Failure
    Pause for success/failure, Show hand over cursor, pause until user clicks
    The screen fades out before the user can read and select all their choices  (I have the timing for the screen set at 10 sec)
    I have an image button on the page labeled Continue that the user needs to click on before continuing.  It is set at:   Action: on success, continue, infinite attempts
    Is this the right standard object to use for this purpose, and if it is, what settings do I need to make it work?
    Thanks for the help

    You need to use Advanced Actions to achieve your desired result.
    The default behaviour of Captivate interactive objects is to Continue play as soon as you click them.  But there's a trick you can use to prevent this by having the On Success or On Failure action execute an Advanced Action instead that assigns the value of the variable rdcmndGotoFrame with the value of rdInfoCurrentFrame.

  • Select Options - extended options - remove button check

    Hi WebDynpro experts,
    It´s possible to remove the button check in Advanced Options(Multiple selection popup) of select option?
    Thanks,
    Márcio
    Edited by: MarcioBr on Feb 27, 2009 7:28 PM

    Yes, you can remove the check button.
    Take a look at this [wiki|https://wiki.sdn.sap.com/wiki/x/ZQJXAg] in method BUILD_SELECT_OPTIONS.
    * Hide the standard select-options components.
      wd_this->m_helper->set_global_options(
        i_display_btn_cancel = abap_false
        i_display_btn_check  = abap_false
        i_display_btn_reset  = abap_false ).
    Regards.

  • Single hot corner, multiple options?

    Hi guys,
    I recently updated my iMac from app store's downloadable Mountain Lion (10.8.2).
    And I bought a Mac Pocket Book for learning about this new OS.
    Here's the thing confused me a lot.
    The author said these:
    Use the drop-down menus to set options for any corner you want. After that, when you move your mouse to that corner, your Mac fires up the screensaver (or does what you told it to—put the display to sleep, launch Mission Control, or whatever). The only downside of setting hot corners is that Apple gives you eight options for each corner, so unless you want to use a modifier key with the corner, you don’t have enough corners to use all the options.
    By using modifier keys (you can choose from Shift, ⌘, Option, and Control), you can get a single corner to do many different things. To add a modifier key to a hot corner, hold down the modifier key while you select what you want the hot corner to do from the Active Screen Corners window’s menus. Using modifiers with hot corners not only gives you extra flexibility, but it also prevents you from accidentally invoking the hot corner action when you’re mousing around.
    But I cannot set a single corner with multiple options! Could you guys can do that???

    I'm with you. I can get 10.8.2 to require a specific modifier key in a corner, but I cannot get multiple modifier keys to do different things in the same corner.
    However, the author is right that on the last point. It can help prevent unintended activation.

  • I have bought a Seagate Backup Plus 1TB drive, first time I have selected Mac Windows option which excludes Time Machine to work on it, but now I want to go back and select Only Mac option to activate my Time Machine application. I request you to help me

    I have bought a Seagate Backup Plus 1TB drive, first time during plug-in, I have selected Mac Windows option which excludes Time Machine to work on it, but now I want to go back and select Only Mac option to activate my Time Machine application.
    I request you to help me with the procedure of the same?

    IMPORTANT - This will reformat your Seagate drive and hence wipe it.  If there is anything on your Seagate drive you want to keep, save it somewhere else FIRST.
    Plug the drive in.
    In Finder select Applications > Utilities > Disc Utilities.
    Select the external drive, select Partition option, give it a name (I call mine Mac Backup), select Mac OS Extended (Journaled) as the Format and under the drop down menu "Partition Layout" select the number of partitions you want (so if you want the drive to just be for Time Machine, select 1 Partition, if you want part of the drive to be for Time Machine and the rest for something else, select 2 partitions and so on).  Click apply and the Disc Utility will partition and reformat your drive ready to use.
    When this is complete, open Time Machine in System Preferences. Use  Select Disc to select the drive (or if you have multiple partitions, the partition of the drive) you want and you are good to go.
    This may be a long way round, but it gives you the option to partition your disc which you may want.

  • Doubt in Struts: In multiple select

    Hi,
    I am new to struts. How to retrieve the value from multiple select ?
    for example:
    jsp file
    i have given a id named "ff" for this form
    <select name="fruits" multiple="true" size=2>
    <option>apple</option>
    <option>orange</option>
    <option>grapes</option>
    </select>
    In Actionform, i have written like this...
    public String[] getfruits() {       return fruits;   }
    public void setfruits(String[] fruits {     this.fruits = fruits;   }
    In action class,
    i am retrieving values from form like this:
    String[] t = ff.getfruits();
    Is this correct? i m not getting any error. value is also not retreiving.
    note: ff is an id for jsp file.

    hi,
    firstly you have to create String arrays which populate the list box --->"arrFruits"
    And the other for the multiple selection-->"fruits"
    Notice this->you need to have setter and getter methods for the string arrays in your form bean.
    jsp file-->
    <html:select property="fruits" multiple ="true" size="2">
    <html:options property="arrFruits" />
    </html:select>
    You have to Iterate through the selection array(arrFruits) to retrieve the values.
    Thanx
    Ranvijay

  • Unable to dispaly selected item in option button

    I am having problem with jsp code given below:
    1. When user first time render this page , he is able to view all the options which is already stored in vector except "Selezionare provincia"
    2. Now if user selects say "provincia2" ,the value selected for "Selezionare provincia" is also get stored in session
    3. There are also some more items on the page to select but i am showing you the specific one
    4. So suppose if user forget to fill up other data , the exception is thrown on same page,and for that event the value stored in session for "Selezionare provincia" (in our case its "provincia2") is not get displayed as selected value for that list.
    5. which means that , when that list is get populated for second time form vector , the stored value should be dispalyed as selected value.
    6. i was trying to put my logic by using some flag variable but its not working
    7. The value stored in vector are provincia1,provincia2,provincia3
    <select size="1" id="SelProvincia" name="SelProvincia"  class="w170" tabindex="<%=index++ %>">
    <option value="" "<%=select%>">Selezionare provincia</option>
    <%
    Vector<Provincia> proList=new Vector<Provincia>();
    Provincia provencia;
    proList=GestoreSessioneIdentificazioneCittadino.getElencoProvincia(request);
    for (Enumeration e = proList.elements(); e.hasMoreElements();)
    provencia=(Provincia)e.nextElement();
    if(flag==0)
    select="";
    if(provencia.getNome().equals("provincia2"))
    select="selected";
    flag=0;
    break;
    %>
    <option value="<%=provencia.getNome()%>" "<%=select%>"><%=provencia.getNome()%></option>
    <%
    %> 
    </select>

    I'm having the exact same problem! I've never had this problem before. Does anyone have a solution??

  • Looking for a better way to determine string variable from multiple options

    Hi,
    I trying to figure out a better way to determine a string variable from multiple options.
    Say i have five pictures each with a different filename: img1 - img5...these file names could be named anything really but for this example i will keep them as img1, img2, img3, img4 and img5.
    I want to display a messagebox with the string depending on what a certain variable is.
    So for example, we have the number X, if X = 1 then i want the messagebox to show "img1" as the message
    Essentially the way I have been doing it so far is:
    Private Sub WhichImage()
    Dim ImageName As String = ""
    Dim i as integer
    If i = 0 Then
    ImageName = "img1"
    End If
    If i = 1 Then
    ImageName = "img2"
    End If
    If i = 2 Then
    ImageName = "img3"
    End If
    If i = 3 Then
    ImageName = "img4"
    End If
    If i = 4 Then
    ImageName = "img5"
    End If
    MessageBox.show(imagename, "Name of image", MsgBox.Style.OkOnly, MsgBoxResult.Ok)
    end
    Up until now, this has been fine, but what if I have 50 images, do I have to do this for all 50 images? or is there an easier way like putting the image names into a text file and have it read from the file depending on what the variable i equals? If so,
    how do I go about this? Does each image name go on a separate line? can it just be separated by a comma instead? or is there a better way?
    Please note that i know that i have declared "i" above in my code and not intialised it with anything, in reality "i" comes from somewhere else in the program so please ignore that part, it is not what I am concerned with.
    Thanks
    Mersec

    Does each image name go on a separate line? can it just be separated by a comma instead? or is there a better way?
    Arrays are useful for this.
    Dim imagenames() As String = {"img1", "img2", "img3", "img4", "img5"}
    Dim imagename As String = imagenames(i)
    MessageBox.Show(imagename, "Name of image")
    Any sort of collection will do instead of an array, and may be simpler to manage. There are many other options - the most suitable one probably depends on where the names originally come from.  For instance, if you are getting them from a folder
    using the FileSystem.GetFiles method, then they are already in a collection.
    If the files names never change then you may as well include them in the program code, using something like the code above.  If they can change, then you could use a text file, but that means you need a file update routine.  If that is required
    then the way you store the names will dictate how you access them.

  • Unable to sync new iPhone 4s. I have iTunes version 10.6.1. Using Windows 7. My device appears on iTunes but I am not able to select the sync option and it does not automatically start the sync option when plugged in. Ive tried reseting the device.

    I am unable to sync my new iPhone 4s OR my iPod Touch 4 to iTunes.(this is the first time I am plugging them into iTunes) I have version 10.6.1. Both devices are up to date with the latest software version. Once I plug the device in, it is recognized on iTunes.The synce process does not start automatically. I am unable to select the sync option. I've tried reseting the device and restarting iTunes and the same problem happens. I have plugged in my husbands iPhone 3gs and the sync process starts automatically. I have also added my computer as an authorized computer for the new devices. What now?

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

Maybe you are looking for

  • Error in Provisioning a user to iPlanet

    This is the error I get when I try to provision a user to Sun iPlanet Directory server in Oracle Identity Manager. Setting task status... "java.lang.Exception: tcUtilLDAPDirectory Standard Attribute Map Not Complete" does not correspond to a known Re

  • IPad won't switch on and has a picture of USB and iTunes

    My iPad wont switch on and has a picture of a USB port and iTunes

  • Error on maxextents in table...

    hi, I created this tablespace: CREATE TABLESPACE TBS DATAFILE 'C:\....\XXX01.dbf' SIZE 500M REUSE DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 256 PCTINCREASE 0) ONLINE; When I try to insert a new record in table ST I get this er

  • Windows XP Professional Install Disc not working properly?

    Recently my school offered everyone in my major a free copy of Windows XP Professional, which I was able to download for free from their site. I downloaded the install disc as a .iso file, and burned a copy onto a CD so I could install it on my Mac w

  • PCMCIA Hardware Fault - Tecra 750CDT

    Hi... I have two identical Toshiba Tecra 750CDT laptops. One machine will not recognise when PCMCIA cards are inserted, no reaction to it whatsoever, no status lights on cards. On the other machine cards are recognised immediately and work perfectly.