Extended Value Selector (EVS) and search function

Hi,
the tutorial "Value Help in Web Dynpro Applications" mentions that the EVS provides a search function. What does the search function look like? Does it work in such a way that only values beginning/containing a predefined String are displayed? How could one realise such a behaviour?
Thanks in advance for any hints,
-STEFFEN-

Hi Steffen,
nice to meet you here The filtering functionality of the EVS UI is based on a simple "starts with"-criterion. It does not support regular expressions. In addition it does not display those displaytexts which contain the given string as a substring.
For getting more information on how to show displaytexts for keys in combination with the EVS search help please read this article:
<b>Yet Another EVS Valuehelp - Showing Displaytexts for Keys (36)</b> - http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/0c0dcacd-0401-0010-b4bd-a05a0b4d68c8.
Regards, Bertram

Similar Messages

  • How to Catch the Event when a Row is Selected in Extended value Selector

    Hi All.
    I Want to Call the Action when a perticular row is selected in Extended value Selector.
    How can I do it
    Thanks & Regards
         Kiran

    Hi Kiran,
                  Create a seperate view with the table of records same u are showing EVS because with EVS it is not possible to raise any event.
    So add ths view to a seperate window and open that window instead of EVS .So here you can raise an event becuse it a view.
    Regards
    Padma N

  • How to call BAPI in Extended Value Selector in Webdynpro for java

    Hi all
    i need to call a BAPI and populate the data in Extended Value Selector UI element.
    can you please provide sample codes and required help.
    Regards
    Sunil

    Hi,
    Go through the following link
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/391ee590-0201-0010-1c89-f1193a886421]
    [Re: Creat organization tree in OVS]
    and also you can search in SDN, there are lots of threads
    Regards
    Raghu

  • Add columns to extended value selector

    Hi All,
    I have created an Extended value selector that has 2 columns(KEY column and VALUE column). How do I add columns to Extended Value Selector.
    Thanks,
    Tom

    HI Tom,
    ->EVS just picks value from enumeration type which you must have created and displays those value.
    ->ONLY key and Value are the two columns possible. You cannot add any new columns to that.
    ->F4 help  helps only to get values for a particular field which are already present somewhere ex may be some bapi or database.
    ->OVS is new version and you can look for that also if it suits you.
    Thanx.

  • RE:Extended Value Selector.

    Hi All
    I have taken a evs i.e Extended Value Selector. i have got the values in the evs at runtime and the code that i have used is
    IWDAttributeInfo attributeInfo =     wdContext.getNodeInfo().getAttribute("Status");
         ISimpleTypeModifiable StatusType =     attributeInfo.getModifiableSimpleType();
         StatusType.setFieldLabel("Status");
         IModifiableSimpleValueSet valueSet =     StatusType.getSVServices().getModifiableSimpleValueSet();
         valueSet.put("Key_0","New");
         valueSet.put("Key_1","Open");
         valueSet.put("Key_2","Assigned");
         valueSet.put("Key_3","Closed");
         wdContext.currentContextElement().setStatus("Key_0");
    But i was unable to read the values i.e is selected in that evs can anybody tell how to read values from EVS.....

    Hi,
    You can retrieve the selected value from the attribute mapped to UI. For example for dropDownByKey, from the property selectedKey.
    USE:
    wdContext.currentContextElement().getStatus();
    It will return the key of the value selected.
    thanks & regards,
    Manoj

  • Palm Desktop v. 6.2.2 - Media and Search functions stall application

    I have a T3 - That I LOVE and STILL USE - BUT recently purchased a Centro - so had to download and install new Desktop software for it - v.6.2.2. I'm running WIndows XP.
    The Media function or tab stalls the desktop - I could almost live with that as I don't have anything really in there- BUT I use the search function ALL the time - and just found out it stalls the app. as well.
    I REALLY would rather not install and un-install - I was thinking - maybe there was a bug fix I don't know about or a fix for it or something
    I assume if I HAVE TO uninstall I could sync my handheld  (Yes as well as backing up the data) - and then uninstall and resync from Handheld - although not sure how to do this without messing anything up - BUT would rather find out if this is a fixable problem without going through all of that.
    Any ideas? Suggestions?
    Post relates to: Tungsten T3

    I use the Tungsten E2 & had upgraded to 6.2 (Access) OS.  I had all filed backed up to another folder on the PD.  I lost the DATE, ADDRESS, MEMOS & TO DO categories on the Palm Desktop.  I tried to re-install 6.2 (the categories were still lost); I uninstalled 6.2 & installed 4.1 (but could not import files from my backed-up files).
    The solution was to uninstall 4.1 (I used Windows uninstall) & to re-install 6.2.  The missing categories were still missing.  Right click on the Palm Desktop shortcut, click on Properties, click on Compatibility, put a check mark  in the Administrator Box, click on Apply & click on OK.  The missing categories returned including the data that was in them.

  • Portal Runtime Error while clicking on value selector

    Hi,
    I am facing problem while clicking on value selector on Picklist search iview and also any lookup table value selector.
    If I assign the same role to my portal user(Admin rights) working fine...but if I assign it to end users...not accessible on popup and giving portal runtime error.
    Currently i have assigned standard "eu_role" to the end users...Do I need to give any special permissions to some of end users?
    Appreciate all your help in this regard.
    Thanks,
    Pooja

    System Administration > Permission > Security Zones >
       com.sap.pct.mdm.appl.masterviews > high_safety >
       com.sap.pct.mdm.appl.masterviews > low_safety >
    com.sap.pct.mdm.tech.systems > high_safety
    com.sap.pct.mdm.tech.wizards > high_safety
    give Read / Write and End User access to the custom role/standard role that has to access MDM Views.
    Regards,
    Nitin

  • Refresh dataTable for Search function

    Hi,
    I have a page that contains a dataTable and search function for the dataTable. Basically once i clicked into that page it will display the current day records for me. At the below of the dataTable, it have a search function. So once i click the search button with my search criteria, how i refresh my dataTable to display the records?
    My dataTable already bind with the current day
    <h:dataTable id="outbound" value="#{Outbound.current}" var="sms" bgcolor="#F1F1F1" border="1" cellpadding="0" cellspacing="0" first="0" rows="10" width="100%" columnClasses="outcol1,outcol2,outcol3">
                                        <h:column>
                                            <f:facet name="header">
                                                <h:outputText value="Date-In" />
                                            </f:facet>
                                             <h:outputText value="#{sms.datein}" /> 
                                        </h:column>
                                        <h:column>
                                            <f:facet name="header">
                                                <h:outputText value="SMS Date" />
                                            </f:facet>
                                             <h:outputText value="#{sms.smsdate}" /> 
                                        </h:column>
                                        <h:column>
                                            <f:facet name="header">
                                                <h:outputText value="Del Date" />
                                            </f:facet>
                                             <h:outputText value="#{sms.dndate}" /> 
                                        </h:column>
                                        <h:column>
    </h:dataTable>So how to refresh the dataTable? Unless I do a rebind where I have one dataTable is for current day and another one is for search?
    Thanks.

    adrianclw wrote:
    Yup. I would like to re-render my dataTable after i clicked Search button. So the dataTable will display my search result.
    So existing dataTable unable to do it? Currently I'm using Apache Tomahawk for my dataTable.
    If you want to re-render the datatable without submitting the page, you will have to use Ajax. If you can allow submitting of page, then just change(refresh) the list in the backing bean that you have value-bound to the h:datatable in jsp.
    Another thing, I'm not sure i'm doing it correct or not. Now my dataTable is bind with the getCurrentDay function. So can i re-render it? Will it re-render and getting the same output since it already tied with current day function.
    See the above comment.

  • Populating multiple values in variable and accessing it in FOX

    Hi Experts,
    In one of my requirement, I have restricted a default value in the variable within modeler filter. The properties of variable are:
    Manual Entry/Default Value, multiple single values, optional, and not ready for input.
    I will need to access this variable in customer exit for Global Variables code (ZXRSRU01) and populate some values based on certain logic in a different variable (processed by customer exit). I will have to access this customer exit variable in FOX.
    I want to understand whether the above mentioned linkage between FOX and cusotmer exit code is possible and further will I be able to access the customer exit variable values through VARC and VARI functions supported by FOX.
    Appreciate if some one can post a document or link.
    Thanks in advance,
    Pankaj.

    Hi,
    please check:
    [http://help.sap.com/saphelp_sem40bw/helpdata/en/5d/12a0386de311d4b2f40050dadfb23f/content.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/47/8776aa5129500be10000000a421937/frameset.htm]
    Try using VARV, VARC and VARI and loops.
    Hope this helps.
    Regards Matthias

  • Extended Value Help Selector (EVS): Manually open Value-table

    Hello,
    i have implemented the Extended Value Help Selector as shown in the tutorial.
    Possible values are for example: Lufthansa, AmericanAirlines, Italia, and so on.
    Now if somebody manually (without using the help selector) enters "luf" and hits enter, an error message comes up with the text key not found in list.
    Now i want to modify the Value Help selector: If the user enters a text in the textfield which does not exist in the list of allowed values, the value help selector-table should come up automatically with the entered value as search / filter criteria.
    Is this possible?
    Kind Regards,
    Thomas

    Hi Thomas,
                      Sorry to say but its not possible with EVS. I think for ur requirement ,OVS is better option.
    regards
    Sumit

  • SVS, EVS, and OVS, Value Help and Search Help

    what and how to use SVS, EVS, and OVS, Value Help and Search Help  in abap webdynpro...Can anyone please give example link or document...As i am able to get on ovs but unable to get rest of other

    SVS and EVS are Web Dynpro Java specific types of value help.  They do not exist in Web Dynpro ABAP.  In Web Dynpro ABAP we have Data Dictionary based Search Help, OVS, and Freely Programmed Value Help.  In WDA 7.02 we have the slight variant on DDic Search Help called Suggest Values.  It doesn't change the development model, just the runtime user experience. 
    You can read more about each of the types of WDA based value help in the online help:
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/47/9b298c66eb3376e10000000a421937/frameset.htm

  • How to extend the IDoc ORDERS05 and populate values?

    Hi,
    My requirement is to add few fields to the standard IDoc ORDERS05 and populate values to the newly added fields.
    Please let me know how to extend the standard IDoc ORDERS05.
    Regards,
    Balaji. R

    Hi balaji,
    you can try to google for SAP R/3 IDoc Cookbook for EDI and Interfaces by Axel Angeli et.al.
    Although Axel refers primarily to MATMAS Idoc the technique of extending IDOCs is explained very well.
    Also very good is the search function here on SCN, I just found
    [Some Experience on IDoc Enhancement|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3414900%29ID0711317150DB10743789739220747754End?blog=/pub/wlg/8285]
    Blogs and Wikis here are the best source for general questions like yours, usually of much more value than forum answers
    Regards,
    Clemens

  • Importing Excel files and using a search function to use specific data based on user selection

    Hi, I'm trying to create a search and solve function within Visual Basic.
    I want to use the combustion equation C8H18 + 20(O2 + 3.76 N2) = 8 CO2 + 9H20 + 47 N2 to determine flame temperature using
    9*Hf of C02 + 8 * Hf H20 + 47 Hf N2 = Hf C8H18
    I have all of the values of Hf in an excel spreadsheet but I want to be able to search the spreadsheet as my application requires the user to change to fuel (the C8H18 bit) which changes the value of Hf.
    Is there a way of searching that excel file each time I run my program?
    Thanks
    Jack

    Thanks for answering so quickly.
    I've used that method before, and I'm sorry I didn't specify. 
    This will be used as a student learning aid and so the application itself and the tables will be downloaded as a zip file and so I don't believe the line below would work?
    I've heard about including excel as a reference file in the application but I haven't been able to find any further information on that.
    Thanks again
    Dim oWBa As Excel.Workbook = oApp.Workbooks.Open("C:\Users\v-youtan\Desktop\colleagues.xlsx")"

  • Search function in member filter shows multiple entries by value

    Dear all,
    when using the search function to specify a filter on specific members, we are facing the issue that in the result area, the result value for one member is displayed redundantly several times.
    The access mode is set to "values in masterdata", but as my members are unique by key, I wonder why the members are shown multiple times.
    Does anyone has a solution for this?
    Thanks and best regards,
    Andreas
    PS: we are on 1.4 SP8

    Hi Martin,
    in this case I clearly do not have any compound elements, as 0PLANT is a stand alone characteristic. Other objects like 0MAT_PLANT (where I would have a compound element of 0PLANT) are not available in the providers - and even then it would be strange if AO would check against this objects when I try to apply a filter on a different member....
    Regards,
    Andreas

  • Display Like and Share functionality in SharePoint 2013 search result

    Hello Experts,
    I dont Know whether i am asking a good question or bad one . but i am not very much expert in search.
    I have to display No of Likes , Share functionality in SharePoint Search Results. 
    i know little basic about how display templates works. i want to implement these like and share functionality as actions  in Item_common_hoverpanel_Actions template. show that i can see in preview.
    please if any body can help me . i will be highly thankful to you.
    Mukesh

    This will be difficult. The number of likes has a managed property called LikesCount but it is not populated by the search crawler. So your JavaScript will have to read the "LikesCount" field of the corresponding list item. That would be a
    lot of code to execute in the item display template just to display the number of likes. You could have a button that displayed a callout that would get the information and display it. The Sharing could be done via JavaScript in your item display template
    using a REST call. You can see an example of code to do that here:
    http://sharepointfieldnotes.blogspot.com/2014/09/sharing-documents-with-sharepoint-rest.html?showComment=1428595550241#c3227376854590814312
    Just remember the user must have permission to share these documents, so your code will have to handle this.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

Maybe you are looking for

  • Loading Multiple Flat File in to BI System with one InfoPackage

    Greetings, i have developed a routine to Load Multiple Flate File in one InfoPackage, but it doesn't work. Only the Last File are loaded. Who can Help me? Loading 'R:\Verzeichnis \ing_wan_b_002.fall.csv' to 'R:\Verzeichnis \ing_wan_b_240*.fall.csv' R

  • Mail not Receiving Emails from Hotmail

    Dear all, I am using MacBook Pro, Intel Core i5, 4GB, OSX Yosemite 10.10.1 and my Mail Version is 8.1. I am trying to import mail from my Hotmail account but it is not working properly. I have setup Mail to Pop (pop3.live.com) , removing the messages

  • Bootpd, DHCP and OS X Server 2.2

    I have a Mac Mini running OS X Server in Mountain Lion that I use for imaging via DeployStudio. A couple of days ago, I tried to boot a MacbookPro using Netboot by going to Start-up Disks, and selecting the Netboot image. When the machine restarted,

  • Bridge/photoshop CC or CS6 won't batch

    Hi there,   I have j=had this problem on my mac book pro since CS6,  I have now installed CC hoping it would sort it but its the same,  If I use bridge to batch a set of photos I get the following error. FatalError: General Photoshop error occurred.

  • Photos Gone - Can Thumbnails be Salvaged

    I accidentally deleted approx. 2000 photos and 50 movies that were in iPhoto but was done outside of iPhoto (and yes, I realize that was a huge mistake). I have tried to recover them using some photo recovery software, but had very little success. It