Select multiple equipment records in selection screen

hi
need to select multiple equipment records. Not a range of equipment records but many equipment records.
I am using this as select option
SELECT-OPTIONS: s_equip FOR equi-equnr.
Please help

Hi,
Try to use
SELECT-OPTIONS: s_equip FOR equi-equnr NO INTERVALS.
aRs

Similar Messages

  • Selecting multiple objects with Direct Select tool

    I'm working in InDesign CS4 on a pc and am having trouble with the Direct select tool. I go through my document selecting multiple objects, change the color of the selected boxes only to find that about half of my objects have "deselected" themselves. Has anyone else had this problem? Or does anyone have a fix I could try? Thanks!

    I know, I was pretty vague.
    Are you continuing to hold the shift key with each addition? Yes
    Are you trying to selct things on more than one spread? No
    Are you being careful to click inside each object other than an image and on the frame for an image? Yes

  • Select multiple values in mult-select list

    I have the following query as the source for a multi-select page item:
    SELECT person.person_id
    FROM person, pers_proj_task
    WHERE pers_proj_task.person_id = person.person_id
    AND pers_proj_task.project_id = :P3_PROJECT_ID
    The query returns two records and the page item's session value is 4:3, but only the value 4 is highlighted in the mulit-select list. How can I get both values to be highlighted?

    Got it to work for a multi-select item by following Dimitri's post which uses a shuttle example. It was still only highlighting one value, but I tried Patrick Wolf's suggestion from the comments on Dimitri's post to put the pl/sql block in the source of the item rather than as a computation and it worked.
    So I now have a multi-select list which has default values pulled from a LOV. The items that are highlighted by default are selected by using the following pl/sql block in the "source/value or expression" of the :P3_PERSON_ID multi-select item:
    declare
    person_list apex_application_global.vc_arr2;
    i number := 1;
    begin
    for r in ( SELECT person.person_id
    FROM person, pers_proj_task
    WHERE pers_proj_task.person_id = person.person_id
    AND pers_proj_task.project_id = :P3_PROJECT_ID)
    loop
    person_list(i) := r.person_id;
    i := i + 1;
    end loop;
    return APEX_UTIL.TABLE_TO_STRING(person_list,':');
    end;
    Thanks to Amanda, ArtS, Dimitri and Patrick.
    Jeremy

  • CRM 2011: Selecting Multiple Opportunities and Adding an activity

    Our company uses CRM for their claims. They would like to know, if there is a way to select 20 claims and add a note that it will show up in every one of those claims activity section. Right now if we do this, it goes back to the account level. We don't
    want that to happen. We want to see that activity at the opportunity level for each of the claim.
    They have it setup that the Account is the TIN and the Opportunity is the Claim.
    Thanks

    This might not be the ideal solution but it requires minimal build effort and uses out of the box feature. Basically, add a new text box 'Add Note' on the Opportunity form. Create a workflow which creates Note with the content of the 'Add Note', then clears
    the Add Note field.
    User can select multiple Opportunities records, Bulk Edit and enter the note in the 'Add Note'.
    To prevent user from using the Add Note in normal form, use jscript (maybe Business Rule would work) to hide the field.
    As you do not want to have the note appearing at the Account level, then you would need a custom entity or customise the relationship between Note/Account/Opportunity so the note doesn't roll up to the Account level.

  • Selecting Multiple Images from Scroll Pane

    Hi,
    I am quite a newbie to Java GUI and can't find a good example on something I wish to do. I got a scroll pane which actually loaded images as a Label. I do this program to upload the images. I already manage to upload the images somehow. But now the problem is I wish to remove the images from the scroll pane. It will be something like this.
    1. Try to put a check box on each JLabel with the image.
    2. Select multiple JLabel images by selecting the check boxes.
    3. Click on the "Remove" button will remove those JLabel Images which has a check box "checked"
    What I am not too sure is,
    how can I be able to detect a group of checkboxes which is checked inside the scroll pane. So that I can actually removes them from the scroll pane. Can anyone show me a good example for it?

    Keep the check boxes in a Collection of some sort. Iterate through it, calling isSelected() on each box.
    Or, add a listener to the checkboxes so that a list of selected images is updated whenever a box is checked or unchecked.
    One of these may suit better than the other depending on circumstances.

  • Select multiple in basic asset not working

    <PROPERTY NAME="otherlocales" DESCRIPTION="otherlocales">
    <STORAGE TYPE="VARCHAR" LENGTH="255"/> 
    <INPUTFORM TYPE="SELECT" REQUIRED="NO" DEFAULT="" MULTIPLE="YES" SOURCETYPE="TABLE" TABLENAME="dimension" OPTIONDESCKEY="description" OPTIONVALUEKEY="name"SQL="SELECT name,description FROM dimension d,assetpublication a where d.id=a.assetid and a.pubid=SessionVariables.pubid" INSTRUCTION="Select the locales used in this country"/>
    </PROPERTY>
    with this am not getting a default value and also am unable to select multiple row in the select tag.

    Basic assets (created using ASSETMAKER) do not support multi-valued fields.  One asset == one row in the database.
    Regards,
    Tony
    Function1

  • Allow multiple non-consecutive file selections

    Hello
    This was working like that in every file explorer since at least 16-bit Atari, so I'm not sure how to explain why I think it's necessary...
    I would like to be able to select files 1-10 (1, Shift+10), then add files 40-50 (Ctrl+40, Ctrl+Shift+50) and have both ranges selected, then maybe to deselect 5-9 (Ctrl+5, Ctrl+Shift+9).
    Why would I think this is viable request? Hmmm. Let's say that when this will work along with dragging and dropping files out of Lightroom, I will be closer to dump file explorer altogether when managing my files.
    Thank You
    m.

    Sorry for not being clear. Yes I meant '50' as image no. 50.
    So just to understand you better: on the Mac you can already select multiple non-contiguous image selections?
    On Windows in 1.0 and 1.1 you can select one range of images (with Shift) and then add/substract individual images to/from it (with Ctrl). You cannot add/substract another range of images, though (with Ctrl+Shift). That is exactly the functionality I'm requesting. If that is what's possible on the Mac at the moment, we are closer to getting it on Windows.
    Regards
    m.

  • 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.

  • Is it or has it ever been possible to select multiple PDF's and print into a single print stream using Reader

    We have Multiple users who claim they have been able to select multiple PDF's and select print. It then would send to a single stream and end up as one document. These are reader users.
    We have tested under reader 10.1.4 and 11.0.06 and haven't been able to make it work. Has this ever been possible?

    Thanks everyone. That's what I needed to know.

  • Can i get multiple records if selection screen is 900 using PROVIDE

    Hi All,
    Iam using following statement for fetching MULTIPLE records from infotype 0008. In Attributes if i declare LDB as pnp and selection screen as 900, then iam not getting any records.
    Instead of th selection screen 900 is empty. then records will getting properly.
    How can i get multiple records if selection screen is 900?
      PROVIDE * FROM p0008
                    between pn-begda and pn-endda.

    Hi Ranjith
    You can use
    PYBEGDA and PYENDDA instead of PN-BEGDA AND PN-ENDDA.
    Regards
    Muneer.VK

  • Multiple records with select option

    i have to use select option in selection screen, which wl take the multiple values but that select option wont act as a range, the select option is a session name  from sm35, the table from where data is retrieved is APQI, i have used  a parameter before using select option ,like:
    selection-screen begin of line.
    parameters: P_grpid like apqi-groupid.
    select-options: s_grpid like apqi-groupid.
    selection-screen end of line.
    AT-SELECTION SCREEN ON VALUE REQUEST FOR p-GRPID. " previous situation
    {the code starts
    FM F4 selection is called}
    AT-SELECTION SCREEN ON VALUE REQUEST FOR S_GRPID-low. " CURRENT situation
    FM F4 selection is called}
    now when i give data in slection screen for s_grpid-low then it works as a parametr, but it doesnt take multiple values at s_grpid when i have alos mentioned the same for s_grpid-high.
    Please tell me how to achive multiple records with select option, or u can also send a sample code if you have..
    Thanks
    Swarnali

    Hello Swarnali,
    You need to fill internal table of select-option once you got into the event AT SELECTION-SCREEN ON VALUE REQUEST FOR so_carr-LOW.
    so sudo code will be:
    AT SELECTION-SCREEN ON VALUE REQUEST FOR so_carr-LOW.
    Select data from table.
       so_carr-LOW = value
       append so_carr.
    You can also use NO INTERVAL to suppress the so_carr-HIGH value on selection screen.
    Thanks,
    Augustin.

  • How to select multiple records from a TREE in the table

    HI,
    I have a tree structure which is in the table.When I open the node of the tree,all the subnodes are coming as one-one records in the table.I want to slect multiple record from this table.I applied onLeadSelect for this table,I can select only 1 record from the table.
    Can any one plz suggest me how to select multiple records from the table so that I can get all the data of those selected record.
    Regards
    -Sandip

    Rashmi/Kukku,
    First of all, Thanks for your help!
    Is there any other way in which we can access tables other than using BAPIs or RFCs?
    In my case, there is a table structure which has to be updated with values after validating a key. i don't think there is any RFC available now. do i need to create bapi/rfc for that?
    Krishna Murthy

  • How to select multiple records in ALV with out pressing ctrl

    Hi Experts,
    Is there a way to select multiple records in ALV with out pressing ctrl button on the key board?
    Selection and deselection should allow multiple records.
    any clue is highly appreciated.
    regards,
    Ajay

    The keyboard always plays a role, although with the Shift key you can select blocks of records.
    ○       CTRLclick, CTRLspacebar
    Toggles a selection.
    ○       SHIFTclick, CTRLshift
    Selects the area from the lead selection to the row selected. If no lead selection is set, the selection starts from the first row. In the multiNoLead mode, the selection starts from the row last selected

  • 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

  • Selecting multiple recording modes in Captivate 3

    I'm using Captivate 3. I understand the concept of choosing your mode eg. demo mode but when you first start a project, you are allowed to select multiple modes.
    From what I can see however, you can only produce and add content to these multiple outputs simultaneously, at project creation. Multiple .cp files have been created but you can only edit one at a time. Any additional recordings/edits I add to one will not be picked up by the others.
    Is that your understanding? Or am I missing something? My intention was to produce both a demo version and a training simulation simultaneously, with editing of captions and additional recording to be carried out afterwards. It's not viable for me to do all my recording in one seamless session.

    Sorry to disagree a little bit. In some cases having the possibility to create 3 recording modes at once is useful and I do not understand why you say this has been abandoned in later versions? They are still there in Captivate 5, and I think that is the latest version. Could you explain
    Useful in this situation: you want to have combination of Show me/Try me/Test in one file. Capture in the 3 modes at once and you can use copy/paste (or import in previous versions) slides to achieve your goal. You will be sure that the setup (resolution etc) and the capture will be identical, whereas if you capture at different times in the different modes this is not always the case. It is much easier to delete some slides than to create slides that fit perfectly in the middle of other previous captured slides.In the case you described, I would capture in 2 modes (Demonstration and Training), then copy the 25% slides I need from the Training mode to the Demonstration file.
    Hope you understand this viewpoint?
    Lilybiri

Maybe you are looking for

  • How can I restore to the Browser View of Book, several missing photo's?

    Ten photos are missing from the Browser View of the Book. The photos show up in the Photo View and are checked as being used. They also show up in the working screen view of the book. All other photos in the book show up. Why are the 10 missing? How

  • Exchange 2010 - visibility of items in Public Folders

    Hello all, I already posted this question to the German Exchange 2010 forum, but have not gotten an answer yet. So I hope to be more lucky in the English forum. Environment: Exchange 2010 SP3 RU4, 2 replicas for Public Folders, Outlook 2007 cache Mod

  • Change in Name Format

    Hi Experts, We have a requirement. It is change in Name Format. The name format for the employees who belongs to other country personnel areas to be changed to show the Form of Address, First Name & Last Name in Infotype 0002- Personal Data. I have m

  • Alerts for Projects

    The Vision Instance shows 6 Alerts for Projects Modules. However, my Development Instance doesn't show any alert for projects . we are implementing costing , billing & Prj Contracts. Pls help.

  • Virus removed from NI FTP site

    We have verified that for a short time between Wednesday afternoon, January 10 and Friday morning, January 12, a number of files on our FTP site were infected with a virus. We have since corrected the problem and have taken steps to prevent this prob