Sapui5 sap.m.search multiple item search

Hi All,
          I have a search field in that field i have to enter id means it should search that particular id and if i give name means it should show that particular person name only. please assist me.

that is not about sap.m.SearchField, that is more about filtering logic in binding i guess.
in seach event assemble a filter array and pass it to filter function of the binding
var filterValue = oControlEvent.getParameter("query");
binding.filter([
                new sap.ui.model.Filter("userName", sap.ui.model.FilterOperator.EQ, filterValue),
                new sap.ui.model.Filter("userID", sap.ui.model.FilterOperator.EQ, filterValue)]);

Similar Messages

  • How to avoid item suppression in multiple item PM strategy plan

    Dear gurus,
    we have ONE plan, which have two items.  First item is linked to a task list which has 1M package, Second Item is linked to a task list which has 1M,1Y pack.
    I have scheduled the task and i am not receiving a work order for the first item's 1M task, during second item's 1Y task is due.
    How to over come this item suppression
    PLAN:01-ITEM-01-TASK LIST-01-Pack 1M
    PLAN:01-ITEM-02-TASK LIST-02-Pack 1M, 1Y
    ITEM01:    1M 1M 1M -
    1M 1M 1M
    ITEM02:    1M 1M 1M 1Y 1M 1M 1M
    Thanks in advance
    Edited by: ERP_YN on Mar 22, 2011 12:56 PM

    Hi ERP,
    I feel it is a short-coming in SAP when using multiple Items with different Package sets.
    This does not work for the selected combination, that is one TL Monthly Package & othet Monthly & Yearly when you have different Heirarchy for the Packages.
    Try making the Heirarchy as same for both of them and try creating a new plan, not the old one. But not sure on the result.
    Regards,
    MLN Prasad

  • SAP Enterprise Search - Federation

    Greetings,
    This post is with regards to "Federation" when is comes to SAP Enterprise Search. Can you please explain what "Federation" is?
    Regards,
    Keith

    Hi Keith,
    "federation" means that SAP NetWeaver Enterprise Search consumes an existing search service. As a synonym for "federation" one could use either "meta search" or "brokered search".
    In the case of federation the search index is not located on the SAP NetWeaver Enterprise Search server, but is owned by some other application, located on some other host. SAP NetWeaver Enterprise Search sends a query to that host (using the [OpenSearch|www.opensearch.org] protocol) and receives results that are then displayed together with the results from the local index. This concept works both ways, as SAP NetWeaver Enterprise Search 7.2 can act as consumer as well as provider in federated scenarios.
    Best, Karsten

  • Download SAP enterprise Search

    Hello,
    does anyone know where I can download a test or trail version of SAP Enterprise Search?
    Thanks in advance for any help,
    best regards,
    Rene

    The preview download provided on SDN doesn't work any more.
    (ftp://ftp.sap.com/pub/sdn/devkits/admintools/Argo_4/Argo_preview.zip)
    It displays an error as follow:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the ftp.sap.com home page, and then look for links to the information you want.
    Click the  Back button to try another link.
    Click  Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer

  • Download of SAP Enterprise Search

    Hi experts,
    Does anyone know how to download SAP Enterprise Search?
    I know that it has been removed from SDN. But I'd like to know if anyone knows any other link to download it.
    Thanks and best regards,

    Hi Karsten,
    I have some comment on this issue:
    1-I know that the download is a very slim preview but we have group about new technologies in SAP world, and I believe that this preview would give us an idea about what SAP Enterprise look like. Screen shots are not enough
    2- I also believe that any other site can't offer a download link for SAP Enterprise Search.. I tried to mean that there could be a new link that I do not know offered by SAP.
    Thank you for your replies.
    Best Regards,
    Tolga

  • MRP - Single Purchase requisition for multiple Items

    Hi
    We have recently introduced MRP module in SAP .In some specific scaeanrios , we want to create a single Purchase Requisition for multiple items .Standard SAP generate different Purchase requisition for each item
    Is there any way out

    Sandeep,
    This topic has been covered numerous times in this forum and in the MM forum.  You evidently have not used the search feature.  There are thousands of posts in these forums, and the search function will be very helpful for you in future questions.
    To answer your question, No, nothing is available to make standard SAP MRP create Purchase requisitions for multiple items.
    Most companies address this issue during the conversion of Purchase Requisitions to Purchase orders.  During this process, you can add many items to a single purchase order.
    Rgds,
    DB49

  • Copy multiple items from ical alters sorting order

    I use OSX leopard with iCal 3.0.1. I would like to select multiple items and copy-paste them into a text document or spreadsheet. I use iCal to keep track of people's working hours and I need to send the hours to salary admin at the end of each month.
    Using the "search" option within iCal, I can select all item concerning the working hours of, let's say, "George". If I copy-paste them into another application (Word, Mail, Numbers, Excel) the sorting order of the items altered. It looks like a rather random order. I want to have it ordered by date opbviously! Does anyone recognize this problem?

    Pieter,
    would send feedback to apple on this, recreated the behavior on both of my macs for multiple search results, and each time same thing, order is altered...
    http://www.apple.com/feedback/ical.html

  • Multiple Item selection

    Hi,
    I wanted to know if this scenario is possible to code in forms:
    You have a forms with 2 side by side window. In the left window there are records.
    The right window is empty. I want to select (multiple) items in the left window and bring them to the right window by using these buttons:
    , >>,Is there some base code that already exists from this?
    Thanks in advance,
    Marc.

    Ok,
    I've downloaded the forms demos for 10g.
    I'm following the instructions at:
    3 Modify the OC4J Configuration3a Modify orion-web.xml
    This step will create the virtual directories and servlet mappings for the HTTP listener, which are used by the demos.
    Using a text editor, open the following file:
    %ORACLE_HOME%\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
    Add the following lines within the <orion-web-app> tags, making sure to replace %ORACLE_HOME% with the correct value:
    <classpath path="%ORACLE_HOME%/forms/java/frmjdapi.jar" />
    <classpath path="%ORACLE_HOME%\forms\demos/metadatabrowser/classes" />
    <virtual-directory virtual-path="/formsdemo" real-path="%ORACLE_HOME%\forms\demos" />
    To be sure you have the placement correct, your file should look something like the following:
    <?xml version="1.0"?>
    <!DOCTYPE orion-web-app PUBLIC "-//ORACLE//DTD OC4J Web Application 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-web-9_04.dtd">
    <orion-web-app
    deployment-version="10.1.2.0.2"
    jsp-cache-directory="./persistence"
    temporary-directory="./temp"
    servlet-webdir="/servlet/"
    >
      <context-param-mapping name="configFileName">c:\oracle\ids1012/forms/server/formsweb.cfg</context-param-mapping>
      <virtual-directory virtual-path="/html" real-path="c:\oracle\ids1012/tools/web/html" />
      <virtual-directory virtual-path="/java" real-path="c:\oracle\ids1012/forms/java" />
      <virtual-directory virtual-path="/jinitiator" real-path="c:\oracle\ids1012/jinit" />
      <session-tracking cookies="disabled" />
      <!-- Uncomment this element to control web application class loader behavior.
      <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
      -->
      <classpath path="c:\oracle\ids1012/forms/java/frmjdapi.jar" />
      <classpath path="c:\oracle\ids1012\forms\demos/metadatabrowser/classes" />
      <virtual-directory virtual-path="/formsdemo" real-path="c:\oracle\ids1012\forms\demos" />
    </orion-web-app>
    3b Modify web.xml
    Using a text editor, open the following file:
    %ORACLE_HOME%\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml
    Find where this text is located:
    <servlet>
      <servlet-name>lservlet</servlet-name>
      <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
    </servlet>
    and put the following text after it:
    <!-- Forms JDAPI Metadata Browser Servlet -->
    <servlet>
      <servlet-name>FormsBrowser</servlet-name>
      <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
    </servlet>
    You should end up with the following:
    <servlet>
      <servlet-name>lservlet</servlet-name>
      <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
    </servlet>
    <!-- Forms JDAPI Metadata Browser Servlet -->
    <servlet>
      <servlet-name>FormsBrowser</servlet-name>
      <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
    </servlet>
    In the same file, now find the following text:
    <servlet-mapping>
      <servlet-name>lservlet</servlet-name>
      <url-pattern>/lservlet*</url-pattern>
    </servlet-mapping>
    and put the following text after it:
    <servlet-mapping>
      <servlet-name>FormsBrowser</servlet-name>
      <url-pattern>/FormsBrowser*</url-pattern>
    </servlet-mapping>
    You should end up with the following:
    <servlet-mapping>
      <servlet-name>lservlet</servlet-name>
      <url-pattern>/lservlet*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
      <servlet-name>FormsBrowser</servlet-name>
      <url-pattern>/FormsBrowser*</url-pattern>
    </servlet-mapping>
    3c Verify the changes
    Start OC4J.  If you're not sure how to do that, refer to Appendix 1 for instructions.  If OC4J was already running when you made these changes then you need to restart it first.
    Once OC4J is running (or re-started), enter the following URL, replacing <host> and <port> with the correct values:
    http://<host>:<port>/forms/formsdemo/images/tick.gif
    If you are using Oracle Developer Suite, the URL might look like this:
    http://127.0.0.1:8889/forms/formsdemo/images/tick.gif
    You should see this image:Well the thing is I don't see anything and I get the Error page in my browser:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the nca7445782e.hrdc-drhc.net:8889 home page, and then look for links to the information you want.
    Click the  Back button to try another link.
    Click  Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    Can someone help me???
    Thanks,
    Marc.
    IGNORE THIS MESSAGE.
    Everything is OK.
    Message was edited by:
    MARC LAF

  • How to break down the total stock level in multiple items ECC6.0 ERP

    Have a requirement for being able to break down the total stock of material into multiple items.
    E.g.
    Total stock: 1000 mtr. Unr.
    Consists of lenghts of:
    500 mtr.
    200 mtr.
    200 mtr.
    100 mtr.
    The different stocks should be displayed to sales persons and also 3rd party web applications towards customers
    Using 3rd party WMS system for all LE processes and currently handling this requirement using batch management, but using batch management also has some really strict rules which is why I would like to find other solutions
    Searching for any methods to solve this problem.
    Regards.
    Robin

    If tracking each "size " is important, then you can go for a seperate material code itself for each size.
    eg: 1000mtr = A
    500 mtr= B etc .
    you can show conversion of 1000 Mtr -> 500 MTR by subcontracting/ production /material t material transfer.
    -We had used split valuation in one clients system, where they wanted to track the Uncut Iron rods and iron rods cut into different sizes seperately .
    -Some  people use batch management with characteristics as well .
    Cnsidering your system is in live stage,  you have to consider the impact of each type of change.

  • Renaming multiple items!

    Hi!
    I just recently switched to mac and i cant for the life of me figure out how to rename multiple items. i can rename singular items, but when working with photos i want to be able to rename by the name of the folder after uploading and sorting.
    is there some trick i am missing?
    (ps. i have searched discussions, and mac help to no avail)
    much thanks.
    macbook pro   Mac OS X (10.4.10)  

    thank you for these suggestions. i tried one of the apps listed at mac update but found it just too complicated. I did not try the second reply suggestion, but it looked ok.
    For anyone else looking for a SIMPLE QUICK way to rename, I jsut created an automated action with the Automaker. it takes less than a few seconds and will simply rename and add sequences. (though i cant figure out why apple just didn't make this as a preset)
    the more i learn to use it, i find the automater AMAZING.
    but still thank you all for your suggestions.

  • Inbound Invoices (EDI 810) with multiple items that are the same keys.

    One of our Vendors just started sending us 810's that have multiple items with the same P.O., Delivery, P/N, Price, etc.  The reason is that they (and we) track inbound batches for the purpose of traceability, so the only difference between items on both the invoice and inbound delivery is the batch number.
    SAP will not allow the automatic creation of an SAP Invoice with these conditions.  The error message is M8321 - 'Document contains same order item more than once'.
    SAP Note 103051 says it cannot be done, and you must "Deactivate the billing of the batch sub-items in SD Customizing" in order to have an Invoice created that combines all items into one.
    Does anyone know how to do that?
    Thanks in advance!

    Nevermind. Fixed the problem. Two menu items both began with the letter S. Added an & before the second letter of the second menu item and now the problem is fixed. First items hotkey is S and the second items hotkey is now h (which is the second letter of the 2nd menu item).

  • Error while creating Multiple Items Shopping Cart with Asset Assignment

    Hi All,
    I am creating Shopping Cart with multiple items for different Assets.
    Example: I have Two Assets (Asset A with the budget of $1000 and Asset B with the Budget of $1500) in the back end system.
    Asset A assigned to Order 102649996 (value - $1000) and Asset B is assigned to Order 102645121 (Value - $1500).
    I am trying to create Shopping Cart with Two Items for Asset A and Asset B (which are available in Back End).
    I created First item (001) in the Shopping Cart for Asset A and Value $750.
    I copied the First Item Details to Second Item (002) and changed the Asset as B and Value $1000.
    When I click on Check tab in Shopping Cart Browser, the SRM System is giving the Error Message like
      Item 001 Order 102649996 budget exceeded 
      Item 002 Order 102649996 budget exceeded
    I am getting the above error, only when I copy the first item details to the second item while creating Shopping Cart.
    Actually the Budget is not exceeded (Asset A Budget is $1000 - First Item and Asset B Budget is $1500 - Second Item) and SRM system is taking the order 102649996 (which is assigned to the Asset A) for the Second Item 002 also.
    Kindly let me know the Solution or Please let me know do we have any OSS note to resolve the issue.
    Thanks a lot in advance.
    Best Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Aug 18, 2008 8:22 PM
    Edited by: KOYYA SUDARSANA NAIDU on Aug 19, 2008 6:29 AM

    Hi. It is a "feature" of SRM.
    I asked SAP about it and did not get a good response.
    If you enter Asset A, it will copy the internal order number from that asset into the cart. You can not see the internal order in the web, but you can see it in BBP_PD.
    If you then change the asset to asset B, it will not refresh the internal order number.
    This means you get internal order A on asset B.
    It happens any time you change asset number, so if you copy a line then change you will get this problem.
    We ended up using the BBP_DOC_CHANGE_BADI to RFC into R/3 and update the internal order number.
    Regards,
    Dave.

  • How to create production order for multiple items having common raw materia

    Dear all,
    We are running a sheet metal fabrication company at Vadodara Gujrat.
    Please guide us how to create single production order for multiple items using single raw material??
    For example, We want to produce baby shirt(item code AAA001), shirt with full sleeve(item code AAA002), shirt with half sleeve(item code AAA003),shirt slim fit (item code AAA004),shirt loose fit(item code AAA005) from single raw material say(item code XXX001).
    Right now we have to create 5 production order to produce above 5 items of single sales order  in SAP B1 though it is made from single raw material which is foolishness and time consuming too. (Please also note that to produce any finfish good item, raw material required for that item may vary every time in our process.)
    Kindly guide us how to solve the problem.
    Thanks.
    RUPESH  +91-9227744273
    WEB : www.gorasia.co.in

    Hi Rupesh Gorashiya,
    This is possible through MRP for that you have to put Sales Order first and Run MRP Wizard
    MRP Wizard Put Multi Production Order as per Item Taking in Sales Order just click it on and execute.
    Thanks,
    Srujal Patel

  • How to create Item Codes with multiple Item Description

    Hi,
    for one of my client, we need to create Item Codes with multiple Item Description.
    e.g.,
    Item Code - M00285
    Item Description 1 - Blue Paint
    Item Description 2 - Red Paint
    Is that possible in SAP Business One? If "Yes" kindly provide a solution. Else recommend an alternative method.
    Regards,
    Ammheya U. Naaik

    Ammheya,
    I just wanted to add that there is an Add-On that handles "Style, Color, Size" situations like yours.
    It allows you to define a "master" item, (Paint, for example) and then setup the various styles, colors and sizes it comes in. 
    This creates sub-items for each with the master in the ItemCode (Paint-Blue, Paint-Red, etc)
    It's called MatrixOne from Navigator.  You could find it on the partner portal with other Add-Ons.
    Hope thathelps,
    Brad Windecker

  • Reg:Multiple item header concept in Mill Products

    Dear experts,
    I need to understand the multiple item header concept in Mill products.
    Could you please share some documents if anyone has implemented.
    Is this functionallity available in standard ECC or it is a seperate licenced version.
    If it is available could you please guide me with the necessary configuaration required.
    I need this process for metal sheet cutting process. Where multiple semifinished parys are recievedin single order.
    Regards,
    Daya.

    Hi Daya,
    the multi item order concept is the technical foundation for various solutions in the context of mill products, like the trim order created through the trim optimization interface in APO, or the combined order in in IS-MP or similar industry specific special cases.
    What would you need to know specifically and for what kind of process?
    There are already a number of use cases realized and available in standard SAP ERP with the IS-MP extension.
    You may want to take a look at the PP section of the IS-MP help at:
    SAP Mill Products - SAP Library
    Anything around order combination, multi item order and co-products is related to this topic.
    Best regards,
    Stefan

Maybe you are looking for