FBRA in mass

Hello dear all,
User has made the F.13 to clear documents. But, there was a mistakes and the options weren't the good one and the relations between documents was not the assignment but the amount.
There is 14000 cleared item document to reverse
FBRA allow to do it one by one and we need a transaction to reverse all documents automatically.
Is it possible to reverse the cleared item documents in mass?

Hi
           Lsmw Tool is designed for Functional Consultant for uploading both Master data and Transcation data.
http://help.sap.com/saphelp_nw70/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm
https://wiki.sdn.sap.com/wiki/display/ERPLO/Step-by-StepGuideforusingLSMW
Regards
Edited by: Dublin on Oct 21, 2009 4:23 PM

Similar Messages

  • Mass FBRA -LSMW

    Experts,
    I recorded FBRA in LSMW to mass reset cleared items.  While in LSMW - create batch input, I'm getting "BDC_OPEN_GROUP, group .. is invalid" error.  What is this? and how can I fix it. 
    Thanks,
    Sri

    Hi,
    A batch input program may have only one session open at a time. Before opening a session, make sure that any sessions that the program closes any sessions that it previously had opened.
    Check whether you have specified a session name for the batch input recording....the name may be upto 12 charecters.
    Aravind
    Assign points if helpful

  • Mass processing of FBRA (Reverse clearing docs). Is this possible?.

    At present it does not seem to be possible to mass process the reverse clearing documents, although it feels like it should be possible. Has anyone come across or know of an enhancement that may allow this to happen?
    Jas

    Thanks for that.
    Of course you did not mean CATT as  that's a testing tool and not a loading tool. CATT has restrictions on the number of records that can be loaded, from what I recall.
    However, there are a number consultants here that believe that there is something available and your answer has just sent them all scurrying to OSS to check.
    Regards
    Jas

  • Mass reversal of documents posted using F.13

    Hi Friends,
    We have some GR/IR open items as on 28.02.2010, and we ran the F.13 program to clear those line items with clearing date 03.03.2010. Since all those documents cleared on 03.03.2010. In total there were 1000+ documents posted by the program.
    But unfortunately user has not entered the posting date range in F.13 selection screen as 01.03.2010 to 03.03.2010. Because of this, documents related to FEB period also cleared in march and if we run the FBL3N with open item key date 28.02.2010, all items are showing open items. which is correct from the system perspective.
    But we need clear, those documents posted prior to 01.03.2010, with clearing date 28.02.2010 only.
    In FB08, mass reversal option, we can reverse multiple documents, only in case of open items, but not the cleared items.
    My requirement is that, is there any program / way to reverse the cleared items, posted by using F.13.
    We cannot use FBRA, since we have 1000+ docs.
    Please advise.
    Thanks,
    Srinu

    Hi Joshi,
    Thanks for your prompt reply.
    I have acheived my target, using LSMW batch input recording method with tcode FBRA to reset the cleared items.
    After that, i went to F.80 and given the doc number series and did the mass reversal.
    Again i did F.13, given end posting date as 28.02.2010, and clearing date 28.02.2010 and executed.
    This resolved my issue.
    Thanks,
    Srinu

  • Creation of batch input session for mass reversal of payment documents

    Hello FI experts,
    There is a business requirement in which the users want to reverse the payments en-masse. This can be achieved by creating a batch input session via a custom program to upload the documents from excel . Then calling FBRA and FB08 to do the resetting and reversal.
    My issue is how to create the batch input session ? Please help.
    Regards,
    Van

    Hi,
    I have got developed such program earlierr.
    You can define your custom program specification as below:-
    (A) Based on the selection screen, the program will read all the records (field document number VBLNR, company code ZBUKR and year from field ZALDT) from table REGUH. (Proposal Run Indicator XVORL should be blank.)
    (B) If Paying company code (REGUH-ZBUKR) is equal to Sending company code (REGUH-ABSBU):-
           Step 1:- For each record of (Payment Document Number (REGUH-VBLNR), Company code (REGUH-ZBUKR), and Fiscal Year (REGUH-ZALDT)) it will call transaction FBRA and will reset the clearing of the document.
           Step 2:- Then call transaction FB08 and pass the data as below:-
                  Document Number     =     Payment Document Number (REGUH-VBLNR)
                  Company Code     =     Company code (REGUH-ZBUKR)
                  Fiscal Year               =     Fiscal Year (REGUH-ZALDT)
                  Reversal Reason, Posting Date and Posting period will be defaulted from the selection screen of out program.
    (C) If Paying company code (REGUH-ZBUKR) is not equal to Sending company code (REGUH-ABSBU):-
           Step 1:- For each record of (Payment Document Number (REGUH-VBLNR), Company code (REGUH-ZBUKR), and Fiscal Year (REGUH-ZALDT)) it will call transaction FBRA and will reset the clearing of the document.
            Step 2:- for each record of (Payment Document Number (REGUH-VBLNR), Company code (REGUH-ZBUKR), and Fiscal Year (REGUH-ZALDT)) get the cross company code document number (BKPF-BVORG) and
                   (ii) Then find out the Document number (BKPF-BELNR) from BKPF matching BUKRS = Sending company code (REGUH-ABSBU) and GJAHR = Fiscal Year (REGUH-ZALDT) and BVORG = cross company code document number (BKPF-BVORG) as obtained above in
                  (iii) Then call transaction FBRA and will reset the clearing of the document passing BKPF-BELNR, BKPF-BUKRS and BKPF-GKAHR as obtained in (ii) above.
           Step 3:- Then call transaction FBU8 and pass the data as below:-
                  Cross CC Doc. Number=     Blank
                  Document Number     =     Payment Document Number (REGUH-VBLNR)
                  Company Code     =     Company code (REGUH-ZBUKR)
                  Fiscal Year               =     Fiscal Year (REGUH-ZALDT)
                  Reversal Reason, Posting Date and Posting period will be defaulted from the selection screen of out program.
    Regards,
    Gaurav

  • Reset cleared ıtem FBRA massive z program sample?

    hi experts,
    I want to create zprogram which can reset mass documents but ı couldnt fınd any sample about that?
    I just explored original S* program (FBRA) but it has so much ınclude ,its lookng really hard to turn it massive
    So Is there anyone who can gıve me some advice about that?
    Any help will be appriciated...
    Thank u?

    Look at those FM : POSTING_INTERFACE_RESET_CLEAR (*) or CALL_FBRA.
    Regards,
    Raymond
    (*) Between call of POSTING_INTERFACE_START (before) and POSTING_INTERFACE_END (after)

  • Reset cleared documets- FBRA

    is there away to clear and reset documents in a mass.
    thanks
    Sri

    thanks for your enswers.
    when i tried this on sbx, i got the messgae "no documents can be reversed".
    how do i go about clearing them.
    Also thru FBRA, i have an option reset or reverse. is there a way to reset documents in a mass and not reverse?
    Ganga

  • Mass ressetting of  cleared documents

    Hi,
    I have a requirement to reset and reverse  one lakhs cleared documents. can i know is there any t.codes / program were in i can reset all documents in mass.
    Thanks in advance.
    Moderator: Please, search SDN

    Hi,
    You can not reset the documents in mass as no SAP feature is there.
    However you can create a program to do the resetting and reversal. There can be two scenarios:-
    (A) If it involves only simgle company code:-
             Then call transaction FBRA to reset and then FB08 to reverse
    (B) If it involve two company codes (Cross company code transaction):-
             Then call FBRA to reset the document, then again FBRA to reset the cross company code document and then FBU8 to reverse the cross companyn code transaction.
    During processing you need to pass on the exchange rate difference window.
    Further details, your ABAPer can work on.
    Regards,
    Gaurav

  • Mass reset of FI documents

    Hi,All
    i want to reset 400 cleared document as a mass resetting .
    how is it possiable .
    that FBRA is reset only 1 document at a time . but i want to reset 400 document in one run .
    SNAGORIJ

    Hi,
    Create LSMW or eCATT and record your transaction (FBRA). For mass reversal use F.80.
    Regards,
    Eli

  • Mass check void

    Is there a transaction that does the mass check reversal and at the same time reverses payment clearing documents for a particular pmt run . I know about transaction FCHD, it only deletes check information. And transaction FBRA resets payment clearing document one at a time.  but if you want to delete all the checks and reset clearing documents in one transaction for a particular pmt run, how do you do that?

    Hi,
    Actually you can use only one TCODE : FCH8 to cancel the check number and reset & reverse the payment document number. instead of using two tcodes FCHD and FBRA for one document number.
    But in FCH8 also you have to do one by by. its not mass check reversal. 
    Thanks,
    Regards,
    Sandhya.

  • Reversal of Clearing document (Mass)

    Dear Experts,
    I have given a payment run through F110 (Authomatic Payment Run).
    Around 700 payment documents has been generated.
    For some technical reason with HDFC Bank we have to reverse all the payment documents and again payment run has to be process.
    Clearing document reversal T. code is FBRA. But here we have to reverse one by one, which is difficult for us.
    Do there are any option for mass reversal of clearing document or can reverse the whole payment run given by F110.
    Please help.
    Regards
    Uttam.
    Edited by: Uttam Agarwala on Jul 8, 2010 3:36 PM

    We are using the payment order method; but, when we try to use the F110>Environment>Payment Orders>Delete menu path, we get the message "No payment orders exist for the specified selection criteria". 
    We can see the payment order on the vendor mastser using transaction S_P99_41000099.
    Any thoughts?

  • Mass Reversal of Cleared Vendor Transactions

    Hi Fi gurus,
    I uploaded some Vendor transaction using LSMW but discovered some anomaly.Unfortunately some of this transactions have been cleared.
    1)Now i want to do mass reversal of all this documents.
    2)For the cleared documents i learnt i cannot reverse until i reset or something ,How do i reset so that i can reverse this documents.
    3)I read in one of the forums of the process of using BDC program to do mass reversal.Please can anyone give a clue to this also if possible give a sample BDC program as to go about this.
    4)All other information will be highly appreciated.
    I'll please appreciated a detailed approach to solving this if anyone has a clue.

    Hi,
    You have to use Transaction FBRA to reset it. Unfortunately there is no transaction code in SAP where you can reset in MASS.
    You can try with a LSMW recording of FBRA to reset and reverse by giving a range of documents in the Excel Sheet.
    Regards,
    SAPFICO

  • Mass reset & clear

    Hi All,
    Do you know if it is possible to do a mass reset and clear? We normally reset and clear through transaction FBRA.
    This is required to reset and clear all the payment run transactions, which automatically cleared themselves to the bank account when they shouldnu2019t have.
    Thanks
    Ruchi

    Hi,
    Singal shoot Mass Reset not possible,
    if you want Create LSMW/ BDC / SECATT for T.Code : FBRA or Maodify Program SAPMF05R for Mass reset with help of ABAPer.
    Regards
    Viswa

  • Mass Reset of Clearing Docuements...

    Hi,
    FBRA gives the facility to reverse single doucment at a time. I want to reset in mass some clearing documents.
    How can i mass reset cleared documents. Please advise.
    Thanks in Advance,
    Safi

    Hi,
    There is no scope for doing mass reset in SAP through any transaction code. The best possible way is to ask ABAPer to make changes to the program of FBRA in Z.
    Regards
    Jyostna

  • FBRA versus FB08

    Hi,
    I'm facing an issue related to the combinated use of transaction FB08 and FBRA. Actually I have to modify a custom program that is used for resetting and reversing payment document. The program asd been structured in a way in which it first uses transaction FBRA for resetting the payment and then it call, separately, transaction FB08 for reversing it.
    Since transaction FBRA is capable of handling both operations, reset and reverse, I would like to modify the program in order to use just this one transaction.
    I would like to know if there maybe isseus related to this modification: is the revesal performed through FBRA more or less effective compared to the one performed trhough FB08? Is FBRA able to reverse only certain documents compared to FB08?
    Thanks in advance for your help.
    Davide

    Hi Davide,
    from a reversal point of view, there is no difference between FBRA (if you choose the reversal option) and FB08. In fact, FBRA calls FB08 internally. The difference is simply the original purpose for FBRA, resetting a previous clearing. As a result, some documents cannot be reversed from FBRA (because they are not clearing documents, but pure JEs).
    On the other hand, FB08 cannot be used if this is a clearing document.
    The answer to your question depends on the purpose of this report: if this is to reverse some clearing documents AND reverse them, then you can go for the modification. We have had similar Z reports running with the following logic: Selection screen the same as for F.80 (mass reversal), if the document was a clearing doc, then call FBRA (with reversal), if not, just reverse as usual.
    However, when doing this modification, you have to bear in mind that for some clearing documents, FBRA will not offer the option to just reset the clearing without reversing the clearing document in the same step. This is the case for clearings where some automatic differences (for instance, realizd FX differences) were posted. This is logical: if you would only reset the clearing, without reversing, why that realized FX diff is posted?? So SAP does not alow you to do so, either you leave it as it is (cleared, FX diff posted), or you reset the clearing AND reverse it immediately.  Check this out if you are working with batch input and/or call transaction.
    Hope that helps, points welcome
    Csaba

