Find a word in long text

Hi,
I need to find all the routing cards that don't contain a certain word in their long text. any suggestions???
Eti

Hi
Please check in following links.....you will find some solution.
How to search for a word in a text editor
Search in long text
Word Search
search word for '.'.
Regards
Sujit

Similar Messages

  • How can i change the colour of key words in long text fast ?

    Hi,
    I have long text (for example script) which should be displayed in TextArea (or something similar) with colored keywords.
    I tried with TextRange
    new TextRange (myTextArea, true, start_Index, stop_index)
    and with
    RichEditableText 
    var highlightFormat:TextLayoutFormat = new TextLayoutFormat();
    highlightFormat.color = 0xFF0000;
    for each (var currentKeyword:String in keyWords) {
    myRichEditableText.setFormatOfRange(highlightFormat, indexOfKeyword, indexOfKeyword + currentKeyword.length);
    Either ways are too slow, 30 sec....
    The indexes of words which should be colored are computed below a second but creating an object for every keyword is too expensive .
    Any Idea what should i do ?

    There are a couple of things you can do. Check out the PS Touch tutorial, "Replace colors," as one example.
    You can optionally use the other selection tools in lieu of the Magic Wand selection tool.
    Also, you can use the Paint Tool's effects options in conjunction with any of the selection tools. Many common effects and adjustments (like "Color Balance" in the PS Touch tutorial) are available by tapping the Mode option and choosing, "Effect," rather than, "Paint."

  • How to find a word in select text?

    if offer is in select text, i want display some message.
    How can i find select text contains offer using JS?.
    selObj.options[selIndex].text == "%offer%"

    Take a look at javascript's string functions or regular
    expressions for more complex searches. Just remember javascript is
    case sensitive.
    http://www.w3schools.com/jsref/jsref_obj_string.asp
    http://www.w3schools.com/jsref/jsref_obj_regexp.asp

  • How to find distinct words in Oracle Text index

    We have a requirement to fetch all distinct words in the CLOB field for all records
    and find the no. of records in which each word appears.
    DR$<Index Name>$I table stores exactly such information. Is it ok to use this table in queries?
    Are there any disadvantages in using it?
    Help is very much appreciated.

    the disadv -
    with every sync index the contents will change.
    with every release the structure may change without any prior information - your application may go bad.
    It is not advisable to use them in your applications. For your own investigation etc you can always use its contents.
    thanks

  • WBS long text

    Hello.
    I need some help for an ABAP report.
    How can I find back a WBS long text in table STXH from a WBS in table PRPS? Via the OBJNR? Is there any conversion?
    Thanks in advance

    Hello,
    the way to find it out is that you set a breakpoint into the function module READ_TEXT ( via SE37) and then process a PSP-Element with a long text via CJ12 or CJ13.
    The transaction will stop at the breakpoint, an you get the text-id/text-name/ text-object from the input parameters on the function module.
    If i try, it says ID = 'LTXT', name = 'E'<PRPS-PSPNR>, object = 'PMS', but for a WBS text there may be other parameters.
    If you need the logic in an own programm, you could use the function READ_TEXT instead of selecting texts via STXH/STXL.
    Regards Wolfgang

  • 0UNIT long text display in BI

    Hi,
    I would like to display unit based on InfoObject 0ICHAR_UOM (0UNIT).
    Long text exist in the InfoObject definition  for long text, but I can not
    find where to load long texts and how to display it in the BEX.
    Thanks,
    Tom

    Hi,
    Hope the following threads help you.
    Long text
    Display medium text in value selection screen.

  • Tranlations - Long text.

    I have urgent requirement ; Could you please help me.
    I have been given transaction code say zp01
    and under that I have been given long text to translate into chinese language.
    Eg:
    ZP06 -
    Btype/Plt/CC/Rpt Summ contains NO individual projects or year breaks, but does sum by Budget Type, Plant, Company Code and for the entire report.
    Where can I find out the above long text using tcode and how to translate.
    Your help will be hightly appreciated.

    I don't know language converter function module for chainese language.
    Could you please tell me how can I convert/translate.
    Much thanks I am able to see the long text using function module READ_TEXT.
    Could you help in language converter function module ?

  • How to find the exact word in a long text?

    Hi,
    Scenario:
    I have long text containing the system status of the equipment.
    Issue:
    I need to find the exact word from the list of the statuses. I have tried to use the FIND keyword but it does not work for all the cases.
    Example:
              FIND 'REL' IN <status_list> IGNORING CASE.
              if sy-subrc = 0.
              " do something
              endif.
    If the status list contains the word 'RELR', the sy-subrc is set to 0 (which may be because it searches the list based on a pattern) but I want to get the exact match.
    Can anybody suggest me on this.
    Regards
    s@k

    >
    siemens.a.k wrote:
    > Dear Kiran, Vasuki,
    >
    > The data type of status list is char with length 40.
    > The status list:
    >
    > Case 1: list -  REL  MANC NMAT PRC  SETC
    > FIND 'REL ' IN <status_list> IGNORING CASE
    > the sy-subrc is set to 0
    >
    > Case2: list - CRTD MSCP NMAT PRC  RELR SETC
    > FIND 'REL ' IN <status_list> IGNORING CASE
    > the sy-subrc is still set to 0 even though the list does not contain the word 'REL'
    >
    > I have also tried using
    > if <status_list> CS 'REL'
    > and
    > if <status_list> CS 'REL '
    >
    >
    > Please do let me know if I am anyway unclear about issue...:)
    >
    > Regards
    > s@k
    This is becacuse when you check
    > Case2: list - CRTD MSCP NMAT PRC  RELR SETC
    It is having RELR so that is the reason you are getting subrc = 0.
    >Ok try CS it should work perfectly.
    It seems... CS also not the correct answer
    (It will count RELR)  below thread sachin is correct ...Do that way ....
    Regards
    sas
    Regards
    Sas
    Edited by: saslove sap on Jan 25, 2010 6:58 AM

  • Find exact word in text file tht is present in an excel sheet

    Hi all,
    i want to find words in an text file.
    but the criteria is i want to search words which r already listed in another excel sheet and change the color of these word.
    i used FileInputStream
    and also BufferedInputStream
    cany anyone help me with this

    hi kajbj,
    can u plz tell me how to do in VBA then
    will find out the way to do in java
    Thanx

  • Tcode FV50: How to find long text in FI Document line item Before Saving.

    Hi,
    How to find long text in FI Document line item.
    During Parking of the FI document through Tcode FV50 i m giving the some text in the long text not in the text field.
    I would like to validate the Long Text Before Saving in user exit "U300" under  the  "Sunstitution" .
    Please anybody can be help me out where exactly this long text is going to be stored or in which internal table or memory id.
    Please give me the answer as soon as possible .
    Note:- Read_Text function module is not useful. Because Read_text useful after saving document.

    Hi Amit,
    In application area FINANCIAL ACCOUNTING , go for node LINE ITEM. Here create a step & maintain the prerequisite as per your requirement & in the check you can mention the code or you can direct it to a custom program like ZFI_RGGBR000.
    Here while maintaining the check you will get structures BKPF & BSEG in which you will get the desired field you are looking for.
    Just try to explore in your system how the other validations are maintained.
    After you are done with all your code, you have to run the regeneration program RGUGBR00.
    Here utmost care should be taken while running regeneration program, you should select all the checkboxes in the selection screen except  GENERATE SETS, GEN SUBSTN ROUTNS IN ALL CLNTS  & TRACE PROG. GENERATE CALLS .
    Hope this make your doubt clear.
    Regards
    Abhii

  • Need to find table/field behind "Item long text" field in Notes tab in FB70

    Hello,
    To print a custom FI invoice, I need to access the data entered in the "Item long text" field of the Notes tab in FB70. To test, I used 5000 characters in that field to make sure it stood out from the rest of the data. F1 help does nothing on that field, and even running an SQL trace (ST05) doesn't show the text in that field being entered into any table. I tried F1 on a nearby field and got a structure instead of a table, so I investigated the structure through SE11 but found no character field with such a large capacity. How else can I find where that field is stored?

    Thanks! It took a while, but with your help and a few other pages I managed to piece together an answer.
    Vinod helpfully explained that the text name is a concatenation of various fields, but didn't specify how to find the line item ID. If you go to table STXH (as hinted by Brad and confirmed [here|http://fuller.mit.edu/SAPWebDocs/LongComment.html]) and search for texts created today (or whenever you were testing), you'll see the text name ends in '001' after GJAHR, so the line item ID is '001' regardless of how many line items you enter in the invoice.
    Armed with that info, you can call READ_TEXT and loop through the results to concatenate the contents of each TDLINE field. (FB70 automatically breaks the user-entered text into different lines even if the user didn't press Enter, and each line gets its own record in the results.)
    Thanks again,
    Pedro

  • Find string in long text

    Hello,
    I'm looking for a way to find a specific string in all the long texts of our routing cards. Is there any FM/ TC / BAPI that can do that?
    Thanks,
    Eti

    Hi,
    Not sure what your exact need is, but you can achieve this via abap statements.
    The syntax SEARCH is what you should be using for finding a string in a variable / table / internal table / long text etc.
    I would suggest take help of your abaper to write a simple program for you to do the extraction which you're looking for.
    Regards,
    Vivek

  • pre div style="word-wrap:break-word" long text /div /pre doesn't force wrap

    <pre><div style="word-wrap:break-word">long text</div></pre> works in IE9 but not FireFox 31. Actual returns do wrap text but the text of long paragraphs extends outside the <div>, despite the word-wrap:break-word style. Maybe I'm expecting too much interpretation from <pre>? But I am thinking if IE can handle this, perhaps FireFox could too?

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
    http://forums.mozillazine.org/viewforum.php?f=25
    You'll need to register and login to be able to post in that forum.

  • Issue while saving long text through MS Word Editor in SAP

    Hi All,
    I am facing some issue while saving text through Word editor in SAP(like Notes in Installation or Long Text in device location).
    After entering the text, when I am pressing the Back button, it says text transferred successfully, but when I try to see the text again, its not in the proper format.
    Every time I go to the word editor, some text is deleted.
    Thanks in advance for your help.
    Manoj Vatwani

    Hi Manoj,
    Can you share some screenshot for the formatting issue that you are facing.
    Thanks,
    Amlan

  • Where can I find the long text field to the field obj_name in table tadir?

    Hello,
    I have to create a list, which sould include the obj_name, ... and also the long text descrption of obj_name from the table tadir.
    So I looked in many tables, but I did not find the correct table.
    Does anybody know which table include this long text?
    Thank you in advance.
    Best regards

    Thank you for your answer.  This object name is in the table TADIR and the technical name is OBJ_NAME.
    The names are from our developer - that are names of programms. So I can't create or change it in the UI, because it is running in the background. It is a pity that I can't use the trace.
    It should be a list for our clients, that they know how many and which programs which we have developed. That it makes more sense, we don't want to get only the technical program name. We want include additionally the long text (the description).
    Do you have any other ideas?
    Thank you in advance.
    Best regards

Maybe you are looking for

  • Can´t draw on Dell Latitude 10 - Windows 8 ???

    Hi guys, i have a pro version of Dell Latitude 10, it´s a tablet with a touch screen that works fine. I can even launch paint and draw with my finger, but when i install photoshop cc as trial, i can´t draw anything. What should i do ? Is there any sp

  • PO Output(Messages) Table

    Hi MM Experts, What is the Table for Purchase Order Output Messages ( Printout, EDI, Fax Etc.,) Regards MM Senthil....

  • External hard drives get improperly unmounted

    I recently upgraded to Mavericks (clean install) on my mid 2011 MacMini.  I have an external hard drive connected via USB3 to eSATA cable.  I leave the computer on around the clock as iTunes serves my AppleTV with it's music and videos. I've repeated

  • U430 Touch doesn't detect second monitor

    I recently got a U430 but, when I connect it to my Dell S2240L monitor using an HDMI cable, the U430 doesn't detect it.  I've tested the monitor and cable.  The display driver that came on the machine is from Intel (version 10.18.10.3379).  The suppo

  • Moving a range of clips together

    I thought I could select a set of contiguous clips with the range tool and then use Select to move them as a bloc, but that isn't happening. The moment I switch to Select and click back on the group, the clip I clicked on is isolated making it imposs