UI Element with Mulitple selection

Hi, How can I select multiple data from any list box like as we do in SAP GUI.

Manoj,
Use one of:
1. Table control with selection "multiple" (and node with cardinality multiple), all versions, applicable for large number of elements.
2. Use CheckBoxGroup, all versions, for small number of elements.
3. Try ItemListBox, NW04s only, large number of elements.
VS

Similar Messages

  • XPath to select elements with specific namespace attribute?

    To select all elements with a specific attribute, i can use
    //*[attribute::val1='true']for elements that look like
    <Name val1="true">hello</Name>But how can i select them, if the attribute has a namespace:
    <Name myns:val1="true">hello</Name>?

    If JDOM is used to parse a node with XPath, node namespace should be added to the XPath.
    XPath xpath=XPath.newInstance("/@myns:val1='true');                
      xpath.addNamespace("myns", "http://www.w3.org/2001/XMLSchema-Instance");

  • Mulitple selection with select option on subscreen

    Hi colleagues,
       I've the following issue:
    I'm programming a dynpro this dynpro contains two subscreens. The lower subscreen will contain another dynpro defined as subscreen with an ALV to display results.
    The top subscreen (0150) area will be filled with a generated subscreen with the command
      SELECTION-SCREEN BEGIN OF SCREEN 0150 AS SUBSCREEN.
    with select options I define my selection area like:
    SELECT-OPTIONS: sa_6 FOR gs_rp_attrib_sel-sonr.
       If I call my transaction starting up the dynpro containing the two subscreens the result looks quit how I expect it. BUT then I try to start up the multiply selection Pop-UP for the selection field by pressing the button just right behind the HIGH input field, nothing happens. The multiply selection pop-up basicly does not show up.
       Any clues what I need to add that it will show up?
       Does the mulitply selection not work with
    SELECTION-SCREEN BEGIN OF SCREEN 0150 <b>AS SUBSCREEN</b>???
    (If I do a simple test program with a selection screen not being a subscreen, the multiply select popup comes up.)

    Hi,
    A subscreen cannot call another screen.
    I guess this is the reason why u are facing this problem.
    Thanks,
    Rashmi.

  • How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    Here's something you can try with a copy of your current library.
    1 - go to iPhoto's Events preference pane and set the auto split option to 1 day per even.
    2 - go the the Events mode, select all Events.
    3 - go to the Events menu  and and select Autosplit Selected Events.
    which will give you an event for each day.
    4 - again select all events (although it might be better do to fewer at a time) and export them to your desired destination via the File ➙ Export ➙ File Export  menu option with the following settings:
    The workflow above will produce a folder for each days photos with the date as the folder's title.

  • How to create a table with multiple select on???

    Hi all,
            I am  new to webdynpro and my requirement is to create a  table with multiple selection on.I have to add abt 10 rows in the table but only 5 rows should be visible and moreover a verticalscroll should be available to view other rows.Can anybody explain me in detail how to do that.Please reply as if you are explaining  to a newcomer.Reply ASAP as i have to do it today.
                                                                           Thanxs

    Hi,
    1. Create a value node in your context name Table and set its cardinality to 0:n
    2. Create 2 value attributes within the Table node name value1 and value2
    3. Goto Outline view> Right click on TransparentUIContainer>Apply Template> Select Table>mark the node Table and it's attributes.
    you have created a table and binded its value to context
    Table UI properties
    4.Set Selection Mode to Multi
    5.Set Visible Row Count to 5
    6.ScrollableColCount to 5
    In your implemetaion, you can add values to table as follow:
    IPrivate<viewname>.ITableElement ele = wdContext.nodeTable().createTableElement();
    ele.setValue1(<value>);
    ele.setValue2(<value>);
    wdContext.nodeTable().addElement(ele);
    The above code will allow you to add elements to your table node.
    Regards,
    Murtuza

  • Photoshop Elements 11 - drag selection from photo to photo in bar below does not work

    Hi,
    When opening a photo it appears in a bar below, when opening a second one, I could make a selection with the Lasso - Selection Tool and drag this to the first picture below in the bar. Thereafter the FIRST picture would automatically pop up WITH the selection on it from the second.
    For some reason I can not drag it any more to the picture below, It is like it does not accept it or like the first picture does not respond to the action?
    Help would be appreciated since I don't know how to continue working with it.
    Kind regards,
    Leen

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • How to map secondry elements with main if have same ids for both?

    I need to map secondry elements with its matching primary elements if they both have same id.
    How can this be achieved in xslt.
    If ids are not matching then not a single element of secondry sholud be shown.
    If ids matching, then other fields of secondry elements, should be mapped to similar fields of primary elements.
    Eg: Its like some program running and in between some add on programs started (may be trailor or advertisement).
    the add on program is not always shown (optional), and whenever shown it has its own data information etc etc.
    Please provide me some input, how to map and proceed.
    Not sure what this code is really doing.
    <xsl:template match="SECONDARY_EVENT_LIST">
              <xsl:variable name="secondaryElements" select="ancestor::SCHEDULE/SECONDARY_ELEMENT_LIST"/>
              <xsl:for-each select="SCHEDULE_ELEMENT_ID">
                   <xsl:variable name="id" select="."/>
                   <xsl:apply-templates select="$secondaryElements/SCHEDULE_ELEMENT[(@ID=$id)]"/>
              </xsl:for-each>
         </xsl:template>
    Is this having any relation with what my requirement is all about?

    Hi,
    You can use XPATH command to get the exact tag.
    You can access each tag with it location like “/Report_Name/Group_Tag/Element_ID”.
    I think this will remove the ambiguity of Tags with same ID.

  • View Element with ID _CFG_GROUP_36_CAPTION in View V_PREVIEW Already Exists

    Dear All,
    In EHP5 'Personal profile' Service, I was trying to modify the detailed screen of Address Information for Great Britain through FPM configurator. On the default detailed screen for this country, there was one group called 'Communication' . I wanted to hide that group. I thought I can achieve this by modifying attribute of this group. There were two attributes 'sequence Index' and 'Column' which decides position of specific group on detailed screen. I made value against these attributes as 0. But after doing these changes I am not able to see the preview of this detailed screen. It is throwing following runtime error:
    View Element with ID CFGGROUP_36_CAPTION in View V_PREVIEW Already Exists.
    How to revert the changes made in the attribute of this group.
    Regards,
    Swapnali

    check these steps
    1. Customizing the Fields in Overview Screens
    http://help.sap.com/erp2005_ehp_05/helpdata/en/77/804c18e1844944b7f8baf5
    3159be78/content.htm
    2. Configuration of Personal Profile Services
    http://help.sap.com/erp2005_ehp_05/helpdata/en/3a/fe6eac579d4a9ead651d77
    9a2dbd23/content.htm
    3. Personal Profile application Documentation
    http://help.sap.com/erp2005_ehp_05/helpdata/en/14/60cd56b1514ae5aa811d2a
    a4a59de3/content.htm
    In EhP5 ESS Personal Profile application, in order to change the
    Address overview page fields, you need to adapt the Address component
    configuration HRESS_CC_PER_OVR_ADDRESS_XX.
    Note: In EhP5, ESS screens are based on Floor Plan Manager for
    WebDynpro ABAP Generic UI Building Block concept. To configure
    overview page fields we no longer use 'Determine Fields for Business
    Card on Area Page' View instead of that we adapt the FPM configurations.
    In the standard delivery in the Overview Page, always international
    Address is displayed and in the edit screen based on the country
    selection (Foreign Address scenario), corresponding country screens
    are displayed.
    Note: We always show international address screen in overview page in
    order to support Foreign Address scenario.
    If you want to chanage the fields in the Address overview page fields
    then adapt the Address component configuration

  • Dynamic HTML elements with JSP?

    I need to have a row in a HTML page which contains of a combox and two text fields.
    Depending on what I select in the combox I have to insert another row (which contains another combox and two text fields) or I have to remove one or both text fields from the current row.
    Is that possible with JSP?
    Many thanks

    You can certainly accomplish what you're asking for in a jsp. One of the tricks you can use to solve your problem would be to pass variables back into the page using the Get method and catching the values using the request.getParameter() technique. One quick tip, you should wrap any request.getParameter() elements with a try catch, if you try to grab a parameter that hasn't been defined yet (and this is perfectly acceptable) you'll get a null returned.
    I hope this helps

  • Error? on Example 16-7 XMLFOREST: Generating Elements with Attribute and Ch

    Error in example on page http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb13gen.htm#i1028612
    Example 16-7 XMLFOREST: Generating Elements with Attribute and Child Elements
    Example appears as
    SELECT XMLElement("Emp",
                      XMLAttributes(e.first_name ||' '|| e.last_name AS "name"),
                      XMLForest(e.hire_date, e.department AS "department"))
    AS "RESULT"
    FROM employees e WHERE e.department_id = 20;
    1. employees table not qualified as hr.employees
    2. e.department as "department" should be e.department_id as "department"
    corrected would be
    SELECT XMLElement("Emp",
                      XMLAttributes(e.first_name ||' '|| e.last_name AS "name"),
                      XMLForest(e.hire_date, e.department_id AS "department"))
    AS "RESULT"
    FROM hr.employees e WHERE e.department_id = 20;albert

    It was subreport-related, though I still do not know the exact root cause.
    I was having trouble with both the built-in export as well as a custom process.
    Removing the subreports as suggested, I isolated the failure to one of the three subs and rebuilt this subreport from scratch (it was only three fields) and now the report has no trouble with the pdf export. I am not sure if it had a resolvable technical issue or if it was just corrupted, as it is now working, I am not going to expend much energy on finding out.
    Thanks for the suggestion.

  • Cursor does not change with tool selection

    Has anybody experienced this?  My cursor suddenly does not change with the selection of tools when working on photos.  Once I roll over the picture the arrow is lost and becomes a strange 3 small things, so can't do any work accurately.  Still using PS 7 in Win 7.  This was not a problem previously.  Already uninstalled and reinstalled and problem is still there.  I have searched for where this can be fixed.  So far no luck.  Any suggestions?

    First answer, PS 7, not Elements.  Second answer, BIG THANKS, the dpi change corrected the problem. 
    It was an odd issue as PS was working fine for years and then suddenly the problem occured, even though I had not changed the dpi recently.
    A true glitch.  Thanks again for the fix.  Working fine again.

  • Program to get all the query elements with UIDs with EN texts of a BW query

    Hi All,
    Need a program to get all the query elements with UIDs with EN and Other language texts, of a BW query.
    We are doing a global implementation.
    We are implementing Translations in French.
    We need to see, the list of all UID's of a query, their EN texts and the FR texts.
    Tried a bit, we are having the problem in getting the UIDs of the structure elements.
    Thanks in advance,
    Best Regards,
    - Shashi

    Hi ,
    Below is the list of important tables related to query.
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    RSZCHANGES Change history of reporting components
    Hope this will help you...
    Thanks,
    Jitendra

  • Mulitple Selection not working correctly

    Hi,
    I have used TLIST Multiselect PJC, after displaying the list in a window,
    When i select on a element then everytime first element is selected with the selected element.
    i.e If I select 4th element, then !st element and 4th elements are selected.
    Can you please let me know hot to get rid of this first element getting selected everytime?
    Please find the following code -
         clear_list('COMMENT_BLK.TL_CATEGORY');
         If Populate_Group_With_Query('RG_SHEET_NAME',v_query) = 0 Then          
                   Add_Group_Row('RG_SHEET_NAME',1);     
              Set_Group_Char_Cell('RG_SHEET_NAME.SHEET_NAME',1,'------------- SELECT ALL ----------------');
              Set_Group_Char_Cell('RG_SHEET_NAME.PRODUCT',1,'semiconductor');               
                   Populate_List('COMMENT_BLK.TL_CATEGORY','RG_SHEET_NAME');
                   show_window('WIN_TLIST');
                   --abort_query;
         End If;
    Thanks in advnace!
    Avinash.
    Message was edited by:
    Avi4Ora

    Hi Stephen,
    I found out why this happens -
    Col1 Col2
    val1_1 val2_1
    val1_2 val2_1
    val1_3 val2_1
    In this case col2 is having repetative columns, if you change your query to fetch unique values in col2 then this problem is solved. like -
    Col1 Col2 or Col2
    val1_1 val2_1 val1_1
    val1_2 val2_2 val1_2
    val1_3 val2_3 val1_3 (copy col1 in col2 if your col1 values are going to be unique)
    Hope This helps!
    I hope Oracle Guys come up with some solution for this bug.
    Avinash.
    Message was edited by:
    Avi4Ora

  • Elements 11:  After selection tool defines move area, error message reads "No pixels are more than 50% selected".  How to remedy?

    Elements 11:  After selection tool defines move area, error message reads "No pixels are more than 50% selected".  How to remedy?

    Are you certain that you are on the correct layer?
    As a test, try this:
    Select the object with one of the selection tools, e.g. lasso, selection brush.tool. You should see "marching ants" once the selection is complete
    Place the selection on its own layer (Layer>new>layer via copy or CTRL+J). This will place the object on a separate layer.
    With this layer active, use the move tool to move/position it
    Does that work?

  • How can i get all values from jtable with out selecting?

    i have one input table and two output tables (name it as output1, output2). Selected rows from input table are displayed in output1 table. The data in output1 table is temporary(means the dat wont store in database just for display purpose).
    Actually what i want is how can i get all values from output1 table to output2 table with out selecting the data in output1 table?
    thanks in advance.
    raja

    You could set the table's data model to be the same:
    output2.setModel( output1.getModel() );

Maybe you are looking for

  • Hyperlink to a file

    Hi, I'm using Crystal reports 2008 version 12.1.0.892, And visual studio 2005. I've created a website (.aspx) that contains a report, the report itself I've prepared in Crystal reports. In the DB in the main table, I have a field - PATH, which is a p

  • Bootable External HD?

    I've just purchased a 750GB external HD. I will use the external HD (Firewire 800) for backing up the MBP, storing music files, storing photos and storing DV capture files. Before formatting it, I've been reading various posts to see what would be th

  • General Question on Firevault Encryption

    Hi all, 1. With an encrypted home folder, does that mean any files saved from my computer to say a USB stick to be transfered to another computer are all encrypted too (hence cannot be opened)? (If so an encrypted Mac is like a non-workable hermit Ma

  • Query performance question!

    I have 2 SQL shown below. the first has no index and the others have 2 indexes. It's a huge table with no primary key. From below explain plan, which is more efficient? or someone can help to rewrite the query. I just use 'COUNT' to easily get the ex

  • My magic mouse turn color on the inside? It was 2 years old magic mouse, and today I found that it looked like a boiled egg, has yellowish spot on the middle. What to do?

    Hai, I had been using my magic mouse almost two years now. I may not the cleanest user, i admit. But today, i found that my magic mouse looked like a boiled egg, it was yellowish spot on the inside, I don't know why, it works fine. But i'm just worry