Maybe you are looking for

  • Why did Mavericks disconnet my wi-fi connection?

    I downloaded the free Mavericks upgrade and installed with no problem. However, for some reason my Linksys wi-fi network connection was disconnected and now I cannot reconnect unless I use the guest connection. I've tried entering the password for th

  • Stepper, VISA

    Hey guys, it's me again   so I have been trying to control my stepper motor, via it's driver, via VISA on LabVIEW because the driver has a UART interface.  Anyways, I have been trying to control the motor for a couple of hours now and nothing seems t

  • Movers Coupon and EDU College Student Discount on Macbook Air

    Hi, I was looking to buy a Macbook Air this weekend at the  Best Buy West Hollywood Store 393 1015 N La Brea, Ave. (323) 883 - 0219 I just got off the phone with a representative and they said only one coupon can be used in a purchase. I told them th

  • Read/write table rather than calling BAPI

    Hi experts, I need set "Deliv. compl." flag as true . set NOMOREGR='X' when call BAPI_GOODSMVT_CREATE I want to read/write table rather than calling BAPI, but I don't know what's the table,what's the field. who can tell me?  How to find that? I press

  • Difficulty burning iDVD movie

    after compiling some video from a dvd and my own video (using iDVD 4) everytime i tried to burn it, it kept saying that my dvd was not clean. however, when i placed the dvd on the desktop it stated that i had inserted a clean dvd. so what am i doing