Reset previous year cleared item

Dear experts,
i am trying to reset previous year vendor cleared document in transaction FBRA.
while doing system is giving message "Archiving has not finished"
message no:F5682.
is there any transaction code is there to reset previous year cleared item?
we are using ECC 5.0 version.
Regards
babu..

Dear Babu,
           The error message F5 682 is raised due to the check described                   
in note 210134. Due to program design this check is also done for a                        
'planned' archiving job, not only for actual 'running' archiving job,                      
as a 'planned' archiving job could be running the next month, and then                     
cause inconsistencies if for a document that is selected in this archive                   
run, the clearing is reversed on the same time.                                                                               
As assuring data consistency in archiving has a very high priority this                    
check on 'planed' archiving jobs is done and is not planed to be                           
changed in future.                                                                               
Solution:                                                                               
Follow recommendations of note 210134, and check your live Customizing                     
in table T070 and T071 via Transaction OBR7/OBR8.                                          
Only with regard to the life do potentially archivable documents                           
cause problems for the resetting of cleared items.                                                                               
Also, as you may known, please check that there are no invalid /                           
incomplete archiving sessions within your system via SARA -> Management.                                                                               
Within transaction SARA (archiving object FI_DOCUMNT) you have to press                    
the 'Managment' button to see the status of the different archiving runs                   
. Making a click on the incomplete archiving session you get a popup,                      
where you can mark the flag 'Invalid session'.                                                                               
By marking this field you are declaring the contents of this archive                       
file as invalid. Therefore the archive can no longer be interpreted. The                   
archiving session can no longer be chosen for subsequent processes such                    
as Read, Delete etc.                                                                               
OR                                                                               
Delete the archive jobs that are scheduled to run.                                         
I hope this helps.
Mauri

