Search help is case sensitive

Hi,
I have created one z-'elementary search help' with selection method as a z-view.
View consist of following tables:
COMM_PRODUCT
COMM_PRSHTEXT
COMM_PRPRDCATR
COMM_CATEGORYT.
I have attached this elementary help search to 'COM_PR_COLLECTION' collective search help which we used for searching products.
The search help we have created shows the result which is 'case sensitive'.
If I search for 'Product Description' = 'button' I get
the output with all products with only small letter 'button' which is not required.
I must get the all product with description 'button' and 'Button'.
I haven't attached any of 'Search help exit' for elementary search help.
Please help.
Regards,
Dhanraj Dange

Need to select fields which SAP provides for Search help.
These fields is with LONG TEXT.

Similar Messages

  • Search help in case of a table cell editor

    Hi
    I need a search help in case of a table cell editor as well as the the other requirement is that it shld be a reusable one.
    could anyone of u suggest me some methods
    regards
    Nikhil Tapkir

    There are several ways of doing this.
    1. Use OVS
    2. Create a Search help in R3. Call the function module.
    3. Create a Jar file which would provide the result .
    It is upto you on which ever way you want to provide
    Kumar

  • Search User Page - Case Sensitivity Problem

    Hi,
    While searching users according to the criterias like user's firstname or lastname, the search is case sensitive.
    Is there a way to make incase sensitive search?
    Thanks.

    I would say a no for it because at the back-end the findUsers() API is getting called for which the value is a String Object. So its always case insensitive according to me.

  • Can a LOV popup search be made case sensitive?

    Can a LOV popup based on a SQL table query be made case sensitive. By default it looks like it is case insensitive by the text on the popup.

    I think you might need to look at doing some customization to your custom managed properties , you can manipulate the values within the managed properties by mapping them to single values  check custom content processing 
    http://msdn.microsoft.com/en-us/library/office/jj163968(v=office.15).aspx
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Still need help with case sensitive strings

    Hello guy! Sorry to trouble you with the same problem again,
    but i still need help!
    "I am trying to create a scrypt that will compare a String
    with an editable text that the user should type to match that
    String. I was able to do that, but the problem is that is not case
    sensitive, even with the adobe help telling me that strings are
    case sensitive. Do you guys know how to make that comparison match
    only if all the field has the right upper and lower case letters?
    on exitframe
    if field "t:texto1" = "Residencial Serra Verde"then
    go to next
    end if
    end
    |----> thats the one Im using!"
    There were 2 replys but both of them didnt work, and the
    second one even made the director crash, corrupting even previously
    files that had nothing to do with the initial problem..
    first solution given --
    If you put each item that you are comparing into a list, it
    magically
    makes it case sensitive. Just put list brackets around each
    item.
    on exitframe
    if [field "t:texto1"] = ["Residencial Serra Verde"] then
    go to next
    end if
    end
    Second solution given--
    The = operator is not case-sensitive when used on strings,
    but the < and > operators are case-sensitive.
    So another way to do this is to check if the string is
    neither greater than nor less than the target string:
    vExpected = "Residencial Serra Verde"
    vInput = field "t:texto 1"
    if vExpected < vInput then
    -- ignore
    else if vExpected > vInput then
    -- ignore
    else
    -- vExpected is a case-sensitive match for vInput
    go next
    end if
    So any new solutions??
    Thanks in advance!!
    joao rsm

    The first solution does in fact work and is probably the most
    efficient way
    of doing it. You can verify that it works by starting with a
    new director
    movie and adding a field named "t:texto1" into the cast with
    the text
    "Residencial Serra Verde" in the field. Next type the
    following command in
    the message window and press Enter
    put [field "t:texto1"] = ["Residencial Serra Verde"]
    You will see it return 1 which means True. Next, make the R
    in the field
    lower case and execute the command in the message window, it
    will return 0
    (true).
    Now that you know this works, you need to dig deeper in your
    code to find
    what the problem is. Any more info you can supply?

  • Make material number in MM01 case sensitive

    Hi Experts,
    I got an requirement like to make MM01 transaction while creating material number it has to accept both Lower and Upper Case..
    Say for example : "a12"   as one material
                                  "A12" as another one material
    any suggestions please send.....
    Thanks.
    Preethi jose

    First check conversion-exit of domain MATNR (something like MATN1) with Customizing behind, you will have to analyze your Customizing (and the list of extensions, solutions installed on your system) to find the actual field(s) which contains the external format of the material master id (e.g. MARA-MFRPN for a sample) AND look at table MATERIALID (domain MATNR_EXT is also not case sensitive), then you may, with a SSCR key for the object as it will be a change of the standard, change the domain(s) definition to allow lowercase. But consider before some problems like search help becoming case sensitive, it is usually (at least) not a good idea to have key fields case-sensitive...
    If possible, my advice is to not make this change by a developement, but to look for Customizing, check
    Regards,
    Raymond

  • Can Search help in Web Portal be made so that it is NOT case sensitive?

    We have a number of reports that users access via the web portal.  Most of these reports have a variable selection screen that appears so that users can pre-filter the report before executing it.  When the user selects search help on any of the variables and attempts to search the text values, the search is case-sensitive. But we have some data stored all caps and some data stored mixed case, so this isn't very convenient for the user.  I would like to be able to set up the search window so that the searches are not case sensitive.  Is there a global setting that can accomplish this, or can the search page be customized?  Any guidance would be appreciated.
    Thanks.

    I have the same issue. There was a fix in 3.5 using function module RSA_CHA_BUILD_QUERY however this doesn't exist in 7.
    Any thoughts would be much appreciated.

  • Search help case sensitivity(ZKREDI)

    Hi Gurus!
    I would like to add a new field KVERM (Account memo)
    to the elementary search help ZKREDI.So I added the
    field KVERM to the search help parameter and added
    that field in teh selection method Z_KREDI too.
    The search help is showing me the selection criteria
    and when I put the value it shows as per teh selection also.
    The only problem is with teh case . When I put in my selection
    any lower case character it says no values for this selection
    but at teh same time when I put the upper case chaarcter
    like N and do the selection it displays the output list.
    Is theer way I cane make this field selection in my search help
    also case 'INSENSITIVE' if possible .
    Thanks

    Not unless there is another filed in LFB1 which is an upper case translation of KVERM. (That's how some of the other search helps work.)
    Rob

  • Case-sensitive search for equipments

    Hello gurus,
    when looking for certain equipments using F4 (program RIEQUI20), I can search for all equipments of a certain manufacturer (field HERST).
    Unfortunatelly this search is always case-sensitive, i.e when I enter "BOSCH", equipments with manufacturer "Bosch" are not found and vice versa.
    Is there any way to change this behaviour?
    Thanks in advance
    Alicia

    Alicia,
      Oops ..Sorry about that. I had misread it. You will not be able to accomplish the same in standard enhancement.You could remove the case sensitive check box on the HERST data element.But that would be considered A modification.That might however do the trick and save all the new contents in CAPS.The search help will then pick everything.(You may have to go into change mode on existing records and re save them for this change to be updated in DB )
    However you could achieve the same, without modification and with a little bit of custom development.
    What you could do is, create a Custom elementary search help(SE11) with the standard fields HERST(Input) and EQUNR(Output) fields .Create and Attach a  custom Search help exit to the same by copying F4IF_SHLP_EXIT_EXAMPLE. In here modify the STEP SELECT to append a translated (Upper and lower case) selection condition to the query or a appropriate wild card search.Then select the same from EQUI.This should pull all your records. After testing this out , append this search help to the standard collective search help EQUI.
    Hope this helps.
    Regards
    Narasimhan
    Edited by: Narasimhan Venugopal on Jan 7, 2010 10:24 AM

  • Forms Editors -- Case sensitive search

    I need help regarding forms editors. i am having an user defined editor in my form. when editor is opened it has ok , cancel and search buttons(which is used to search for a particular text). right now this search button is case sensitive. is there any way to make it case insensitive.

    it depends on how the search button was coded.
    I used to have search button form containing a text item and search button( and other buttons), then in the search button, user typed in entry was put inside the UPPER() or LOWER() when constructing the where clause for execute_query.
    so you may look into that button to see if you can do similar thing.

  • Removal of case sensitivity in service master

    Dear All,
    thanks in advance.First of all  i wish everyone and their family a very happy and prosperous new year 2012.
    I have an issue where the service master search is becoming case sensitive.So it is becoming difficult to find the service activity.hence duplication is created.I will be obliged if any one comes out and help me regarding the issue.
    Thanks

    Dear,
    Try to upload through LSMW for T-code AC02 with below information.
    Table name: ASMD
    Field Name: MSTAE
    Regards,
    qsm sap

  • How do I convert a case sensitive drive to a case insensitive drive?

    I have recently purchased a MacMini Server, and installed the 2 internal hard drives in a RAID 0 configuration to obtain the speed and 1 TB capacity, but unfortunately (rather stupidly in retrospect) formatted the drive in case sensitive mode.
    On installing the operating system and multiple applications, everything seemed to work well until I tried to install Adobe Acrobat X Pro. This application refuses to install on a case sensitive formatted drive, which I now understand is a common problem.
    The question is how can I convert to a case insensitive format without reinstalling all of the software from scratch?
    I have a Time Machine backup, and the easiest thing for me would be to reformat the drive, and then restore from the Time Machine backup.
    Will this process work? Or will there be some complications and files that will not function if they were originally installed on a case sensitive drive?
    Any help is appreciated....

    iPartition can do it ( http://www.coriolis-systems.com/iPartition.php ).
    from iPartition Help:
    Make Case Sensitive/Case Insensitive
    HFS+ now supports a case sensitive format as well as the usual case insensitive format. On a case sensitive volume, the names “Readme”, “README” and “ReadMe” would all represent different files, even if they were in the same folder.
    This option allows you to non-destructively change a case sensitive volume into a case insensitive one, and vice-versa. If you are going from a case sensitive volume to a case insensitive volume, some of your files may be renamed automatically by iPartition so that they do not clash. If all of the files in the table below were in the same directory, the right hand column shows the new names iPartition would choose for them:
    Old name New name
    README.txt README.txt
    ReadMe.txt ReadMe 1.txt
    Readme.txt Readme 2.txt
    README README
    ReadMe ReadMe 1
    Readme Readme 2
    Notice that iPartition puts the number before any file extension.
    N.B. iPartition does not transform filenames with numbers on the end back into their original forms. There is no way to tell which files were renamed by the user and which were renamed by the conversion process.

  • Change Case-sensitivity of field ASKTX in Search Help ASMD

    Hi experts,
    In Collective Search help ASMD, there is a elementory search help /SAPBOQ/ASMD_MITEM where field ASKTX is Case sensitive.
    How can I remove the case-sensitivity of this field ?
    Thnks in advance,
    Goutam

    owngoal wrote:
    You say your "backups still turn up corrupted now and then" - how do you know? Is it only when you try to access them that you will know this?
    Sometimes a backup will fail, sometimes you can't access them, sometimes you'll get this message:
    See #C13 in Time Machine - Troubleshooting for details.
    And by this stage is it too late to recover anything?
    Sometimes.    Sometimes they can be repaired by Disk Utility.  Sometimes only a heavy-duty 3rd-party disk repair app like DiskWarrior ($100) can fix them.  Sometimes nothing can.  Sometimes you can restore some individual items, sometimes not.  Sometimes you can do a full system restore from some backups, other times not.
    does it help that I am using a Gigabit WIRED connection between iMac - 10/100/1000 switch - Airport Extreme Base Station?
    Probably -- you won't have WIFI interference.
    But if you have an iMac, why not just connect the external HD directly to your Mac?  That's much faster and more reliable (and supported).
    You'd need to erase the disk in that case, since Time Machine won't bother with a sparse bundle at all on a direct backup.  Just format the disk as GUID, with Mac OS Extended (Journaled) and let 'er rip!

  • Is a Full Text Index search case sensitive or not in SQL Server 2012?

    I setup full text index on my contact table and am attempting to run a search on it using the following query:
    SELECT *
    FROM sysdba.Contact C
    WHERE CONTAINS(C.FirstName, 'Test')
    OR CONTAINS(C.LastName, 'Test')
    The problem is it's clearly running a case sensitive search. I did a quick search to find out how to change it to be case in-sensitive and found two pages (both for SQL Server 2012) with conflicting answers:
    1 - MSDN - "Query with Full-Text Search" - http://msdn.microsoft.com/en-us/library/ms142583(v=sql.110).aspx
    Case sensitivity
    Full-text search queries are case-insensitive. However, in Japanese, there are multiple phonetic orthographies in which the concept of orthographic normalization is akin to case insensitivity (for example, kana = insensitivity). This type of orthographic normalization
    is not supported.
    1 - TechNet - "Full-Text Search (SQL Server)" - http://technet.microsoft.com/en-us/library/ms142571(v=sql.110).aspx
    Full-text queries are
    not case-sensitive. For example, searching for "Aluminum" or "aluminum" returns the same results.
    Can someone please explain this? Is it possible to do it without it being case sensitive? If yes, how?
    (Sorry, I couldn't make those links b/c TechNet hasn't verified my account)
    Thank you for your time and help,
    Hanan

    Whats the collation setting for the columns? try using a case insensitive collation as below
    SELECT *
    FROM sysdba.Contact C
    WHERE CONTAINS(C.FirstName COLLATE SQL_Latin1_General_CP1_CI_AS, 'Test')
    OR CONTAINS(C.LastName COLLATE SQL_Latin1_General_CP1_CI_AS, 'Test')
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to get Case Sensitive Check Box at Search Page

    Hi Everyone,
    I am trying to get case sensitive check box at the bottom of the search page, for that we have to set any propert or we ahve to do anything else.
    Please Help!!!!
    Thanks,
    Amit

    Have never really thought of it. One thing you need to do is set the Case Insesitive Searching Option correclty in PeopleTools Options. I can't find any other setings. But it might have to do with the fields that are on your Search record. My guess is if any of the Search Fields are of type Character and format Mixedcase then the Case Sensitive check box will be displayed automatically.

Maybe you are looking for

  • Report Generation Performance

    Hi! I am currently implementing a report generation module because I have to add some features (for example: 'Additional results'). Especially I want it to be fast(!). Apart from my new implementation which is done in LabVIEW I have an implementation

  • XML page cannot be displayed - Servlet error

    Hi, I am trying to extract XML data from a source using a servlet.But i am getting this error when i run my servlet in IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refr

  • IPod charges, does not mount w/Firewire to Mac, iTunes 7

    Suddenly I have a situation wince iTunes 7 where I can charge my iPod, but it no longer appears on my desktop or within iTunes. Disk Utility doesn't recognize the iPod at all. The iPod never shows the "Do Not Disconnect" message. Has anyone else enco

  • What are the different kinds of tools  available to cleanup the siebel file

    Hi All, Please let me know What are the different kinds of tools available to cleanup the siebel filesystem. Thanks in advance Tusar

  • Im trying to use cd sharing but cannot access the disc.Please Help!

    Im trying to put cds on my new mba using sharing via a pc. I have installed all the necessary software and I can sucsessfully connect the two computers but when I click on the cd icon on my mba it says ' the operation cant be completed as the origina