Unicode issue for keyword SEARCH

Hi All...
In a report keyword SEARCH is used to find entry in internal table. basically this will find any value in internal table and will return sy-tabix as line number where the value exists.
Syntax:     SEARCH itab FOR seek.
where itab is internal table and seek is variable which can contain any value to be searched in itab.
When i set 'Unicode check active' attribute in program attribute, while activating program i am getting error as: <b>Table "KEN3" must have a character line type (data type C, N, D, T, or STRING).</b>
When i try to add additons In byte mode and in charecter mode, i am getting incompability errors.
Is there any solution/alternative for this error. I am trying to make my program unicode compliant.     
TIA,
Agasti.

Hi
I think ur itab is having all the fields of the table
Because of MANDT only it is generating the error declare ur itab below.
I wrote the code like this and it is not generating any error
Kindly have a look.
data : begin of it_mara1,
       matnr like mara-matnr,
       meins like mara-meins,
       BLANZ like mara-BLANZ,
      end of it_mara1.
search it_mara1 for 'new'." in character mode.
Regards
Shiva

Similar Messages

  • Any Program to sort by keywords faster than CS-PS6-Bridge For Keyword Search?

    To sort by keywords in (CS-PS6)-Bridge  one has to group all your folders under one overall folder. Then when you search by keywords (CS-PS6)-Bridge opens up all the photos in Bridge which take  avery long time. Since Lightroom Smart Previews open up smaller files will it open up all ones pictures faster? and then can it sort by keywords.
    I am assuming Lightroom  smart preview opens up a larger size file than CS6-PS-6-Bridge and thus is even slower.
    So the question becomes are there Any Program to sort by keywords faster than CS-6-Bridge For Keyword Search? i.e A program that doesn't have to open up a file to look at keywords or a way to open smaller thumbnails in Bridge?

    Really?
    You mean you can't just click on the Magnifying Glass in the Search Box like I can?
    Uploaded with plasq's Skitch!
    And then Select Rating?
    Uploaded with plasq's Skitch!
    And then click on the Third Dot and it will become a Star?
    Uploaded with plasq's Skitch!
    Or even use a Smart Album? File -> new Smart Album: My Rating -> is -> And there's click on the third dot to make it a star trick again?
    Regards
    TD

  • Best Method For Keyword Search (Full Text Search)

    I have some cataloged columns I am searching for Keywords.
    This table is getting huge over 6.7 million records and it is
    becoming slow. What is the best method to optimize the DB for this
    Search.
    Do I need to create a column that
    will have a keyword associated to a description of each record
    or.... and search this particular column for the Records?. My
    clients records at time are store like "Bolt, Flange" and some are
    stored as "Bolt, Flange 1/4inch....." . Any one with any idea of
    the best methodology of getting this Keyword Search Optimized and
    returning faster query results?
    Thanks

    Consider creating a Verity collection on the appropriate
    columns in your database. The frequency of database update will
    help in determining if this is the appropriate thing to do.

  • Unicode issue for custom CLASS

    Hi Experts,
    we have a custom CLASS 'Z_ADD_INN_SALES' as part of unicode conversion i have corrected all the unicode compliants found in the UCCHECK transaction associated with the CLASS and also marked unicode check in the properties of the class. But still it is saying it is not compatible for unicode. I am not able to activate the object because of this error. Kindly let me know whether i need to do any thing else which i have missed for unicode check.
    Regards,
    Ram

    Hello Ram
    Apparently there is a coding-related Unicode error in the class. Check it with UCCHECK and analyze the error message.
    For more details refer to:
    [ABAP and Unicode|http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm]
    Regards
      Uwe

  • Unicode issue for the INSERT statement...

    Hi,
    In ECC 6.0, the following INSERT statment give short dumps:
    FIELD-SYMBOLS:
      <fs_tabname>   TYPE ANY."Dynamic table name
    DATA: t_bdi_entry  TYPE STANDARD TABLE OF bdi_entry,
    INSERT (<fs_tabname>) FROM TABLE t_bdi_entry.
    If any one know the reason, Please let me know.
    Thanks!
    Puneet.

    Hi,
    Please try this.
    FIELD-SYMBOLS:
    <fs_tabname> TYPE ANY.    "Dynamic table name
    DATA: t_bdi_entry TYPE STANDARD TABLE OF bdi_entry,
    INSERT <fs_tabname> INTO TABLE t_bdi_entry.
    Regards,
    Ferry Lianto

  • Keyword search is not functioning at SAP MDM catalgue

    Hi
    W e are facing issue in keyword search at SAP MDM catalog.
    Normally we used to search by the description of catalog items like key pad, LCD, charger e.t.c, and system display list of material available at catalog with vendor and price details.
    Now we are facing issue that as soon as we provide the description and click on search there is no result at all
    But if we click reset search all the available catalog items are getting displayed.
    The issue is if provide one particular item and click on search we are not getting list even though the catalog item has been maintained and available at MDM.
    Kindly through some light on this issue to explore and get suitable solution.
    With thanks and regards
    Vijayakumar .G

    Hi,
    If you want to perform keyword search  then first you have to check if description field as you mentioned in MDM is Set to property Keyword  = Stemmer.
    and if it is keyword enabled then try with asterik operator e.g. *LCD and see if you are getting the result.
    For more info please follow the thread below:
    http://forums.sdn.sap.com/thread.jspa?threadID=2115021
    Regards,
    Neethu Joy
    Edited by: Neethu joy on Feb 23, 2012 11:28 AM

  • Keyword search over XML documents

    there are many open source native XML databases,and search engines that support XQuery and XPath and many of them also support full text search.
    such as:
    1- TPOX
    2- Timber
    3- DBXML
    4 - http://exist.sourceforge.net/kwic.html [http://exist.sourceforge.net/kwic.html]
    5- http://www.inf.uni-konstanz.de/dbis/basex/ [http://www.inf.uni-konstanz.de/dbis/basex/]
    6- http://xqengine.sourceforge.net/ [http://xqengine.sourceforge.net/]
    7- Lucene
    But, could you please tell me what is the alternative open source systems for the following closed systems (XRANK is a Ranked keyword search over XML documents on http://www.cs.cornell.edu/~cbotev/XRank.pdf ) and (XSeek is A Semantic XML Search Engine Using Keywords on http://xseek.asu.edu/xseekdemo.pdf )
    I posted the question on http://stackoverflow.com/questions/2921379/is-there-any-open-source-system-for-keyword-search-on-xml-documents and I have got good information , but I think some people on this forum may have more information.
    thanks.

    Well, there is a workaround to search in the xml. Open xml in FF, open the page source (Ctrl + U) and search in it.

  • Keyword search in url

    Hello Friends,
    I'm developing a new website for keyword search
    its a c# asp.net website with one page default.aspx and one keywords.xml
    keywords.xml contains code like below
     <Keywords>
    <keyword id="amazon">http://amazon.com </keyword>
    <keyword id="am">http://amazon.com </keyword>
     <Keywords>
    our url looks like below
    find.app.com
    Requirement
    If internal user from his/her browser types find.app.com/amazon  or find.app.com/am
    I have to find the keyword and redirect to specific site.
    Code every thing is ready and working but when a user types  find.app.com/<keyword>
    c# code is not hitting its throwing 404 directory not found error.
    Appreciate any help.
    thanks
    km
    kkm

    I liked "Code every thing is ready and working" :) so why you asking?
    The error is because under find.app.com IIS directories there is no /amazon dir, so your code must redirect
    the user out of your site to amazon website. Please share you code and you must use the response.redirect method.
    Fouad Roumieh

  • Keyword Search with the search field

    Hi everyone,
    I have a question regarding search by keywords: when I type in more than one keyword in the search field I do not get any results, no matter if I separate those with a comma or just a space. Isn't this supposed to work? Or do I have to use the search HUD for keyword search? When I am searching my entire library there are a LOT of keywords. I always thought I could use the searchbar just like Spotlight, typing several words and getting results in real-time. It works like this in iPhoto, so why not in Aperture?
    Regards,
    Stefan

    Really?
    You mean you can't just click on the Magnifying Glass in the Search Box like I can?
    Uploaded with plasq's Skitch!
    And then Select Rating?
    Uploaded with plasq's Skitch!
    And then click on the Third Dot and it will become a Star?
    Uploaded with plasq's Skitch!
    Or even use a Smart Album? File -> new Smart Album: My Rating -> is -> And there's click on the third dot to make it a star trick again?
    Regards
    TD

  • Searching for keywords in adobe bridgeS

    Comment on question 3
    When I click on ctrl F in bridge and type in a keyword, (for example
    clouds), nothing comes up except a message that says ‘no items to display.’

    In the last few hours my reading has told me that the problem I've described above is a pesky standing issue with Spotlight and QuickTime and that I must therefore use a work-around instead of waiting like Wilkins Micawber for an improvement in the operating system.
    My work-around is to insert, in the "keywords" section of QT7's metadata window, a baseline en dash (commonly known in the innernets as an "underscore", even if it doesn't underscore anything) between the words that I want the computer to regard as phrases during searches, for instance "good_idea" instead of "good idea". Then, when I'm setting up a phrase-search of the QT keywords, I include the baseline en dashes in the search-term so the computer will bring up only those word-strings whose words are separated from each other by the dashes. It works well, and the results are precise.
    It's a clunky work-around, because I can't globally tweak my existing metadata in the "keywords" section of every one of my QT files, but at least I can casually do such retrofitting from now onwards whenever I have cause to enter a particular QT file's metadata window. And my work-around still allows a keywords-search to interpret any particular word in a tweaked phrase as a solitary searchable word, such as "idea" in "good_idea".

  • SharePoint search issues for ananymous users.

    Hi,
    I am facing 2 issues with SharePoint 2010 search.MY requirement is to give anonymous access to my SharePoint publishing site with out showing the list views and View all Site content pages. For this we enabled Anonymous access on the site collection and
    enabled the "viewformpageslockdown"  feature. So end user is able to access the list items but not the views.Everything as expected.
    But the problem came up with search.
       First issue :  The list items are not coming up on the search when I enable "viewformpageslockdown". If I disable this feature and crawl teh content,I can see the items in search. But my business users doesnt
    want the end user to see views.They want the "viewformpageslockdown" feature enabled with search showing list items.
      I proposed to use the list view web part in another Page of Pages library(since viewformpageslockdown doesn't remove access on pages library) so that content come up in the search. Unfortunately client wants the actual URL of the list item to be shown
    in the search results. Can any one help to achieve both search and viewformpageslockdown  on my lists???
       Second Issue:    When I search for a content in Document library,only the results to PDF or Doc file are returned.We need the item ULR also to be there in search.
    Fo example my PDF is uploaded in a document library.
    The view form for the item is http://xxxx.com/en/publications/_layouts/forms/Publication_DispForm.aspx?List=4f55ad51-4aed-4d32-b960-af70113dbb90&ID
    The URL for the PDF that is uploaded against the above itme is http://xxxx.com/en/publications/Publications/Amar.pdf
    Search is returning only the PDF U|RL but the line item URL. Incase of lists,the line item URL is coming.IS there any way I can shown line item URL also in search as another result apart from the document.

    Hi,
    According to your post, when you set anonymous access to your SharePoint publishing site, you got two issues.
    the first issue is when you disable "viewformpageslockdown” feature, all your lists will be accessible to anonymous users 
    by default. Otherwise, what you want is to give anonymous uses access to your SharePoint publishing site without showing the list views and Viewing all Site content pages.
    Following the below 
    link about how to allow anonymous users to access list items on a publishing site in SharePoint 2010:
    https://knowledge.zomers.eu/SharePoint/Pages/Allow-anonymous-users-to-access-listitems-on-a-publishing-site-in-SharePoint-2010.aspx
    For your Second issue, I have done a test in my SharePoint 2010.
    In SharePoint 2010, When I search for a content in Document libraries of all the sites, only the results to PDF or Doc file are returned. And item ULR are not returned. 
    it's supposed to be by default.
    Best Regards,
    Lisa Chen

  • Can I do a Boolean keyword search looking for more than one keyword on a webpage? (e.g. "Nonfinancial" OR "Satisfaction")

    I know I can use Ctrl+F to look up single instances of a keyword, but I would like to be able to find all instances of 15 or 20 keywords all at once. Is there a way to construct a logic statement to find multiple keywords at the same time? Also, I'm not interested in bookmarking pages, etc. I need to pull up webpages in the browser and search within that webpage for all 20ish words.
    thank you for your time,
    r

    Hi, this should sort out your problem:
    1. Type in "about:config" into the address bar, this will open the settings menu. Click on "I'll be careful, I promise!"
    2. Search for "keyword.URL" in the filter bar.
    3. Enter "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=" into the value field.
    I'm no expert, but I had the same problem which got on my nerves after being so used to being able to type anything in, and following these steps fixed it.

  • PDF Portfolio Search for keywords

    Hello all,
    I am trying to find out how you can search a pdf portfolio for keywords that I have added into pdf documents.
    I have added the keywords through the document properties window.
    It seems odd to be able to add keywords if you can't search for them - any help greatly appreciated
    Thanks
    Matt

    Thanks, what a bummer . I was hoping for a fix or a freeware solution :P.
    Is there a way to notify Apple about this? Keywords seem poorly designed, or at least not thought through, compared to other programs.

  • Adding Metadata to folders/ Searching Drive for Keywords not just one folder -  Bridge CC 2014

    Hello Adobe world,
    I'm trying to add Metadata to folders not the files. The files in the folders already have metadata and in one folder we have 360 images of the same thing. When I do a keyword search I don't want to go though 20+ sets of 360 duplicate files. I need to do keyword searching for folders. When I have tried adding keywords to the folders I get "the file cannot store xmp metadata" warning. I tried clearing the cache on the file because it said that would help in another forum but it did not help. Does any one know how to fix this? I don't know why we could not assign descriptions or keywords to folders. It would be very useful!!  Some one please help!
    as of 2/24/2015 -  This is still unanswered. I want to be able to find files throughout my whole drive based on the metadata tags I put on all my 100,000+ images. These 100,000+ images are dispersed thought out multiple folders. I need to be able to find all the files with specific Metadata tags in common but bridge will not let me search outside of one defined folder? HELP!
    Message was edited by: Jazmyn W

    Hi, Im going through a similar problem. Did you find a solution?? I need to find my files in Windows search bar.

  • Search text for keywords - innodb table

    I have a longtext column in a table that I need to search
    through for keywords. The table is in innodb format. I dont want to
    change it to myisam because I can't afford to have it lock at the
    table level... I prefer the row level of innodb.
    How can I build a search around this? It would be nice to
    have all words, any words, and exact phrase as an option, as seen
    in tom mucks extension (which i own)... however, this recordset has
    so many arrays, it's completely hand coded and they extension isn't
    suppose to work with anything but default recordsets.
    Any suggestions? How can I have a more comprehensive search
    using a innodb table?

    tom mucks extension lets you use keywords 3 ways... all
    words, any words, and exact phrase.
    http://www.tom-muck.com/extensions/help/DynamicSearchPHP/

Maybe you are looking for