Customer Outstanding line item reversal

Hi Experts...
As per Clients requirement we developed a report for customer Outstanding Payments.  Which will displays the customers bills sequential.  When ever they receive money post the transactions as per Outstanding bill wise.
Now my problem is when they received amount from the customer instead of entering one outstanding bill they entered another outstanding payment... They want to reverse the transaction and adjust to post the correct O/s Bill.
I tried in FB08 for doing reverse the transaction.. The error is coming like:Document includes cleared items: reversal is not possible.
I tried in FBRA also there the error is coming like: Document no is not a clearing document...
I am not able to reverse the document... Can u give some solution in this regards..
Thanx in advance,
With bestRegs,
Bhaskar

Hi
when u Reset the Clearing Document in FBRA, u should give the
Cleared Customer Receipt Document No Only, dont give Invoice Document
No,  Make Sure the Document No is Correct or not at the time of FBRA
Transaction.
I hope this will help u,
Best Regards,
Rajashekar.

Similar Messages

  • FI Archiving - System error: Customer/vendor line item not on OI basis

    While archiving FI Documetns using object FI_Documnt, I am getting message System error: Customer/vendor line item not on OI basis for few non archivable documents. Is it like these also open items and can not be able to archive them. Or what is the root cause of these error message.
    Regards,
    Shailesh

    Hi Adisha,
    This error pertains to the accounting fundamentals and SAP does not have anything to do with this....you ask yourself that if you were not using SAP and simlar problem came your way what would you have done...this has no solution...
    Either you wait for the next invoice with big amount but which seems bit impractical..
    In this we really need to consult the Accounting Standards to see what it could allow.
    Regards,
    Chintan Joshi

  • NEW GL: Customer/Vendor Line items cannot be displayed per business area

    Hello ECC 6.0 Masters!
    We have implemented Standard Document Splitting by Business area(BUSA). See below scenario..
    ENTRY VIEW
    PK     Account          Segment          Amount
    01     Customer               100
    50     Expense          BUSA1          60-
    50     Expense          BUSA2          40-
    GL VIEW
    PK     Account               Segment          Amount
    01     CustomerReconAcct     BUSA1          60
    01     CustomerReconAcct     BUSA1          40
    50     Expense               BUSA1          60-
    50     Expense               BUSA2          40-
    However after implementation we discovered that because the Customer/Vendor BUSA is blank in entry view, we now cannot derive reports that are normally based on the BUSA of Customer/Vendor line item, which we used to be able to do prior to implementing NEW GL.
    Some of them are below:
    1. Debtor Ageing Analysis (Standard)
    2. Customer/Vendor line items per BUSA (Standard)
    3. Several other Sublegder based custom reports we have that neeed to be categorized by BUSA
    My question now is..Is there a way to derive these Business Area information under Vendor and Customer account to produce our reports? Especially for the Ageing which is key to the business process of my client.
    I hope somebody there has experienced this before. thanks!
    Andrew

    Hi
    You will not get ageing reports based on BA after new gl migration. You need to bring the info from the new gl tables. one of the easiest ways is to get the info from the table FAGL_SPLINFO by passign BSEG-BELNR. For defining ageing reports in new gl use t code FKI3 and FDI3 for Vendors and Customers respectively.
    Regards
    Sanil Bhandari

  • Withholding tax amount exceeds the customer/vendor line item amount 001

    Hi Guys,
    I am trying to release an invoice using VF02 transaction but I recieved the below error message:
    Message no. 7Q321
    Withholding tax amount exceeds the customer/vendor line item amount 001
    There are 2 SAP (718078 and 513201) notes regarding that but they are not applicable in ECC 6.0.
    How can I figure out this issue?
    Thanks,
    Daniel Dorta

    Hi,
    This may happen because you have give base exemption and after that charge tax. In this case you have posted earlier invoice w/o wht and now you are posting the small amount of invoice on which wht is calculated including the earlier exempt amt. In this case the wht exceeds the base amt.
    In this case if possible you first post the invoice with sufficient amount which can deduct the WHT .
    If your scenario is different give details.
    Regards
    Milind Sonalkar

  • Withholding tax amount exceeds the customer/vendor line item amount

    Hi experts
    I am having one problem please help me
    My user created one down payment, entry is like this
    Vendor Dr-193914
    To TDS     3878
    To Bank   190036
    After this he has booked MIRO  with the same value 193914 & has deducted TDS 3878 over that invoice
    Now when he is going to adjjust that down payment against that MIRO with specific line item 62
    system is throwing that error.
    Withholding tax amount exceeds the customer/vendor line item amount 002
    Message no. 7Q321
    I checked invoice booked correctly & TDS also dedcuted properly why system is throwing that error message
    please help me
    Regards
    Nitin Shukla

    Hi Madhu
    thanks  a lot for instant reply
    We are using F-54 Down Payment adjustment at this time we are facing problem & we are clearing against invoice
    & with specific line item
    For Eg. 5100001596  & line item - 53
    Regards
    Nitin Shukla

  • Wht tax amount exceeds the customer/vendor line item amount 001Mess no7Q321

    Dear Experts,
    We are also getting same error in production"Withholding tax amount exceeds the customer/vendor line item amount 001 Message no. 7Q321"
    Please gudie me how to resolve this issue, while posting vendor invoice in T-code - F-43 i am getting bellow error message why because we client requirement is accumulation activity required so is there any solution for this with out changing accumulation activity.
    We need to use this accumulation activity.
    I would be greatful if you could help us to resolve this issue.
    thanks
    Seshu

    If its relating to TRM- Transaction manager, please implement note no " 1961340 - Calculation of withholding tax for 2nd or 3rd local currency "
    Regards
    Anil

  • Function Module for clearing customer open line items?

    Hi,
    Can anyone suggest me, the FM for clearing the customer open line items/
    Manually we can do by f-32.....but, i need an FM for this?
    Thanks in Advance,
    Manju.

    Hi. I just found a good way of doing this from a program. It sort of uses BDC but in such a way that you don't get all the problems you normally get with BDC.
    First create a custom program with an internal table called YBSID of type BSID, and select into it from BSID the items you want to clear, 1 customer at a time. You must call your internal table YBSID.
    Then you need to populate a BDC table with very basic data, the easiest way to do it is to set a break-point in form "CALL_TRANSACTION" of include F124_MERGE, then run F.13, it will break at this point and you can copy the contents of BDCDTAB.
    Then in your custom program put the same statement as the include "EXPORT YBSID TO MEMORY ID '%F124%'." then call transaction 'FB1D' using the BDC table.
    What this does is clear exactly whatever data you put in YBSID. It uses the transaction FB1D but all the clearing data is already populated from YBSID. If you call a transaction normally it is very hard to select the right items to clear, using YBSID you only enter 1 screen and do not have to select anything.
    You can also use this same method to clear vendor line items using YBSIK and transaction FB1K and G/L line items using YBSIS and FB1S.
    I hope this helps.
    Regards,
    Dave.

  • Need Profit Centre,WBS element fields in Customer/Vendor Line item display

    Dear Experts,
    In Standard SAP we do not have the Profit Center, WBS Element in Customer / Vendor line item functionality. Now we need to develop user exit, when User try to post transactions like MIRO, F-02, FB01 system should ask the Profit Center field and WBS Element field in Vendor / Customer line items.
    I dont know the actual functionality, The consultant has given example as 3 transactions, Do we need to update any other transactions also. If yes please provide me the information.
    Can anyone help me with the solution.
    Thanks in advance.
    Regards,
    Abdur Rafique

    I have used User exit, to obtain the above scenario.

  • How can i clear the vendor and customer open line items at a time same vendor as a customer of the company (same vendor same customer and equal invoices )

    my vendor and customer are same . purchase invoice due100000 and sales invoice amount is also 100000 at a time with any manual action , have any setting for cleared both vendor and customer line items at a time ...........

    X Ltd. will be Vendor & Customer.
    Purchase Invoice is booked under Vendor SAP number & Sales Invoice is booked under Customer SAP number. Then you can transfer amount from Vendor to Customer or vice versa with T-code F-04.
    Then if you have transferred amount from customer to Vendor (F-04), Vendor account will have two entries Debit & Credit. Then go for clearance with T-code F-44 clear Vendor.

  • Can we see Customer # in line item of accoutning doc for Rebate Correction

    Hi SD gurus,
    Now we have a requirement about rebate correction. In correction step, business want to see the customer number in line item of accounting document since it will be easy for them to do the reconciliation. I know there are allocation # and reference # in copying control that can be used to transfer some information from billing to accounting doc, but there is no option for customer # filed. All the information it can transferred is like SO #, Delivery # etc. Is that because cusotmer # is master data? Can anybody give me some idea?
    Your advise will be highly appreciated.
    DL
    Edited by: Dreamlife on Apr 6, 2010 8:08 PM

    HI.
    YES it is passible.
    If the GL is activated line item display check box is active then we can able to see the data as per line items.
    T<Code. Fbl5n
    Thanks.
    Vasu
    Edited by: Vasu Enaguthi on Apr 7, 2010 8:46 AM

  • Transfer of Customer Open Line Item to other Company Code.

    Hi Experts,
    I have a scenario where my client want to tranfer the Customer Line item(open item) to other company code? How can i do that?
    i.e : My client are having two company codes 1000 and 2000.  they are having same customer in both company code, now they want to transfer customer line item from company code 1000 to company code 2000.   Please tell me how can i do that without using cross company code transaction. because my client dont want to use cross company code transaction here....please suggest alternate way to do that?
    Regards,
    Sam.

    Hi
    you can use the system make the transfer posting with or without clearing.
    To do so, choose Document entry-> Other -> Intern.transf.psting -> With clearing or Without clearing from the Accounts
    Receivable menu:
    From the Accounts Receivable screen, select Document entry and then the accounting transaction.
    Enter and post the document as usual.
    Please check by testing.
    Reg
    Suresh

  • Customer /Vendor line item..

    Hi..
    One query..for line item display of GL account we select in GL master "line item display"
    but for customer and vendor line item display in FBL1N & FBL5N...from where we tick the line item dispaly .
    Please reply

    Dear expert
    For each vendor account, the system notes which line items have been posted to the account. You can specify the sort sequence of the line items by entering a key in the Sort key field within the account master record. This key specifies how the Allocation field is to be filled in the line items posted to the vendor account. When you call up the line item display, the system sorts the line items according to the contents of the field. You can change the sort sequence in the line item display.
    Please refer below link
    http://help.sap.com/saphelp_40b/helpdata/en/01/a9b6aa455711d182b40000e829fbfe/content.htm
    Regards
       Ajeesh.s

  • Customer Account line items are Missing Fbl5N

    Hi experts...
    FI Guys could not able to find customer account open line items in FBL5n after generating Accounting document automatically and we have checked VKOA screen, Assignments are fine but in that accounting document the customer itself is missing in the entry where as other line items like revenues, taxes are visible. Where could have been the mistake? 
    Kindly help with the possibilities of missing configuration
    Warm Regards
    Vijay

    Hi,
    Pls check Customer GL Reconciliation account - Line Item display field.  We have to enable it to display linenitems in report.
    regards
    DSR

  • Issue on TDS line item reversal paid through J1INCHLN

    Dear Experts,
    I have an issue for which I need your inputs.
    Vendor invoice is paid through F-53 and TDS line items are paid using J1INHLN for a section (i.e.,194C etc) for all
    Business Places.We have multiple business places. Now the TDS line item only for this vendor payment is to be reversed.
    Reversing the clearing document generated through J1INCHLN reverses all TDS payments for a section for all Business Places
    Is there any solution to this porblem. How can I reverse the TDS amount in the above case. Kindly guide.
    Regards
    Harika

    Hi,
    You cannot reverse only one item when the remittance challan is already made. You will have to reverse the entire remittance challan for that section code, reverse the incorrect transaction and then report the remittance challan. Alternatively, if you have already made the payment to the bank try using J1INJV to reverse the tds amount in subsequent months.
    Rgds
    Shivram.

  • Customer statement line item sorting

    Hello SAP Gurus,
    We use a customer statement which has SAP delivered program and 'z'type form, but our requirement is to sort the line items inside the statement.
    I tried using o7s6 - Line item Corresponding sort variant (SPRO>F/A>F/A Global Settings-->Correspondence)in that how would I create a sorting variant that will sort line items based on due date.
    And also I believe some configuration need to be done in variant for program i.e., SE38--> give the program name and execute (F8) --> in side this there are options to sorting by due date but I was not able to achieve what I want.
    Can anyone please help me with this.
    Thanks
    Kishore
    Message was edited by:
            kishore

    Hello
    follow the link and you could get more info
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/01/a9c1cb455711d182b40000e829fbfe/frameset.htm
    Editing Line Items
    You can edit line items for a payment or an exception list at a second list level. You can use the following functions to help you edit line items:
    Sort
    Search
    Change line layout
    To edit line items of a payment, double-click the desired payment line.
    The system then displays the open items of this payment on another screen.
    Sorting Line Items
    To sort open items, choose Edit ® Sort. This brings up an additional window where you can sort the line items according to four criteria and define a sequence (see "Sorting Payments" in Editing Payments).
    Searching for Line Items
    To search for particular open items, choose Edit ® Find. Select a search criterion and enter the desired values or value ranges (see "Searching for Payments" in Editing Payments).
    Changing the Line Layout
    To change the line layout, choose Settings ® Line Layout, and select the required line layout variant. There are four variants delivered with the standard system.
    The standard setting for the sort, find, change line layout, and display totals functions depends on your system configuration. You can change it in Customizing.

Maybe you are looking for

  • Problem with 5.2 install - idsgroup does not exist

    All, I am trying to install Sun ONE Directory Server 5.2 on a new Cluster. The idsuser and idsgroup have been both setup with the id 10000. I have created a silent install file to work with the ./setup -noconsole -nodisplay -state silent.inf command.

  • How do i deactivate a photoshop key in windows.old?

    I've been pulling my hair out over this one and can't find any answers after many google searches. I'm running windows vista, and got some weird virus the other day that wouldn't let me open any programs or see anything on my desktop and my only real

  • How do I fix game resolution error?

    I recently bought the Lego Lord of the Rings game from the app store, but everytime I try to play it my screen goes black and gives the message "This resolution is not supported" . I can't change the resolution, because I can't see the menu. I have t

  • How to limit text in a cell

    I have a spreadsheet that a column can only contains 30 characters, how can I easily make numbers either identify those over 30 characters or chop off the extra ones?

  • Report Shared Folder

    Hi Is it possible to restrict or grant access to the report shared folder by specific user level (not by role)? For example there are 03 sub shared folder & user access should be: Folder A (user1 only) Folder B (user2, user3) Folder C (user 4 only)