Need way to find particular text in string

Hi All,
I want to find out a way through which I can find a particular text is contained in string or not.
eg. "He is great explorer" contains "great" . I want to know whether "great" is present in string or not irrespective of its position within string.
please help........
I also want to know that in excel conclusion is always treated as text/number/date/currency according to the type of conclusion attribute. cant we write a expression which on evaluation gives some text that finally get assigned to conclusion attribute, like in word expressions written in red are evaluated.
Edited by: user13261179 on Sep 15, 2010 7:22 AM

Thanks for ur reply
Can u provide me some reference on how to configure OPA for using custom function in java. I have OPA 9.4 installed on my system, Is there anything extra needed to be installed for running custom functions.
In my second question I m asking that like in word if we write the the concatenation of string1 & string2 then after compilation its equivalent expression in RED fonts appears to its left as [string1 & string2], similarly cant we provide such expression in excel that after evaluation get assigned to conclusion attribute.
I have tried writing the concatenation of string1 & string2 in conclusion but it assigned as text in conclusion and not evaluated before assigning.
If there is any other way doing that please tell me.

Similar Messages

  • How can one search SmartForms for a particular text or string?

    Hello fellow SAP developers,
    Our client has a need to search for a particular string in all of our Smart Forms and SAPScripts.  For SAPScripts I was able to write a simple Z-Program using function module u201CREAD_FORMu201D to accomplish this.  However, for SmartForms I do not see such an option.
    Could you kindly give me any advice on a similar function module I could use to search through Smart Forms for a particular string?
    Thank you so very much,
    Chris

    Hello Christopher and SAP developers,
    I would like to recover this post, since I'm exactly in the same situation: our client needs a change in its nomenclature and it would be helpful to learn an efficient way to change the string from the SmartForms.
    At the end, did you found a "smart" way to do this?
    Thank you in advance,
    Steve

  • Cut text from string

    Hello. Is there any way I can cut text from string?
    I have responseResult variable which has value: {"success":true,"error":"No any errors."}
    I want >>No any errors. << text from that string variable.

    Like Varun suggested above, this text is JSON, and you can parse out the various values using JSON deserialising.
    If you just want to use standard string manipulation (which I wouldn't recommend unless this is the only string you want to 'cut up') you can use various combinations of string functions.
    For example, you could split the string at every double-quote mark:
    string jsonString = "{\"success\":true,\"error\":\"No any errors.\"}"; // initial string
    string[] strParts = jsonString.Split('\"'); // split string into an array of parts of the original separated at each double quote symbol
    string partINeed = strParts[5]; // get the specific part needed
    That's not a good way to do this in general (you should add proper JSON parsing), but for a single use it's OK. Note that you have to hard-code which piece of the string you're getting, which is not a safe approach.
    Also note I used "\" in those strings so I could incorporate double-quotes in the string.
    For more detailed string manipulation read up on RegEx. If you need to parse a lot of these strings in your app use JSON.
    I'm a self-taught noob amateur. Please take this into account when responding to my posts or when taking advice from me.
    Thank you guys. That solved my problem.

  • Looking for a way to find out the x,y coordinates of a string inside a PDF

    Hi!
    I'm looking for a way to find out the x,y coordinates of a string inside a PDF (with free java api's only)
    I got a pdf, and a string to find inside it, what i need to do is to get this string x,y position inside that pdf....
    If any one knows of such, plz let me know...
    Thanx ahead
    Daniel.

    vedmack wrote:
    Hi!
    I'm looking for a way to find out the x,y coordinates of a string inside a PDF (with free java api's only)
    I got a pdf, and a string to find inside it, what i need to do is to get this string x,y position inside that pdf....
    If any one knows of such, plz let me know...
    Thanx ahead
    Daniel.AFAIK, a string of text does not have an (x,y) location inside a PDF file. The location is exists on your screen, and will differ whenever you adjust the resolution of it. Text can have a location when it's stored as an image though, but than it's really the location of a certain number of pixels (not necessarily a string!).

  • Use REGEXP_INSTR to find a text string with space(s) in it

    I am trying to use REGEXP_INSTR to find a text string with space(s) in it.
    (This is in a Function.)
    Let's say ParmIn_Look_For has a value of 'black dog'. I want to see if
    ParmIn_Search_This_String has 'black dog' anywhere in it. But it gives an error
    Syntax error on command line.
    If ParmIn_Look_For is just 'black' or 'dog' it works fine.
    Is there some way to put single quotes/double quotes around ParmIn_Look_For so this will
    look for 'black dog' ??
    Also: If I want to use the option of ignoring white space, is the last parm
    'ix' 'i,x' or what ?
    SELECT
    REGEXP_INSTR(ParmIn_Search_This_String,
    '('||ParmIn_Look_For||')+', 1, 1, 0, 'i')
    INTO Position_Found_In_String
    FROM DUAL;
    Thanks, Wayne

    Maybe something like this ?
    test@ORA10G>
    test@ORA10G> with t as (
      2    select 1 as num, 'this sentence has a black dog in it' as str from dual union all
      3    select 2, 'this sentence does not' from dual union all
      4    select 3, 'yet another dog that is black' from dual union all
      5    select 4, 'yet another black dog' from dual union all
      6    select 5, 'black dogs everywhere...' from dual union all
      7    select 6, 'black dog running after me...' from dual union all
      8    select 7, 'i saw a black dog' from dual)
      9  --
    10  select num, str
    11  from t
    12  where regexp_like(str,'black dog');
           NUM STR
             1 this sentence has a black dog in it
             4 yet another black dog
             5 black dogs everywhere...
             6 black dog running after me...
             7 i saw a black dog
    5 rows selected.
    test@ORA10G>
    test@ORA10G>pratz
    Also, 'x' ignores whitespace characters. Link to doc:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/conditions007.htm#i1048942
    Message was edited by:
    pratz

  • Need steps to find out the particular ( specific ) incoming IDOC.

    Dear ALL Experts,
    In our scenario , our SAP XI system is directly connected to customer SAP XI system and we did not import IDOC from R/3 to SAP XI. Instead of doing this we got the .XSD file and imported to SAP XI.
    Now, I need to know the particular incoming IDOC through IDOC NO or some other way where, as of now I need to run the
    sxmb_moni and from that I need check every IDOC.
    Pls revert with the way where we can retrieve the specific IDOC.
    Thanks and Regards
    Machindra Patade

    > pls guide how to check whether TREX have installled or not in our system ?
    You can apply a simple trick here to make suer if TREX has been installed or not.
    Go to RWB--->Message Monitoring, press Display button. Now in next screen you can see a input box "Search Text". Enter some value in the search text box (which you know is present in the system) and now press Start button after fill other filter criteria. So if you get some result then it means TREX is present in the system else not.
    > Also suggest if there is any way out to know the specific IDOC/XML message.
    In XI use transaction code IDX5 to search IDOC.
    Regards,
    Sarvesh

  • When I send a text message I do not get any confirmathat it has been delivered.  Is there a way of getting an automated confiramtion of deleivery as I'm used to having this on a previous phone, and need to know that my texts have been delivered.

    When I send a text message I do not get any confirmation that it has been delivered.  Is there any way of getting an automated message confirmation delivery and time?  I was used to this with my old phone and need to know that my text message has been delivered to the recipient's phone, and when.

    Thanks.  So there's no means of knowing whether a text message has been delivered, not to mention time of delivery.  Perhaps I've gone for the wrong phone.  It might do a lot but seems to miss out on some basics.

  • Is there any way to find out where a standard text is used?

    Is there any way to find out where a standard text is used?
    We can see the text from SO10, but i want to find out where it is used.

    HI
    juct check out this thread
    How to find Standard Text
    a similar query is answered here
    hope this helps
    regards
    Aakash Banga

  • Need a way to find out if a DB link is being used and by how many users

    Hi,
    I have a dblink from database FINDB to TESTDB named "ftslink".
    I need a way to find out if the dblink is being used and also how many users are acessing it at any instant of time.
    Regards.

    Hye,
    After some searching i found what i wanted.
    Check the below link on dblink -
    [https://netfiles.uiuc.edu/jstrode/www/orasql/db_link.html|https://netfiles.uiuc.edu/jstrode/www/orasql/db_link.html]
    Thanks.

  • I deleted a text message from a number I forgot to save. Is there a way to find this message again ?

    I deleted a text message from a number I forgot to save. Is there a way to find this message again ?

    The only way would be to restore the phone from a backup made by syncing the phone while this message was still on it.  Note: this would revert all data and settings to those in the backup, not just messages.

  • Need a way to find out users who have not all logged in into the portal

    Hi all,
    Please can some body tell me the way to find out all the users who have not at all logged in into the SAP enterprise portal after their user ID's are created.
    Are there any methods(UME APIs) or attributes that set the status of user whether he/she has logged in into the portal first time.
    Thanks & Regards,
    Hajira Rehman

    There used to be a way, but here's what Detlev posted earlier this year:
    <b>Hi everyone,
    UPDATE on this: From SP16 on, the last successful login date does not get logged into the database anymore, see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/43/bc6b9202454dece10000000a422035/frameset.htm">here</a> - for performance reasons, as it is stated...
    Hope it helps not to fall into this new trap
    Detlev</b>
    So, there are no simple APIs - you'll need to build your own mechanism.

  • Way to Retrieve Deleted Text Messages w/o Backup? NEED them.

    My father just passed away a few days ago and I wanted to keep the conversations we had over text messages, but it was over 30 days ago and it just deleted a conversation we had on September 13th. I've been trying all day to see if there is a way to retrieve the text messages, but I can't find a way. I will do ANYTHING as these are memories I will only be able to hold onto. Is there a way to retrieve the text messages by sending the device to RIM for them to retrieve or anything?
    Any help is appreciated more than you know. Thank you so much.

    EddieV2 wrote:
     Is there a way to retrieve the text messages by sending the device to RIM for them to retrieve or anything?
    Sorry for your loss. I understand completely where you are.
    On that device do you have BlackBerry Protect installed? If so, there could be a backup there.
    Otherwise, with no desktop backup, I am afraid not. Perhaps you should backup that device NOW before any other messages roll into deletion.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is there any way to find out a Tcode used by user in a particular interval.

    Hi
    Is there any way to find out a Tcode used by user between 10/8/2009 to 31/8/2009, in production?
    Satish.

    Yes i have been trying SE16N only. But i am unable to pull data based on dates (Aug/8 to Aug 21)... its showing list of users who have accessed the tcodes directly for entire month....
    Se16n ->Export mode->month->08/2009
      --->     Transacction profile -->Standard
    I want to find out only users who have used a particular tcode during those dates.....in august..
    Satish

  • Need to get a particular string from a file!!

    Hi-
        In a linux server,i need to pull some data from the logfiles from the dir "
    /dev/bld/autosys/autosys-be/jobs/",under this dir we have so many applications like- ada-2013.06.0,bda-2013.06.0,cda-2013.06.0 etc...
          Which are also directories(
    ada-2013.06.0,bda-2013.06.0,cda-2013.06.0) under this each dir ,we can find a logfile.
          from the logfile we need to pull some data to generate a report.
           Here in the logfile we could find a request name "xyz
    -sib_ada-2013.06.0" after the string "ci-" in every part of logfile,so i would like to pull this information from the logfle after that i would like to issues the command "p4 branch xyz-sib_ada-2013.06.0" to get source and target details.
    if you issue the above command it looks like...
    Branch:xyz-sib_ada-2013.06.0
    Update: 2013/05/13 12:25:28
    Access: 2013/05/31 13:48:56
    user : xxx
    Description:
            Created by xxxx
    status :        unlocked
    View:
            //xyz-sib/fb-download-app/ada-server/mda-2013.05.0/... //xyz-sib/fb-download-app/ada-server/mda-2013.06.0/...
    here i would like to pull the string as source thing as    //xyz-sib/fb-download-app/ada-server/mda-2013.05.0/
    target    -
    //xyz-sib/fb-download-app/ada-server/mda-2013.06.0/...

    Hi,
    Its very hared to understand what you want, if i understand correctly  you want to find some set of string from the files  in a diretory
    if yes you can do something like this
    cd /dev/bld/autosys/autosys-be/jobs/
    find . -type f -exec grep "<string you want to serch>" {} \; -print
    It will list the file having some set of string you are serching..
    HTH

  • Is there any way to find the serial number of an ipod touch that is no hooked up to the computer?  It was stolen and we need the number to give to the police.

    Is there any way to find the serial number of an ipod touch that is no hooked up to the computer?  It was stolen and we need the number to give to the police.

    If the product was registered, the serial number should be here, under My Products:
    https://supportprofile.apple.com/MySupportProfile.do

Maybe you are looking for

  • Is Windows 8.1 Update 2 bringing back the start menu?

    Was browsing group policies in Windows 10 GPMC, and discovered something new... Start Menu layout. But the requirement is "At least Windows 8.1 Update 2". So is 8.1 Update 2 bringing back the start menu? This could change before the final release of

  • Subtitles on Toshiba 40' TL933

    Hi everybody, i have a problem with the subtitles on the Toshiba TL933 40'. I'm spanish and subtitles are not correctly encoded for this country, i mean, characters with cute (á é í ó ú) and some especial ones (ñ ç) are not displayed correctly, the r

  • Folder size is not at the bottom of the folder when opened as in previous version,

    I have always like the feature that showed the size of items within any folder as shown from that screen. With Mountain Lion, I noticed that it does not show a bottom bar with the size of the folder. I have attempted numerous times to open this featu

  • Adobe Captivate Soft Skills elearning demo

    Hello Captivators, I went to the following site about Captivate: http://www.adobe.com/devnet/logged_in/sfleischer_captivate2.html Located on this page was an interesting demo on "soft skills" elearning. What really caught my interest, is part way thr

  • IPhone 4S randomly lowered mms video quality?

    I have an iPhone 4S, and every video sent to me is now played at extremely low quality, and very pixelated. Why would it do that?  These videos are sent from iPhone 5's, and my phone has never done this before.