Data/Text retrieval?

Is there any way to retrieve texts or data that has been deleted?

Not sure what you mean by data, but text messages, unless your device has a trash folder are history once you hit delete. And they are not available online.

Similar Messages

  • Re: Data/Text retrieval?

    On a blackberry curve, would you know where I might look for a trash folder?

    vboggs41 wrote:
    On a blackberry curve, would you know where I might look for a trash folder?
    I would post that question in the Blackberry section of this forum. There are some real experts there who could help you with that and your lock issue.

  • Free text retrieval with Context Cartridge

    I am wondering whether it would a problem to create a Java
    application doing free text retrieval via Context Cartridge.
    I mean by that :
    1. JDBC call via thin Oracle driver with CONTAINS in WHERE
    clause. Is it supposed to work ?
    2. Assuming we have several hits in a BLOB can we provide
    functionality ( next hit prev hit ) in textarea field for Java
    frame.
    null

    This one was forwarded to JDBC experts. Two experts (A and B)
    replied. Their answers are below.
    Michael Mitiaguin (guest) wrote:
    I am wondering whether it would a problem to create a Java
    application doing free text retrieval via Context Cartridge.
    I mean by that :
    1. JDBC call via thin Oracle driver with CONTAINS in WHERE
    clause. Is it supposed to work ?
    A. YES.
    B. There is no limitation in JDBC of using CONTAINS in WHERE
    clause.
    2. Assuming we have several hits in a BLOB can we provide
    functionality ( next hit prev hit ) in textarea field for Java
    frame.
    A. I don't really get what you mean. If you mean that you want to
    map a Java Frame to a BLOB column and depending upon the hit in
    the Java frame, you want to read the data from a certain position
    (offset), then yes. If you are using 8.0.X drivers, you can use
    the dbms_lob.read call. If you are using 8.1.X drivers, you can
    use Blob.getBytes call.
    B. It can be achieved by creating a wrapper of using the
    following method in oracle.sql.BLOB in 8.1 driver.
    public long position(byte[] pattern,
    long start)
    throws SQLException
    Determines the byte position at which the specified byte pattern
    begins within the BLOB value that this Blob object represents.
    Begin search at position start. Parameters:
    pattern - the byte array for which to search
    start - the position at which to begin searching; the first
    position is 1
    Returns: the position at which the pattern appears, else -1.
    Throws: SQLException - if there is an error accessing the BLOB
    null

  • Master Data Text Used as Line Items in ODS

    Hi Experts! </br></br>
    I would just like to know if I can use the text I loaded of master data Revenue Type from R/3 in BW? </br></br>
    What I have done already is that I have created a customized extractor in R/3 under the CO-PA-IO node in RSA6 (since I think this is where this data is coming from/should belong under. A consultant of ours (before I got here) have already set up the other individual extractors for Sub Product A & B, Product Line, others in the FS10N transaction, document line item details.</br>Hi Experts! </br></br>
    I would just like to know if I can use the text I loaded of master data Revenue Type from R/3 in BW? </br></br>
    What I have done already is that I have created a customized extractor in R/3 under the CO-PA-IO node in RSA6 (since I think this is where this data is coming from/should belong under. A consultant of ours (before I got here) have already set up the other individual extractors for Sub Product A & B, Product Line, others in the FS10N transaction, document line item details.</br></br>
    Once I have created it, I  already replicated it in BW and have already setup the infosource. I created a InfoObject as Master Data with text and I loaded data from infosource. After loading, when I maintain Master Data for the characteristic I created in BW, I can see the pulled data that I have loaded from R/3. It is correct. </br></br>
    Now this is where I am having a problem. I need to know how to be able to use this Master Data text when I load line items (0EC_PCA_3) to my PCA ODS. As it is right now, I have setup the EC_PCA datasource, replicated it and activated it as well, and I have already added a Revenue Type characteristic to this datasource already and have mapped it accordingly. However, I am unable to pull any data when i manage the contents of the ODS, but i can see the it in the maintain master data. </br></br>
    How can i set it up such that I am also able to match my line items with their corresponding Rev Type Text in the ODS results? It is important to note that for Sub Product A, B, and Product Line fields, the previous setup is able to do so, and I am able to see results for these in the ODS line items results. These are also setup as master data text in BW by our previous consultant and I followed the same procedure and setup. </br></br>
    I feel that I am just missing a step on how to tell BW that the master data text should also be matched to the Line Items in the ODS during loading.</br></br>
    Kindly seeking for your assistance and advance thanks!
    Once I have created it, I  already replicated it in BW and have already setup the infosource. I created a InfoObject as Master Data with text and I loaded data from infosource. After loading, when I maintain Master Data for the characteristic I created in BW, I can see the pulled data that I have loaded from R/3. It is correct. </br></br>
    Now this is where I am having a problem. I need to know how to be able to use this Master Data text when I load line items (0EC_PCA_3) to my PCA ODS. As it is right now, I have setup the EC_PCA datasource, replicated it and activated it as well, and I have already added a Revenue Type characteristic to this datasource already and have mapped it accordingly. However, I am unable to pull any data when i manage the contents of the ODS, but i can see the it in the maintain master data. </br></br>
    How can i set it up such that I am also able to match my line items with their corresponding Rev Type Text in the ODS results? It is important to note that for Sub Product A, B, and Product Line fields, the previous setup is able to do so, and I am able to see results for these in the ODS line items results. These are also setup as master data text in BW by our previous consultant and I followed the same procedure and setup. </br></br>
    I feel that I am just missing a step on how to tell BW that the master data text should also be matched to the Line Items in the ODS during loading.</br></br>
    Kindly seeking for your assistance and advance thanks!

    Hi Simon, </br></br>
    Thanks for the reply! </br></br>
    First of all, yes, I think we are on the same page regarding what I want to do... I have created a master data infoObject in BW, created a customized extractor in R/3 under CO-PA-IO node, and mapped them to each other in BW such that when i execute a package in InfoSource in BW, i am able to load master data text in InfoObject Rev Type in BW. </br></br>
    Kindly explain more on "you should have created the revenue type as a text datasource and loaded the data into the text and not the master data". Do you mean to say that I should have just created a regular datasource (i.e. Flexible Update in any Data Target InfoSource), rather than a direct update of Master Data datasource? </br></br>
    However, if this is what you meant, please remember that for other characteristics such as Sub Product A, B, Product Lines, Sales Region, Business Center etc. (as seen in FS10N tcode per GL), are reflected in ODS per line item, and they are setup as master data. So I was thinking maybe i just missed a step in mapping. </br></br>
    Is this what you meant? My main goal is to be able to have the line items i load in ODS be matched to the particular revenue type for that GL's profit center (seen in FS10N tcode in R/3)</br></br>
    Thanks again.

  • The iPod touch 5 battery won't charge, the iPod battery gets hot and doesn't turn on...  What is wrong?  Can photos and data be retrieved?

    The iPod touch 5 battery won't charge, the iPod battery gets hot and doesn't turn on...  What is wrong?  Can photos and data be retrieved?

    - See:      
    iPod touch: Hardware troubleshooting
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store. I suspect a hardware problem  due to the hotness. If iTunes can't see the iPod then uor only hope if to contact a data recovery company for getting data off the iPod. If you have an iPod backup you can restore another iPod, iPhone or iPad from the backup to get the data that was in the backup
    Apple Retail Store - Genius Bar                          

  • How to Update the Basic Data text in Material Master.

    Hi Abapers,
    I have more than 5000 materials for update basic Data text inside Material Master.
    how to update basic data text using abap programe? is there any bapi or normal program?.
    anybody give me sample of this.
    Thanks
    S.Muthu.
    IT Dept.

    Hi
    You can do by using the FM SAVE_TEXT.
    Just populate text into table i_tline.
    Local data declaration
      DATA: l_wa_thead  TYPE thead, " Header
            l_wa_tline  TYPE tline. " Work area for tline
    Populate header
      l_wa_thead-tdobject = c_obj_material.
      l_wa_thead-tdname   = wa_data-matnr.
      l_wa_thead-tdid     = c_id_best.
      l_wa_thead-tdspras  = sy-langu.
      l_wa_thead-tdluser  = sy-uname.
      l_wa_thead-tdfdate  = sy-datum.
      l_wa_thead-tdtxtlines = '1'.
    IF i_tline[] IS NOT INITIAL.
       l_wa_tline-tdformat = c_slash.
       APPEND l_wa_tline TO i_tline.
    ENDIF.
    Text shd start from next line
      l_wa_tline-tdformat = c_slash.
      CONCATENATE c_text wa_data-text
      INTO l_wa_tline-tdline SEPARATED BY space.
    Append the new text to the int table
      APPEND l_wa_tline TO i_tline and l_wa_thead
      C* Local data declaration
      DATA: l_wa_thead  TYPE thead, " Header
            l_wa_tline  TYPE tline. " Work area for tline
    Populate header
      l_wa_thead-tdobject = c_obj_material.
      l_wa_thead-tdname   = wa_data-matnr.
      l_wa_thead-tdid     = c_id_best.
      l_wa_thead-tdspras  = sy-langu.
      l_wa_thead-tdluser  = sy-uname.
      l_wa_thead-tdfdate  = sy-datum.
      l_wa_thead-tdtxtlines = '1'.
    IF i_tline[] IS NOT INITIAL.
       l_wa_tline-tdformat = c_slash.
       APPEND l_wa_tline TO i_tline.
    ENDIF.
    Text shd start from next line
      l_wa_tline-tdformat = c_slash.
      CONCATENATE c_text wa_data-text
      INTO l_wa_tline-tdline SEPARATED BY space.
    Append the new text to the int table
      APPEND l_wa_tline TO i_tline.
      CALL FUNCTION 'SAVE_TEXT'
        EXPORTING
          client          = sy-mandt
          header          = l_wa_thead
          savemode_direct = c_check
        TABLES
          lines           = i_tline
        EXCEPTIONS
          id              = 1
          language        = 2
          name            = 3
          object          = 4
          OTHERS          = 5.
      IF sy-subrc = 0.
        COMMIT WORK.
    endif.

  • Purchase order Text and Basic data text needed from MM03 tcode

    Hi
    I need Purchase order text and Basic data text to be fetched by material number.
    Purchase order text and Basic data text are present in MM03 Tcode.
    Can anyone please guide me how to do it.
    Kind Regards
    Sajid

    hi
    Purchase order text
    GotoMM03 ->view purchase order text.
    In purchase order text screen, below you find one icon 'Editor'
    click on this icon. It will open another screen.
    In this screen -> click Goto Menu->Header.
    It will open the details about Purchase order text.
    TextName (Generally it is material name)
    Language
    Text ID : BEST
    Text Object: MATERIAL.
    Pass the above to READ_TEXT to get the text
    *Basic data text *
    Basic Data Text in MM03

  • Problem with Date - Text File Source and Oracle Target

    Hi All,
    I have a source data (text file) with date column in the format of 'MM/DD/YYYY'. My target is oracle. I am using the LKM FILE TO SQL and IKM SQL Control Append. When i execute this interface, i am getting an error as
    7000 : null : com.sunopsis.jdbc.driver.file.b.i
    com.sunopsis.jdbc.driver.file.b.i
    at com.sunopsis.jdbc.driver.file.b.f.getColumnClassName(f.java)
    at the Load Data step.
    How to load date columns from text file to oracle tables? Please help me in resolving this...
    Thanks in Advance,
    Ram Mohan T

    The worst solution is to define for your text file the date as a string and then to rebuild your date type in Oracle.
    something like
    convert(Substr(myfield,4,2)||Substr(myfield,1,2)||Substr(myfield,7,4) ,'MMDDYYYY')
    this is maybe the worst solution but it should work.
    Regards
    Brice

  • How to find unassigned master data text objects in process chain in bi

    Hi
    Please let me know how to find the unassigned master data text objects in process chain.

    hi,
    actually if u want to find that , is ur Unassigned Infoobject in present in process chain or not, , that u can find out just by right
    click on your DTP (master data Txt datasource--> Master data text ), if this is present in Process chain, then on ryt click, the process chain option will be active. by clicking over that u can find the name in which this exists.
    thanks.

  • No data to retrieve error

    Hi ,
    I have a Webi document with 4 queries and I merged all of them with org unit dimension.When I am refreshing this Webi document I am getting a message saying that "no data to retrieve <Query name>".
    When I created a new document by using same Universe I am able to see data.
    can any one let me know why this is happening and the way to resolve this please.
    Thanks,
    Rakesh

    Hi,
    When we use multiple queries in our report it just run queries parallely and give us the result.
    Please check if you have added some objects from other query by mistake.
    Do one thing take only one dimention objetc from the universe which is not giving data and test it with other query.
    I think this is how you could find out the reason why its happening.
    But i still belive there might be a objetc witch is restricing the data let me know the status.
    Cheers,
    Ravichandra K

  • No data to retrieve Query1

    Hi,
    We have a typical issue, we work on webi report from BI Launch Pad, Our client User created a 2 users to access and design webi reports. 1 User is able to run the query and able to get results of the query and report is running fine. Whereas other user created with same rights as 1st User. But the 2nd user is able to login to Launchpad and Open WEBI, but when running the query the resuly is showing as "No data to retrieve Query1"
    Can any one suggest what and where we are missing.
    Regards
    Kumar

    Hi Kumar.
    If the user who gets data can log in on the other users computer and run the report there - do they get data?
    If you are using BEX, is there any chance the user has personalised a variable in BEx making the selection in valid.
    Again if you are using BEx, do they get values if they run the query in Analyser.
    With regards
    Gill

  • No data to retrieve. Query 1

    Hi All,
    I tried to run a query in Infoview and the following following error occured
    No data to retrieve. Query 1
    any suggestions are welcome. Thanx
    Shashi

    Thanks Denis,
    I will look in to it.
    Shashi
    Edited by: Shashi02 on Aug 13, 2010 10:52 PM

  • No data to retrieve in Query 1 for particular User

    Error: No data to retrieve in Query 1 for particular User
    Hello,
    We have webi report in 3.1 version which is running fine in Infoview for particular user.
    But when same report is send into Inbox of other user and if user try to run it in infoview it is giving below error.
    "No data to retrieve in Query 1"
    All the security and  group member level settings for both the user are exactly same. What could be the reason for this behaviour.
    Thanks

    Can you please check user is part of which group in enterprise receipts group.
    Also please check dynamic receipts tab of publication where data can be filtered
    Thanks,
    Swapnil

  • Checkbox and date/text feild

    I need to create a form with a checkbox and a date/text feild in the same row. Is this possible?
    An example is below:
    Form
    [ check box ] name of document [date/text feild]
    [  ] document name [1/30/2014]

    Sure - you can add fields adjacent an existing field using the "+" sign on the right side of the field to bring up the add field toolbar to add a field to the side.  You can also do this through the right click menu item "Add field beside", and you can Drag and Drop fields where you want them by clicking on the left side of the field and holding the mouse button down while you drag it where you want it, a blue vertical bar shows where it will be placed, drag it to the right of a row to add it to the right of existing fields.
    Thanks,
    Josh

  • Sap.m.ActionSelect turn of no data text

    Hi Folks,
    I have a ActionSelect control in my Master.View.XML. I need an onClick or onPress event if a user clicks on a item. The ActionSelect only supports onChange (as far as I know). That's why I decided to use Buttons.
    The problem is, that the ActionSelect shows a "No Data" item which looks disgusting.
    I've tried to add a dummy item and hide it, but the item doesn't support the visible option.
    All I want is a nice list with click events for mobile and desktop clients.
    I am fine with a solution by one of these workarounds:
    How can I attach an onClick event to a sap.ui.core.item element?
    How can I change the Visibility from a sap.ui.core.item element? (It's not even possible to hide it with CSS because the ID  isn't set correctly for the <span> tag.
    How can I turn off the "No Data" text of a ActionSelect
    Is there a similar control like sap.m.ActionSelect which I could use?
    Thanks a lot for your help!

    Hello Tim,
    Have a look into the below link
    JS Bin - Collaborative JavaScript Debugging&lt;/title&gt; &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…
    Here in this link it supports a press function associated to the sap.m.ActionList
    As far as documentation is concerned JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.m.ActionSelect , It doesn't have a a press event as you rightly said,
    You can either extend the controls or create your own custom control  based on your requirement,
    How to create custom control from scratch
    Hope It helps,
    regards,
    Nagarjun

Maybe you are looking for

  • Accessing components in a module from my applciation

    Hey all, I have this simple module: <?xml version="1.0" encoding="utf-8"?> <mx:Module xmlns:mx=" http://www.adobe.com/2006/mxml" layout="absolute" implements="fo_ImoduleInterface"> <mx:Script> <![CDATA[ import mx.controls.MenuBar; public function tes

  • I can't find where to log in to access my podcasts

    i want to change the info, etc. but, where is my control panel/dashboard for my podcasts? https://itunes.apple.com/us/podcast/the-true-nubia-network/id784273178?mt=2

  • Adobe Reader security issue

    In the lastest version, if Reader identifies the document as having a signature is allows you change the document. You cannot save it but you can print it with the changes you have made. This means that a pdf is no longer secure and can be altered by

  • Iphoto to dvd-rw?

    I use iphoto to access stock photos I have taken,I now want to empty my library to DVD-rw to free up some space. 1st off,how do you go about doing that,2nd,can iphoto access these dvds like itunes would to a cd? And lastly,If I fill up my Iphoto once

  • IBook G4 Airport Extreme does not see any SSID

    Hi, My iBook 1,2 Ghz has been working great for several years now. I am working with Mac OS X Tiger (10.4.11) for quite some time and it never let me down. I connect to the internet using an Airport Express connected to a speedtouch router. The Airpo