How to access archived data through queries

Hi,
I would like to know if there is any way to access the archived data through SAP query. I don`t have any infostructure for this archived data.

You mean mails once present and readable on the iPad, but no longer there (in the, by default, 50-long mail list)?

Similar Messages

  • How do I access session data through an EJB?

    Hi
    How do I access session data through an EJB?
    I am currantly developing a Web service (using ejb's, JBoss.net and Apache Axis). A client making a call to this Web service, is expecting a bussiness-object in return. My problem is that this bussiness-object i stored in a users session data. How do I retrieve this bussiness-object from the users session.
    I have read that this does not work with httpsessions, is this true? If this is true, is it possible to store the bussiness object in a JavaBean e.g:
    <jsp:useBean id="userContextWebImpl" scope="session" class="com.ac.march.client.UserContextWebImpl">
    <%
    String key = "test";
    String value = "This is the value";
    userContextWebImpl.setValue( key, value1 );
    %>
    </jsp:useBean>
    and then retrieve this information through the EJB? Or is it possible to do this by using Statfull JavaBeans? Or can this be done through a nother solution?
    Please help!

    I have created a JavaBean with scope="application" to store some data. The data is stored when a user prefomes a spesific task.
    A different person then makes a call to a Web-Service on the server. The Web-Service then asks an EJB to retrieve the data stored in the JavaBean (servlet cotext). In other words: How do I retrieve this data from the EJB?
    I have tried with this code, but with no luck.
    (ApplicationContextWebImpl is the JavaBean)
    public static String getBookingResult( String key )
         String myResult = null;
         String myKey = key;
         ApplicationContextWebImpl applicationContextWebImpl = null;
         try
              applicationContextWebImpl = new ApplicationContextWebImpl();
              myResult = (String)applicationContextWebImpl.getValue( key );
         catch ( java.rmi.RemoteException e )
         return myResult;
    }

  • How to access sap data which in our program

    Hello
    I am using a custom program in which i am calling sap standrad includes. in one of the sap standrad include ,one internal table is getting filledup.now i have to display a message in my program based on that internal table.how to access the data in my program?

    Hello Raj
    Please go through the sample code bellow, which may solve your problem
    DATA: profile TYPE TABLE OF user04 .
    CALL FUNCTION 'SUSR_GET_PROFILES_OF_USER_RFC'
      EXPORTING
        user_name       = sy-uname
      TABLES
        profile         = profile
      EXCEPTIONS
        user_not_exists = 1
        no_authority    = 2
        OTHERS          = 3.
    IF sy-subrc .
    WRITE : /  l_r_usr02-ustyp.

  • How to recover archived data in BW system ?

    Dear Friends,
    We are working on BW 3.1 system.
    Please let us know how to recover archived data in BW system ?

    Hi Sanjay Singh,
    You have 2 options,
    1) Either you can reload it through info package,
      once you create the archiving object on any cube  by defaulty the info package maintain the one option
    Load from archive data( There select with which archived file you required).
    2) Create infostructure,
    create the datasource and reload it to infocube
    i will give clear  description by tomorrow
    Regards
    Prakash. Vadala

  • How to find Archive data In SAP

    Hi experts ,
    How to find Archive data in SAP throught the following tcodes FTWL & AS_afb.
    Thnx
    Venky

    Hello,
    Transaction FTWL is for the DART files (not actually archived data) that are stored in your archive server.  In order to run a query, or browse the DART file, you would need to "Import from archive" from within FTWL and then browse the file.
    I am not sure what you mean by AS_afb.  Please provide more information.
    Regards,
    Karin Tillotson

  • How to access reference data in BPS Exit Function

    Hi Experts,
    Can any please tell me how to access reference data in BPS Exit function. I am creating a copy function using ABAP Exit Function (Std copy and fox formula doesn't work for my requirement).
    Please suggest,
    Thanks in advance,
    Shiwesh

    Hi Deepti,
    Thanks a lot for your reply. xth_data contains all the data based on package filteration. Let me explain you,
    Say, I have a characteristic char and whose value is 'A', I want to change it to 'B' in my copy function, while keeping the original record with 'A' as well. So now I want my xth_data to contain two records, one with A and other with 'B'. I mean to say from value is 'A' and to value is 'B'. Now my package contains 'B' (the to value) as the allowed value, but not A because in the package I am setting this using a BPS variable. There are two types of variables, one is to variables other is from variable. There could be two scenarios,
    1. If I set from varibale in the package: if I do so, I will have the data in xth_data containing 'A' as char value. But in this case when I change it to 'B' and try to save both the records, package won't recognize the record with value 'B' and reject it.
    2. If I set to variable in the package: In this case the xth_data itself will not contain anything and I can not loop over xth_data because there is no record with 'B'. Only record available in the system is with 'A' values.
    That is why I am thinking about having reference daya somewhere. I could loop over reference data and then pass it to xth_data. Package will contain to variable so it will allow all my modifications to get saved.
    Thanks and regards,
    Shiwesh

  • How to connect oracle data through BlazeDS in flex 4

    How to connect oracle data through BlazeDS in flex 4

    Hi
                   If u want to connect to the database oracle just paste the Ojdbc14.jar file into the lib folder of blazeds project..
                             Normally blazeds distribution version contains blazeds.war file... upload that war file to the tomcat or any other application server..
                          u will get the build path and in lib folder paste the ojdbc14.jar file to connect to the oracle and do u r stuff at server side java ....
                      if this will reslove ur problem please mark as answered..

  • How to get Archived Data back ?

    Hi Experts,
    Please explain How to get Archived Data back ?
    Thank you.

    Hi,
    Try Re: Reloading of archived business transactions using CRM_ACT_ON
    Hope you find it helpfull,
    Kind regards, Sigurd

  • Does the Transaction FERD has the capability to access  archived data?

    Hi All,
    Does the Transaction FERD has the capability to access  archived data?
    Regards
    Prathima

    You need to set up a Personal Hotspot account with your cell carrier for your iPhone. Once it is activated you can turn it on in Settings on your iPhone then connect your iPad either via Bluetooth or WiFi. I would recommend WiFi. The BT on the iPad can be used for tethering.

  • Unable to access Archived data with an ABAP Query

    I have an ABAP Query that uses Logical Database KDF (Vendor) for reporting.
    KDF is Archive Enabled and I can access archived document via SAP standard programs that used the KDF Logical Database.
    the query appears accessing the data but nothing shows on the report.
    Has anyone successfully written and ABAP query and included access to the Archived data?
    Any help is appreciated.

    Hi Gena,
    I'm facing exactly the same problem as you...
    Since this post is an old one, I imagine that you may not remember, but I have to try...
    Have you solved it? If yes, could you please tell me how?
    I've tried to use CL_ABAP_GZIP and CL_ABAP_UNGZIP_BINARY_STREAM and I'm getting the same error 30 at the  IctDecompressStream function.
    Tks in advance,
    Flavio.

  • How to access .dmp data with the Instant Client?

    I'm a total beginner, and am trying to access a .Dmp database. I have installed (on Linux i386):
    Instant Client Basic 11.2 + SDK + SQLPlus
    I'm aware that I have to further set the environment variables ORACLE_HOME and LD_LIBRARY_PATH, and think I know how it should be done.
    The files installed in the oracle directory are as follows:
    $ ls /usr/lib/oracle/11.2/client/lib
    glogin.sql libocci.so libsqlplusic.so ottclasses.zip
    libclntsh.so libocci.so.11.1 libsqlplus.so xstreams.jar
    libclntsh.so.11.1 libociei.so ojdbc5.jar
    libnnz11.so libocijdbc11.so ojdbc6.jar
    $ ls /usr/lib/oracle/11.2/client/bin
    adrci genezi sqlplus
    But this is where I hit the wall. Just a couple of questions:
    How do I make the Client to access the data? I've read a bit about name resolution such as tnsnames.ora and EZConnect, but have no idea what these are, even conceptually.
    How do I actually start/configure the Oracle client? Is there an executable somewhere?
    Can the .dmp file be even read by the client or do I have to use the SQLPlus to make queries (as I've read somewhere)?
    As you see I'm clueless. What are the next steps, or could you point me to a practical tutorial that would show what I need to do.
    Thanks a lot for any help..

    user9020180 wrote:
    Right,
    I browsed the manual, but I didn't understand whether the import utility part of the oracle database software?
    Are there any freely downloadable tools by which I can import the data (and then read with a client?).Everything in the Utilities manual is part of the database software set. If you have a database, you have all of those utilities. If you don't have a database, no third party equivalent to those utilities (if such existed) would be of any value.
    Depending on your database version, the .dmp file could have been created with either 'exp' (export) or 'expdp' (datapump). Unfortunately, by default both utilities produce a file with the .dmp extension, but they are different formats and not interchangeable. You will need to find out exactly how the .dmp file was created. Actually, you need to find out the entire command used to create it, not just which utility, because the options used at export time will affect what options are available and desirable at import time.

  • How to reload archived data into SAP database for object FI_DOCUMNT

    Hi..could any one plz let me know how can i reload the archived data  which is on third party storage into sap database back. The archived data is related to FI_DOCUMNT. We don't have the Reload program for this object. The requirement is : Some of the FI documents are archived before being cleared. So, we want to reload the archived data back to SAP database and then do some modifications.
    Please tell me how this is possible..thanks a lot in advance.
    It's urgent.
    Thanks,
    Shamim

    Thanks Mylene. I've already gone through the same note..i was just looking out for the new standard program or any one have created any new program for the same. I think it's better we must wait for SAP to launch its reload program or else it's not possible to reload the archived data for this object.
    Thanks
    Shamim

  • How to restore Archived Data on diffrent server.

    Hi,
    Requirement is quite confusing..
    I'm running on ECC 6.0 on HP IA64, Oracle 10g.
    My org. want to archive data for specific co. code.  Their requirement is to restore the archived data in the new server (A totally new landscap, on ECC 6.0, Solaris Sparc & Oracle 10g),
    I'm familiar with archiving process, but unaware about the restoration of archived data on the different server.
    Could you please guide me how to restore the archived data on the different landscape?
    Regards,
    Neehir Bhatt

    Hi Neehir Bhat,
    If you are building a new system, then it's highly advised to use data backup & restore mechanism rather Archived data restore.
    The purpose of Archived data is totally different from building a new system and the Archived data can never be solution to recover database to point-in time. Archived data meant for emergency restore of data in terms of document base rather database as a whole. Please refer below for detailed information.
    If you receive a request for reloading data some time after archiving, you must first
    determine the reason for such a request. Often such a request has to do with a
    requirement for data display that cannot be met by reloading the data. .
    If you reload data that was archived some time in the past, you can have data
    inconsistencies in your database because of, for example, a new number range for your
    documents. The new number range will be overwritten during reloading. For some
    archiving objects, not all data records are reloaded into the database. For example, the
    reload program for orders does not reload the corresponding cost center debits in CO
    back into the database. However, cost centers can be read from the archive file.
    The reloading function can be used unproblematically only for situations under
    scenario 1, reloading data into the database immediately after archiving. Otherwise,
    you should find out what triggered the request for reloading data and contact SAP if
    necessary.
    You can use the reload function only if the archive files are available in the file system.
    It is not possible to directly access the archive files in an external storage system
    For more information about the reload function from the viewpoint of
    ADK development, see SAP Note 53064.
    Regards
    Sekhar

  • How to access file server through ethernet BUT internet though wireless

    I'm looking for a way to to run my file server network through ethernet while internet access is provided though wireless, but don't want users to have to switch off the wireless when they want to access the file server.
    File server is set up at trade shows and the conventions charge a fortune for internet access for multiple users and even more ($6000) for a connection that I'm allowed to put a router on. So I'm considering running my apple router for the file server network without internet access and just having my staff get their internet access from the cheaper wireless access the convention center has throughout the building.
    Problem is that I need them to be able to access the file server and the internet at the same time without switching back-and-forth from either network.
    Any suggestions? File server and all clients are macs.
    Message was edited by: Road Show

    Hello,
    Here are some good articles for this topic, please see:
    sql server connectity over the internet:
    http://www.codeproject.com/Questions/433687/sql-server-connectity-over-the-internet
    How To Connect SQL Server Through Internet:
    http://www.youtube.com/watch?v=VOUDdUJ5BLY
    Regards,
    Elvis Long
    TechNet Community Support

  • How to View Archived Data

    Dear all,
            Can anyone pls tell me how to view the Archived data like same what we see in data target.
         I have used ODS as data target ,after archiving i want to see the same data format what we see on ODS Active data.
          Pls tell me how the data will be saved during archive and what format will it be saved and how to view it from the archived files.
      Thanks in Advance.
    Thanks
    Gomango

    Hi
    Use the following tables to suite your objectives
    RSARCHIPROLOCSEL  BW Archiving: Archived Data Area 
    RSARCHIPRO  BW Archiving: General Archiving Properties 
    RSARCHIPROIOBJ  BW Archiving: General Archiving Properties 
    RSARCHIPROLOC  BW ARchiving: General Local Properties 
    RSARCHIPROPID  BW Archiving: Program References of InfoProvider 
    RSARCHREQ  BW Archiving: Archiving Request 
    RSARCHREQFILES  BW Archiving: Verfified Archive Files 
    RSARCHREQSEL  BW Archiving: Request-Selections
    Santosh

Maybe you are looking for

  • How to delete a schedule line from a PO

    Hi experts, Could you please help me out. Supplier confirmed twice through web which results in over commitment, now one of the schedule line need to be deleted for an item. How to do this..Please help. Regards Vinoth

  • How do you set a default page?

    In JSF how do I set up a default page? Normally I would build a page called "index.htm" and the server would return this in response to requests containing no specific resource information (e.g. www.myweb.com). I tried to do this in JSF and I get an

  • Smart Dialing

    Hello All Apparently my Classic which I bought yesterday doesn't have the "Smart Dialing" menu. I don't know what to do. I want to add local number limit but i can't. The phone doesn't show the caller ID and shows only the numbers. Help me please Ima

  • Extreme vs. Express

    My Airport Express (bought in 2004) just died. I used it to boost my primary Express station which is directly connected to my Comcast modem.  The older Express was plugged into an outlet in  another part of the house, closer to my Apple TV. I use Ap

  • What is the easiest way to tell if your time capsule has backed up your hard drive, as my mac has been recalled for a replacement hard drive

    Your views would be appreciatted, my imac has recently been recalled for a replacement hard drive, would it be easier just to purchase a external hard drive to be on the safe side for backing up my photos etc? I have a 1GB time capsule but to be hone