Similar Messages

  • Document split for previous year open item

    Dear All,
    We have upgraded from 4.6 to ecc 6.0 .I have a problem of document splitting .
    Suppose there is open item of previous year i.e vendor  and after 1.4.09 the liability is transferred to another vendor the system gives me error that' profit center field in line item 001 is not filled' which seems correct as open item before 1.4.2009 does not have profit center.If the same liability is paid through bank than bank a/c is maintained in 3kei and document gets posted.
    Also when salary is paid ,some salary is deducted for paying lic premium so salary payable account is credited  on 31.3.09 and after 1.4.09 the same a/c is debited and credit is given to LIC OF INDIA.
    Both payable a/c and lic of india are balance sheet items and system gives me error while posting the documents.
    If the same transactions are after 1.4.09 the system inherits prctr from previous transactions but since in above examples there is no prctr in previous documents the system throws error message
    'profit center field in line item 001 is not filled' .
    Kindly provide me suggestions
    Thanks and regards
    vijay

    Hi,
    Thanks for your reply,
    Yes we have migrated on 1.4.2009 and test migration have been performed .
    But my client is to close books of accounts so it is having the said requirement of vendor to vendor transffer,kindly suggest me other alternative
    Regards
    vijay

  • Uploading previous year open items

    Dear all,
    The project is about to golive 1st of may and i want to upload the open items for vendors, some the open items are dated 01.01.08. Do I upload using the 2008 date and if i do, will i have to run end of year for 2008.
    Thanks

    Hii felicia,
    For all the open items upload, the posting date is data migration data i.e. in your case its 30.04.2009.
    So, for all the open items posting date in legacy will be document date in  SAP so you can enter 01.01.2008 in the document date field & posting date will be 30.04.2009.
    In case if you get an error on dates then open the posting period for the earlier years respectively.
    Thanks & Regards
    Anuj Agarwal

  • Reset cleared item in inactive fiscal year using FBRA

    I want to Reset cleared item document in 2006, but now Im in active fiscal year 2008 using T-code FBRA. The error message show Reversal in different fiscal year is not allowed Message no. AA 487
    Does any body could help to let me know the configuration to open it?

    Hi,
    When we maintain GL accounts/sub ledgers with open item management, we clear docuemnts when the debit and the credit match. This clearing also creates a clearing document. Clearing documents cannot be reversed using F.08. For reversing clearing we need to first reset the documents as open items and then reverse it.
    For example I have an invoice no 1234. This invoice will remain open till i receive a payment. When I receive a payment a new document is created (no. 5678) when i enter the receipt and this document also becomes the clearing document. Now due to some error, when we have to reverse this payment document, we use FBRA. When we use this, the system will first reset the documents 1234 and 5678 as open items and then reverse the document 5678.
    hope this helps.
    thanks and regards,
    anit

  • Clearing in previous year

    Hi there
    I have an issue in resetting (using FBRA) clearing GL document which belongs to 2007. This clearing doc has few line items, which were generated while clearing other GL docs .
    While I thought it might be due to a closed period, I tested in my Quality system and I could reset clearing documents(which has no line items)  for last year(opened posting periods). In the same Quality system I am NOT able to reset few clearing documents, and the error is "System lock error: Inform system administrator" Message no. F5288.
    Can any body through advice on this issue.
    Many thanks in advance
    MSJ
    Edited by: MSJ on Sep 24, 2008 4:45 PM

    Go through the OSS note 13907 and ask your basis team to look into the issue:
    Reason and Prerequisites
    The lock table has overflowed.
    Cause 1: Dimensions of the lock table are too small
    Cause 2: The update lags far behind or has shut down completely, so that the lock entries of the update requests that are not yet updated cause the lock table to overflow.
    Cause 3: Poor design of the application programs. A lock is issued for each object in an application program, for example a collective run with many objects.
    Solution
    Determine the cause:
    SM12 -> Goto -> Diagnosis (old)
    SM12 -> Extras -> Diagnosis (new)
        checks the effectiveness of the lock management
    SM12 -> Goto -> Diagnosis in update (old)
    SM12 -> Extras -> Diagnosis in update (new)
        checks the effectiveness of the lock management in conjunction with updates
    SM12 -> OkCode TEST -> Error handling -> Statistics (old, only in the enqueue server)
    SM12 -> Extras -> Statistics (new)
        shows the statistics of the lock management, including the previous maximum fill levels (peak usage) of the partial tables in the lock table
    If the owner table overflows, cause 2 generally applies.
    In the alert monitor (RZ20), an overrunning of the (customizable) high-water marks is detected and displayed as an alert reason.
    The size of the lock table can be set with the profile parameter "enque/table_size =<size>". <size> specifies the size of the lock table in kilobytes. The setting must be made in the profile of the enqueue server ( ..._DVEBM.. ). The change only takes effect after the restart of the enqueue server.
    The default size is 500 KB in the Rel 3.1x implementation of the enqueue table. The resulting sizes for the individual tables are:
    Owner table: approx 560.
    Name table:  approx 560.
    Entry table: approx 2240.
    As of Rel 4.xx the new implementation of the lock table takes effect.
    It can also be activated as described in note 75144 for the 3.1I kernel. The default size is 2000 KB. The resulting sizes for the individual tables are:
    Owner table: approx 5400
    Name table:  approx 5400
    Entry table: approx 5400
    Example: with the
    "enque/table_size =32000" profile parameter, the size of the enqueue table is set to 32000 KB. The tables can then have approx 40,000 entries.
    Note that the above sizes and numbers depend on various factors such as the kernel release, patch number, platform, address length (32/64-bit), and character width (Ascii/Unicode). Use the statistics display in SM12 to check the actual capacity of the lock table.
    If cause 2 applies, an enlargement of the lock table only delays the overflow of the lock table, but it cannot generally be avoided.
    In this case you need to eliminate the update shutdown or accelerate the throughput of the update program using more update processes. Using CCMS (operation modes, see training BC120) the category of work processes can be switched at runtime, for example an interactive work process can be converted temporarily into an update process, to temporarily increase the throughput of the update.
    For cause 3, you should consider a tuning of the task function. Instead of issuing a large number of individual locks, it may be better to use generic locks (wildcard) to block a complete subarea. This will also allow you to considerably improve the performance.

  • Reset clear items

    when im resetting the cleared items im getting error (Tr.code FBRA) like "CLEARING DOCUMENT FROM ALTERNATIVE FISCAL YEAR"
    So plzz help this
    Thanks in advance
    VENKAT REDDY
    Edited by: venkat_momula on Aug 18, 2010 9:54 AM
    Moderator: Read and respect the rules of SDN; otherwise, your user might be blocked

    I HAVE ONE MORE ERROR IN BALANCE INTEREST CALCULATION i.e,. "NO TIME SENSE INT TERMS ARE MAINTAINED FOR THE FOLLOWING CURRENCIES AND DATES FR YOU HAVE TO MAINTAIN THESE (TRANSACTION OB81)
    co.code:
    gl a/c:
    cal period: 01.04.2010 to 31.03.2011
    then EXECUTE. i have done this  here im getting the error above mentioned. plzz help me TCODE F.52
    Thanks in advance
    VENKAT REDDY
    Edited by: venkat_momula on Aug 18, 2010 10:53 AM
    Edited by: venkat_momula on Aug 18, 2010 10:55 AM

  • Resetting a cleared item

    Hi all
    I am trying to reset a cleared item through FBRA and am being encountered by two pop up boxes. The first one is askin me as SHOULD OPEN CORRESPONDENCE BE DEACTIVATED?? AND IF I PRESS YES OR NO itz giving me another pop up box as SYSTEM LOCK ERROR: INFORM SYSTEM ADMINISTRATOR!!. can someone pls help me through this am stuck at this. This is an urgent to be addressed >>
    Thank you in advance

    Yes - thank you. 
    However, once FF_5 has loaded the BAI - the postings become a 2 step process.  Step 1 below is the part that reprocessing in FEBAN does.  This is the part that I can't get to re-process - even after editing table FEBEP.  I must be missing a field - though I compared it against one that wasn't cleared and they matched.  I can do step 1 manually via FB05 - but we're going to be doing a lot of these - and I would really like to make that work.
    1 - the payment clearing from the checks out to the bank cash account
    2 - the encashment (which has to be manually set)

  • Reset Cleared Items Options

    Dear Gurus,
    Please clear my doubt i am new isu environment.when i am going to reset cleared items i am confusing below options .
    I hve to amounts in one Doucment No.,now i want to reset only one partical payment  from same documents no.
    Tab: Setting for scope of resetting
    1.Not yet sepcified
    2.Hole clearing
    3.parts of clearing
    Tab:Setting for posting clearing Amount:
    1.Not yet specified
    2.create a new open item
    3.Retain distribution to accounts
    4.Clearing amount to clarification account
    abash
    FICA

    Hi Abash
    Select the option "parts of clearing" and "retain distribution to accounts". Click on Save and then you will be given the option for which part of the document you want to perform reset-clear. Select that line item and then save.
    thanks
    Debashish

  • Reset Cleared Item

    Hi,
    I want to reverse some postings. The problem is these postings are already cleared. Now I want to reset these clearing items in order to reverse the posting.
    How can I find clearing document number?
    Thanks

    Hi
    Go to Line Item Display Report and give those original document numbers and execute.
    Against every Original Document Number there will a Clearing Document Number.
    Take those Clearing Document Numbers and go to FBRA and give the Cleared Document Number and save , then system will prompt for Resetting, Resetting & Reversing.
    Select Resetting and Reverse.
    This will resolve your issue.
    Regards
    Venkat

  • Reset cleared items

    hello,
      what is the difference between reset cleared itmes and reset & reverse cleared items in fbra , please let me know.

    When items are open-item managed and you have mistakenly cleared an item, this transaction can be used to reset these cleared items.  If in the process of clearing the item a document was created, this document should most probably also be reversed.  FBRA allows you to complete both these functions in one transaction codes.  An example is if you run the payment program F110 and you have created the payment medium, but have not yet printed checks (that would be a different t-code), and you realized that some items are either missing or should not be on the check.  You will need to reset the documents DR and reverse the document DZ. 
    Good Luck,
    Kevin

  • Exit or Badi to block document after Reset Cleared Items in FF.5

    Hi,
    When you run FF.5 and some rejected documents are returned by the bank, I have to block the document after reset cleared items with a especific payment block key.
    Anyone already done something similar?
    Tks!

    Hi Rao,
    <b>Userexits</b>
    VMDE0004     Shipping Interface: Message SDPACK (Packing, Inbound)
    VMDE0003     Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0002     Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0001     Shipping Interface: Error Handling - Inbound IDoc
    V53W0001     User exits for creating picking waves
    V53C0002     W&S: RWE enhancement - shipping material type/time slot
    V53C0001     Rough workload calculation in time per item
    V50S0001     User Exits for Delivery Processing
    V50R0004     Calculation of Stock for POs for Shipping Due Date List
    V50R0002     Collective processing for delivery creation
    V50R0001     Collective processing for delivery creation
    V50Q0001     Delivery Monitor: User Exits for Filling Display Fields
    V50PSTAT     Delivery: Item Status Calculation
    V02V0004     User Exit for Staging Area Determination (Item)
    V02V0003     User exit for gate + matl staging area determination (headr)
    V02V0002     User exit for storage location determination
    V02V0001     Sales area determination for stock transport order
    <b>Business Add-in</b>     
    DELIVERY_ADDR_SAP     Address Change in Delivery Processing
    DELIVERY_PUBLISH     Announcement of delivery data during database update
    Reward pts if found usefull
    Regards
    Sathish

  • A automatic reset cleared items

    Hi, the customer had executing for error with the f.13.
    i need to reset clearing items for many FI documents. I know there s a t-code fbra but it can use just one document.
    Is possible or exactly, is there s the Sap standard report can be massive reset cleared items many documents?
    Than you for the attention.
    Kind regards.

    There is no mass reset functionality, but you can use LSMW or eCATT to record FBRA with the help of tec team(Abaper)
    Reset Cleared Items Massively
    Srinivas

  • FBRA reset cleared items

    Hello ,
    i am trying to reset clearing items of a  document  and when i run fbra transaction the system appear it warning:
    """System lock error: Inform system administrator"""
    And that´s it. anymore
    Any idea or help??? PLEASE HELP!!!!
    Thank you
    Edited by: junior1108 on Jan 22, 2010 1:56 PM

    The document has 745 lines. Could be when i use FBRA it will generate a document bigger than before.
    The problem is that the message of error is that:
    System lock error: Inform system administrator.
    LOCK TABLE OVERFLOW.
    And it is full message.
    Many thanx for  reply.
    Edited by: junior1108 on Jan 22, 2010 2:18 PM

  • Reset Cleared Items - for huge number of line items

    Hi Everyone,
    Is there any way where we could reset cleared items for one clearing document (cleared close to 19000 line items) aside from FBRA? Perhaps another program which can be executed in the background? We are timing out due to the sheer volume of data.
    Are there any other options that we can explore?
    Thanks and regards,
    Joey

    Hi Tony,
    Unfortunately, it is not an executable program in background when we do SE38. Since it has no selection screens, we cannot setup a variant as well. In FBRA, you are only allowed to hit save as soon as you confirm that you want the clearing reset. It is during this time when we hit the time out.
    We have thought of this as well but asking the basis team to extend the time out session would probably be hard to get due to stringent approvals needed.
    Thanks for your advise.
    Regards,
    Joey

  • Impossible to delete an item number of a PO of the previous year

    Hello,
    I have a question.
    Closing Operations (Carryforward of Open Items) were not made yet.
    We want to delete in 2011 an item number of a purchase order (created in 2010 with doc date of the year 2010).
    The System informs us that  It is not possible to change document in fiscal year 2011 because the document was updated as open commitment in fiscal year 2010 in Funds Management.
    System : SAP ERP 6.0 /7.0 - EHP 4 - FM BCS
    In our old  system SAP 4.7 enterprise (FM) , It was possible to delete an item number of a purchase order of a previous year (when Closing Operations (Carryforward of Open Items) were not made yet).
    Isn't it possible any more to delete in 2011 an item number of a purchase order created in 2010 before Closing Operations ?
    Thanks for your answer.
    Fabian

    Hi,
    I believe, you have PBET activated. In this case, modification of the commitment should be indeed made in the same year.
    Regards,
    Eli

Maybe you are looking for