How to Extract & View Archived Accounting Document

Hi all,
My user has posted Diff Excise posting through Transaction code-J1IH, 3 years back. If I display this Excise JV through J1IH and click on Accounting Doc. Button, system shows message u201CDocument is not in database. Search documentu201D then if I select option u201CYESu201D following error message (Message no.) is displayed
          u201CDocument XXXXXXX   BBBB does not exist in fisc.year XXXX or has been archivedu201D
I checked Table u2013 J_1IPART2 for this Excise JV and noted down Accounting Doc. No. I tried to view this Acc Doc through Transaction code-FB03, but system gives following Error Message. F5 238
          u201CDocument XXXXXXX   BBBB does not exist in fisc.year XXXX or has been archivedu201D
Is this Accounting Doc is archived?
If yes, how to recover it back.
Rgds,
Swathi

Archived documents can be viewed with help of SAP data archiving tools ( eg: PBS archive add ons). Please check with your database team.
Thanks,
Kalyan

Similar Messages

  • Archive & View Archived TDS documents

    Hi All,
    Can anybody explain me the procedure how to do Archive TDS Ddocument(2ID) and how to View Archived TDS documents(J2IE).
    It is urgent, please help me out in this regard.
    Regards
    Srinivas

    Hi Anandh,
    Based on the settings provided by the Basis Team, messages in Adapter Engine will be archived.  In your case messages from Adapter engine archived for every 5 days.  You can also view these archived messages at RWB.
    RWB --> Message Monitoring  -->  Messages from Component = Adapter Engine  --> From = Archive   Click Display button.
    At Filter select From Date and To Date --> click Start button.  Then you can able to see the archived messages from Adapter Engine.
    Reward points if this answer is helpful.
    Regards,
    Sridhar.

  • How to extract the actual XML document from soap message?

    My problem is " how to extract the actual XML document from soap message? "
    i just want to extract the attachment i.e. (pure XML document without any soap header or envolope).
    i could be ver thank full if u could solve my problem.
    [email protected]

    Hi,
    This is some skeleton code for extracting an attachment from a SOAPMessage.
    import javax.activation.DataHandler.;
    import javax.xml.soap.*;
    import javax.xml.message.*;
    Iterator allAttachments = message.getAttachments();
    AttachmentPart ap1 = null;
    while(allAttachments.hasNext()){
    ap1 = (AttachmentPart)allAttachments.next();
    //Check that the attachment is correct one. By looking at its mime headers
    //Convert the attachment part into its DOM representation:
    if(ap1.getContentType() == "text/xml"){
    //Use the activation dataHandler class to extract the content, then create a StreamSource from
    //the content.
    DataHandler attachmentContent = ap1.getDataHandler();
    StreamSource attachmentStream = new StreamSource(attachmentContent.getInputStream());
    DOMResult domAttachment = getDOMResult(attachmentStream);
    domAttachment holds an xml representation of the attachment.
    Hope this helps.

  • HT5035 How do I view my account balance?

    I have redeemed a gift card but how do I view my account balance in my iTunes account?

    Click on the iTunes Store (in the sidebar). Then click on the sign in button at the top. Sign in with your Apple ID (usually an e-mail address)  and password. If the sidebar is not showing click Show Sidebar from the View menu. Hope this helps.

  • How do I view archived mail

    I have an achive of mail, How do I view it or search through it?

    Assuming you used Mail's Archive to perform the archive:
    An Archive mailbox is created in the sidebar for each account whose messages you archive, and the archived messages are automatically moved there.
    Archived messages remain in the Archive mailbox until you delete or move them. Depending on the account type, the Archive mailbox is stored on the mail server.

  • TS3388 How can I view my account on itunes? E.g What purchases have been made from my itunes

    Im trying to view my account on itunes as I have had quite a few amounts going out? But I cant see exactly what the payments are for. How do I view this?

    If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it, click on that and you should then see a list of your account's purchases
    Viewing purchase history : http://support.apple.com/kb/HT2727

  • How to find out the Accounting document status for sales order

    Hi
    We have created the sales document by referring the billing document of contract no.Aftre that we have raised invoice for sales document. Now system is generated both invoice , accounting document and the value is appearing against the invoice document. However the status against the accounting document is showing as not cleared. I want to know where we could see this status in Table,
    Normally we can see the status in FPLT for contracts since its having the billing plan no. Suppose if the billing plan is not available like S.O , How to check the status in table?
    I have refered so many tables but not helping. Since i want to get the uncleared value of accouting document.
    Please help me.
    Regards
    Thenna

    Hi Thenna
    The accounting document status in the document flow is determined dynamically when you display the document flow,
    it's not saved in a specific table.
    Here is the relevant logic:
    LV05CF01 -> form BUCHHALTUNGSBELEG
    IF vbrk-vbeln <> vbfa_tab-vbeln.
       PERFORM vbrk_ermitteln USING vbfa_tab-vbeln.
       REFRESH xbkpf.
       CALL FUNCTION 'FI_DOCUMENT_READ'
        LOOP AT xbseg WHERE bukrs EQ xbkpf-bukrs
                      AND   belnr EQ xbkpf-belnr
                      AND   gjahr EQ xbkpf-gjahr
                      AND   ( koart EQ 'D' OR koart EQ 'K' ).
        ENDLOOP.
                IF NOT sy-subrc IS INITIAL.
      SET STATUS TO 'No items are cleared'
                  l_xdoc_num-status = 'A'. <<<
                ELSE.
                  LOOP AT xbseg WHERE augbl IS initial
                                AND   umskz NE 'A'
                                AND   vorgn NE 'AZUM'
                                AND   ( koart EQ 'D' OR koart EQ 'K' ).
                  ENDLOOP.
                  IF NOT sy-subrc IS INITIAL.
      Set status to 'All items are cleared'
                    l_xdoc_num-status = 'C'. <<<
                  ENDIF.
                ENDIF.
    Regards,
    Alex

  • How to "hold" G/L Account Document?

    I use T-CODE F-02 to Enter G/L Account Document.I want to hold current document and input tomorrow again.So I select the menu Document->Hold.But the sap show the error message like below.
    Is there any one could tell me how to resolve the problem or give me some advice?I will appreciate him/her very much.Thank you.
    error message:
    Held documents must be converted; read long text
    Message no. F5410
    Diagnosis
    The structure of the document data has changed in the meantime. Before new documents can be held or held documents can be processed, the documents held up to now must be converted.
    Procedure
    The conversion of the held documents is carried out by report RFTMPBLU . For larger data volumes (more than a couple of hundred held documents), the report should be planned as a batch job.
    The conversion of held documents is generally supported for documents which were entered in release 1.3A or later.
    A conversion of older held documents is not possible. You must delete these documents with the report RFTMPBLD . Afterwards, you must start the report RFTMPBLU to activate the version management for held documents.
    If only small datasets are to be converted or deleted, you can carry out the action in another window and after completing the action, continue the current processing.

    Hi,
    In the new versions from SAP (ERP 2004 and ERP 2005) There are 2 versions to keep documents:
    Parked documents.
    Hold documents. (this is not the option Hold data, from system / user profile / hold data)
    For completing them there are special transactions. The best is to use one of these options (I use parked documents) otherwise it is difficult to found documents back. This is the reason to for the coversion question
    Paul

  • Command "Payment Usage" in Archived Accounting Document does not works.

    Hi,
    I can't use command "Payment Usage" in FB03 to drilldown from the document to its related invoices if this is the archived payment/clearing document .  Is there the other way to find this relationship between the payment/clearing document and invoices?  Thank you very much..
    Anek

    when you have archived the document the document is not available in SAP. In that case how you find out the invoice and relate?

  • Duplicate invoice posting due to archived accounting documents

    Hi,
    Duplicate invoice posting is allowing against the below two Invoice reference nou2019s
    In transaction MIRO.
    00082 and 00072.
    After investigation I have found that these invoice reference nou2019s are used in 2002 for accounting documents 3300130419 and 3300135574 and these two documents are archived, and found that these accounting entries are missing in the table BKPF and existing in the table BSIP.
    We donu2019t want to allow the system to post duplicate invoices (For Example: against 00082 and 00072 Invoice reference Nos.)
    Could you please look into this

    Hi Jurgan!
    Thanks for the reply,
    We are using ECC6,
    Support pack : SAPKH60013
    Settings for Duplicate Invoice Check In Vendor Master is correct
    Customization setting OMRDC transaction, tick mark for invoice reference no. only
    If all the cited characteristics match, the system displays a
    customizable message. M8462 (if logistics invoice documents are found) or M8108 (if accounting documents are found).
    I have ensured that message M8108 (if accounting documents are found) is maintained as an error message in OMRM.
    Still system is allowing duplicate invoices for the reference nos. 00082 and 00072.
    For other reference Nos. which are previously used for other documents, system issues error message successfully.
    I dont want to delete archived accounting doc. and if I maintaind BKPF entris of this archived doc manually it will create probelm in FI.
    is this happen due to life span of secondory index of archived accounting doc. is completed ?.
    Please Help
    Many Thanks
    Vikas

  • How to create invoice but accounting document is cleared already?

    Hi,
    I cannot able to create invoice for the return order, for this return order accounting document has been cleared
    but the invoice is not created.
    Here i need to create the invoice.
    Advice me to solve this issue.
    Thanks
    Raghu

    for this return order accounting document has been cleared
    For return order, accounting document will not be generated.  Not sure what do you mean by this.
    thanks
    G. Lakshmipathi

  • How to check if the accounting Document is cleared or not. Need a FM

    Hi Gurus,
    I have a requirement which I need to know if an accounting document is cleared or not.
    My requirement is: from an invoice (VBRK-VBELN), I need to know the correspondent accounting document number which I can get from table BKPF (accounting doc number - BELNR). After that I can go to table BSEG to check the status, then I will know if the document is cleared or not... But this will take a lot of time, and the performance will not be good. I need to implement this functionality in a program.. And I would like to know if I can get all this information using some Function Module.
    Thanks

    Hi again,
    IF you have the invoice document + BUKRS + GJAHR, try this:
    Search in the BKPF with the following:
    BKPF-BUKRS = VBRK-BUKRS
    GJAHR = Fiscal Year (get from the dates)
    BKPF-AWKEY = (INVOICEDOC Concatenated with GJAHR. Example 54002230392009)
    I tried that on my system and it was pretty fast.
    PD. I have checked with a trace and SAP works the same way, it uses the fields described before + AWTYP (If you know it, In my case I used RMRP) to obtain the Accounting Doc.
    Regards,
    Gilberto Li
    Edited by: Gilberto Li on Mar 10, 2009 5:37 PM

  • How can I view itunes account info for many DRM songs at once?

    I have a ton of songs on my computer that is from different accounts. They are all in one folder but the problem is I would like to sort them into different folders by account. I know you can view the account info in itunes on each song one by one, but is there a way to add a column for account email address associated with the songs? There is to many to click each one individually.
    Thanks

    I just tried the instructions you posted and they worked for me. What happens when you try? What are you trying to change?

  • How can I view a Word document  when it tells me that someone else is using the document? This is not true as I am the only one using this Word document which is on my desktop?

    I am working on my Ancestry and today when I tried to view my Word document which awaits me on my desktop, I was told that someone else was using it. There is only me to use it, so there couldn't be anyone else. What can I try to open this document again?

    Hi,
    If you want to move the document to other library immediately, the following workarounds for your reference:
    1.Create an Event Receivers for document library and use SPFile.MoveTo
    method to move file to the other document library.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfile.moveto.aspx
    http://www.learningsharepoint.com/2010/07/04/programmatically-copy-and-move-documents-in-sharepoint-2010/  
    2.Create a workflow using SharePoint designer and use Copy List Item Action to copy file, then delete the current document.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • FBL3N does not show archived accounting document for all of itsG/L accounts

    Hi,
    An accounting doc has two line items (G/L accounts) for a given company code and fiscal year. The accounting doc is archived. When we view each G/L account in FBL3N, for one G/L account, the archived document is displayed but for another, it is not displayed. Line item selection is "All items" in FBL3N.
    Can you let me know what can be the reason for this. I have checked in SARI, the document is archived properly with both line items.
    Thanks.

    probably a bug, search OSS
    I just did it with keywords: FBL3N ARCHIVED
    and got 17 hits (for my system)
    you did not say how you entered the document number, maybe following OSS note will already solve your problem:
    Note 1532097 - Line item: Archive access incorrect with search help

Maybe you are looking for

  • How to activate the transparent table along with append structure

    Hi, I add the new fields in existing append structure on tale VBAP. Initially i provide them the data type as Char with length 20. Similarly i added the fields in user exit on scree 8459 to add fields on screen. Until this eveything was working fine.

  • How to handle multiple reports with single hyperlink parameter

    Please suggest in my drill down report i have two reports linked with one hyperlink parameter, how to handle this? please suggest for popup window with sample solution. for example report A--->B--->Chosse Report c or D based on parameter hyperlink at

  • Using old G4 to submit CT600 company tax return to HMRC, unable to submit

    This is an odd one, was wondering if anyone else has come across this problem I'm nurturing an old G4 as my main computer, as I still want to use the old Cinema Display monitor. Last year (April 2012) I prepared my Company Tax Return CT600 for the HM

  • Save & Release of Time Sheet in ESS.

    Hi all, The requirement is to provide two options after reviewing the time sheet in ESS, first one as per standard 'SAVE' which will save the time sheet (then employee will release later) and second one is customized one 'SAVE & RELEASE' which will s

  • Opening of emails

    Some emails I receive are direct links to web sites but I am unable to open them and I get the error message' Message body could not be downloaded', can anyone explain this please as it is very frustrating?