How AR Credit Memos created in iReceivables linked to an AR Invoice

Hi to All,
We are looking to find out when a credit memo (dispute) is created in iReceivables and linked to a invoice in AR. What is the main table that links or shares data for the credit memo being applied to the invoice.
Any help would be greatly appreciated.

Hi,
The table name is AR_RECEIVABLE_APPLICATIONS
Receivables uses the AR_RECEIVABLE_APPLICATIONS table to store the mapping of the credit memo to the invoice being credited. The payment_schedule_id and customer_trx_id columns contain the credit memo data, while the applied_payment_schedule_id and applied_customer_trx_id reference the original invoice. If the credit memo applies to an invoice with multiple payment schedules, a record is inserted into AR_RECEIVABLE_APPLICATIONS for each payment schedule of the invoice. The code_combination_id column, which is not shown, stores the receivable account of the invoice. However. when the transaction is posted to the general ledger it posts as two distributions. One entry is posted to the receivable account of the credit memo, as it is stored in the RA_CUST_TRX_LINE_GL_DIST table, and the other entry is posted to the receivable account of the invoice, as it is stored in the RA_CUST_TRX_LINE_GL_DIST table.
For a standard credit memo, the receivable account of the credit memo is debited, while the receivable account of the invoice is credited. Normally, the receivable accounts will be the same, but this process permits the flexibility of using a unique receivable account to record your credit memos.
Regards,
Raju.

Similar Messages

  • Find debit and credit memos created without reference

    Hi Experts
    Could you please tell the easy way to find out credit memos and debit memos created without reference to oringinal order.
    Regards,
    Santosh

    hello, friend.
    try a query using table VBFA.  specify the document category in both preceding (sales invoice) and subsequent documents (debit/credit memos).
    this should help you.
    regards.
    p.s.
    in this particular case, in VBFA only credit/debit memos with reference to invoices will be displayed.  this can be compared to VA05.
    Edited by: jonathan y on Mar 27, 2009 1:22 PM

  • Cancel credit memo created via MR8M

    Hi,
    My user cancelled an invoice via MR8M & it created a credit memo.
    Now, they would like to reset the credit memo.
    Please advice.

    HI ,
    You can pst again Invoice  with MIRO on PO as PO is now opened . Now cann't reset the Credit as MR8M is reversal of MM document .
    Many Thanks

  • Urgent help!!!!!!Regarding the Credit Memo for oracle project customer invoices

    Hi,
    Can somebody help me in this issue
    we have a requirement from the users that they dont want the system to apply
    the credit memo automatically on the invoice when it released from the projects
    Scenario1: Invoice already been paid now they want to create a credit memo,
    system dont allow them to cancel the invoice the only way as per the theory is
    create a negative invoice and adjust it but the issue here is when ever you
    create a negative invoice it creates as invoice not credit memo which will be
    confusing to the users.
    in this case can we use billing extension to create the transaction type as
    credit memo when ever the invoice has negative amount?
    Or let me know if there is a way to perform this step?
    Scenario2: Invoice is created but they dont want to create a credit memo
    against that invoice since it gets applied automatically, the customer
    requirment will be they want to apply the credit memo for any future invoices
    as requested
    Is there a wya to have a credit memo created with out auto applying to an
    invoice, so that user can apply when ever they want
    what is credit memo on accoutn how it works with these above scenarios.
    sicne i tried setting up but the credit meo or concession is getting appled to
    the particular invoice automatically
    need urgent help required on this issue !!!!!
    Regards
    Lavanya

    Hi,
    For Scenario 1 you have two options:
    1) Update the AR transaction type extension for project invoice- Identify negative amount invoice and change the transaction type to project credit memo. This will update the transaction type on negative invoices before they are interfaced to Oracle AR.
    This is preferred option
    2) Update AR invoice Pre-processor to do the same thing.
    There is no standard setup which will allow you to change trx type of negative invoices.
    For Scenario2 - I dont think there is any direct way to create a credit invoice from Projects and keep it unapplied (again, apart from creating a negative amount invoice). You can create a credit memo in AR and use it to apply against future invoices.
    Regards
    Kaushal

  • How can we create credit memo with reference to INV

    Hi,
    Pls tell how can we post credit memo with reference to Invoice which is posted through SD.
    Is there any use with reference to field in T.Code FB75.
    Thanks in advance,
    Padmaja

    Hi Vijay,
    I could not found any field for Inv. reference in the Payment Tab of T.Code FB75.
    Is there any facility in SAP to create Credit Memo for a particular customer with reference to Invoice. All the details of that Invoice should get updated in the credit memo automatically.
    Thanks in advance,
    Padmaja

  • How to find these many credit memo has been created for particular day

    Hi Frinds,
    I am facing an issue where i need to search for partcular date in which i have to fetch how many credit memos have been created for that particular day.I donno what is the way to find credit memo for that particular day...
    All your help will be valuable for me
    Thanks in advance
    kishore

    Hi,
    If i am not clear with my requirement let me put you all in much better way like this..
    Through FBO3 tcode i am able to get the document for particular date..But that datas which gets fetched has Debit memo, Credit memo and few other datas also.
    I want to fetch the credit memo document which should have only this flow
    order no, credit memo request no,credit memo number and Accounting document to be fetched via
    Condition. I think i am clear now
    Plz help me on this
    Thanks
    kishore

  • How does Goods Issue know which Batches to deallocate from A/R Credit Memo?

    Hi,
    I am creating an addon that runs after a A/R Credit Memo is created.  It creates a Goods Issue, and enters the Item Code and the Quantity from the line items on the Credit Memo into the Goods Issue.
    After it writes the Goods Issue to SAP, I open up the document it created and see that the line items are in there correctly, and that somehow the batches assigned to those line items are also in there.
    There is nothing in the code that does anything with the Batches, but somehow SAP knows which batches to work with.
    I haven't been able to find any info about it.  Can you please help us understand what is happening?  How does SAP know and make assignments to batches in line items in Goods Issues?
    Thank you,
    Mike

    Hi Michael and Gordon,
    Sorry Gordon, I'm quite sure you misunderstood Michael original question. Michael asked how the add-on he created could link corresponding batch number from an A/R Credit Memo document could be selected by Goods Issue document which generated by the add-on, while he actually never wrote a code to select any batches numbers which available in the system.
    Maybe a little bit of illustration:
    1. Item A, qty 10 - (batch A qty 5, batch B qty 3, batch C qty 2)
    2. A/R Credit Memo occurred, return of Item A with 3 qty (batch A qty 1, batch B qty 1, batch D qty 1). Therefore, item A latest position should be (batch A qty 6, batch B qty 4, batch C qty 2, batch D qty 1). This A/R Credit Memo created by add-on.
    3. Goods Issue document triggered by add-on. The problem is, Michael never write any code to select any batch numbers, and somehow the system choose batch number precisely as occurred in number 2 (A/R Credit Memo document), which is (batch A qty 1, batch B qty 1, batch D qty 1). Therefore the stock position for Item A back to as being displayed in number 1.
    I believe this shouldn't be possible at all. Unless, there is a certain mechanism in SAP that automatically choose batch number to used in Goods Issue document using LIFO (Last In First Out), which is, as far as I know never exist in any SAP B1 version. Yes you could automatically choose batch numbers according to available batch, but you could do this when system prompt you when you tried to issue certain document using SAP application itself, not using add-on.
    And of course, you could write a code to choose certain batches based on certain A/R Credit Memo, but still, you need to write a code, you can't do this without a code, selection of batches is compulsory when you tried to add a goods issue document which consist of items that managed using batches.
    In my opinion, I think it is better for you to re-write those codes and relate batches you want to attach with your Goods Issue document based on corresponding A/R Credit Memo. It is much safer, and the error message you encountered won't happen again in the future.
    Best Regards,
    Hendry Wijaya

  • Why need to link credit memo with invoice

    Hi, gurus,
    I received an AP invoice valued $2222 and then received a credit memo valued $222 about 1 week later.
    Now I need to make payment.
    I was told it's good to link credit memo with invoice by entering invoice number in the field "invoice reference" when creating credit memo. But I'm not sure why it's better because system will pick up both items anyway when i entered $ 2000 using f-53 to make outgoing payment.
    The only reason i can think of is this link will guarantee that credit memo has the same terms of payment with invoice.
    Is there any other good reasons? Any help will be appreciated.

    Dear,
    We need to link credit memo with invoice against for two obvious reasons
    1.. Future tracking of all credit memo i-e if we gave excess credits to vendor then it was against which invoice. This will create linkage and tracking of credit memo with invoice that will be shown in FBL1N .
    2..At the end of specific time period ,month or quarter ,its a normal practise to reconcile vendor balance as per SAP ledger to that of vendor's own book. At that time you will need credit memo track also that against which invoice was the credit given.
    This all can be achived after posting credit memo with refrence to invoice number. Audit perpective should also be kept in mind. Hope this will help you
    Regards

  • How to access a Plan created in Enterprise Link Design Studio

    I have created a Plan in Design Studio of Enterprise Link and i would like to put it in a report which i am planning to create using BAM active studio. Can some body tell me how to access things created in Enterprise Link from active studio/architect.

    hi
    You have to create a plan to connect to the external message source, get the message and parse , and finally put it in the ADC data object (user created object). After this step, all your incoming messages will be in ADC data object. Only after getting the message into ADC object, you can use this object - you can create reports using this object.
    I have a few questions
    a) Can you identify your company. b) Have you taken the BAM training course c) These steps are given in training documents in lab 2-6 step by step.
    Do let me know if you need any help, contact directly at [email protected]

  • Program to create Debit and Credit Memos

    Hello everybody!
    I am new to SAP and I need to develop ABAP program to create Debit and Credit Memos...
    1. Debit/Credit memos created with header (Higher level) item and sub item/s
    2. One Debit/Credit memo created per customer
    3. A part of information for memos program will receive through XI (Excel file coming through XI)
    maybe someone can help?
    Helpfull answers will be awarded!
    BR, M.

    You dont need a custom prog to create a debit memo or credit memo.
    You can raise a Credit Memo for a Vendor using the transction code FB65 (without reference to an invoice) or MIRO (if it is with reference to an invoice) and the system would pass the following accounting entry
    Dr. Expenses A/c
    Cr. Vendor A/c
    This particular document would have a payment term and payment due date. While running Automatic Payment Process, depending on the payment method the system will pick up the document and create a cheque / electronic transfer etc for the vendor with the following entry
    Dr. Vendor A/c
    Cr. Bank Clearing A/c
    In the case of Customer you can account the credit memo (without reference to invoice) using FB75 or VA01 (Order Type CR, if it is with reference to an invoice). While you create the billing document for the order type CR the system would raise the following accounting
    Dr. Expenses A/c
    Cr. Customer A/c
    This particular document would have a payment term and payment due date. While running Automatic Payment Process, depending on the payment method the system will pick up the document and create a cheque / electronic transfer etc for the customer with the following entry
    Dr. Customer A/c
    Cr. Bank Clearing A/c

  • Credit memo's created with reference to billing docs

    hi,
    appreciate your help on the following.
    Can someone please explain how the conditions frm the invoice get copied to the credit memo? is it through copy controls and how can i check this?
    I jst want the credit memos to copy the exact conditions of the invoice and not to update pricing.
    Thanks
    Keshini

    Hi there,
    Yes. If both the credit memo & the invoice use the same pricing procedure, then they can be copied from the invoice.
    But there is no direct copy from the invoice to the credit memo.
    Credit memo is a billing doc type which is raised either against a returns order or against an invoice correction request.
    So if you wish to copy the pricing, then you will need to maintain copy controls from invoice to returns order / invoice correction req 1st, then from returns / invoice correction request to credit memo.
    So checkif your company is using the same pricing for invoice & returns. Then maintain F2 to RE order in VTAF 1st, then from RE order to CR in VTFA.
    In that case at item level pricing, you will have to choose the option G or D. Option B cary new pricing is used when the docs have different pricing procedure.
    Regards,
    Sivanand

  • Automatic generation for credit memo

    Hi Experts ,
    I have 2-main scenarios for vendor returns process :
    1- Regular Scenario:
    a-Replacement the rejected goods after sending these goods back to the vendor(in this case the fresh goods will be received against the same P.O)
    b- creation of credit memo , that means the vendor won't be able to replace the rejected goods (in this case , my client wants to generate credit memo in the system automatically or some alert to be triggered to the responsible person to create the credit memo in the system ?????)
    2-Scrap Scenario:
    a- vendor will tell my client to scrap the rejected goods  and he will send fresh goods instead of these rejected (i this case my client will receive the fresh goods by movment type "501" to avoid affecting the moving average price of material, so how the warhouse person will come to know that fresh goods will be against these goods which has been scrapped?????)
    b-vendor will tell my client to scrap the rejected goods  and he will ask my client to place debit note for him (in this case , my client wants to generate credit memo automatically or some alert to be triggered to the responsible person to create credit memo in the system????)
    Regards

    check this link. it has given how to set output type for pdf/smart form, I think same output type need to be used but for Idoc type GSVERF
    http://help.sap.com/bp_bblibrary/500/Documentation/G93_BB_ConfigGuide_EN_US.doc
    In this step you define a Output Determination Procedere for the Billing Documents (Credit Memos) creating on Sales return Process.

  • Differrent date between AP Credit Memo and Journal Entry

    Hi!
    I don't know why AP Credit Memo posting date = '31/08/2011' but Journal Entry record posting date ='1/9/2011'.
    Change log on AP Credit Memo Create date ='31/08/2011' and change log on Journal Entry Create date='1/9/2011'
    APCredit Memo and Journal Entry link together.
    I try to make AP Credit Memo again and check. It's ok. It's not always happen just 1 Entry has problem.
    pls help me solve this problem

    HI Darius Gragasin!
    we use SAP 8.81 PL5.
    yesterday I try to check and reconize something:
    There are many trans from AR different date than Journal Entry but same month
    It's happen on date all user open addon (addon just help user load data from excel and put data on Sales order --> user add Sales order, addon don't add data), another date It's ok
    so, I think this problem by SDK but I don't know how to control SDK with this problem
    Regards,
    Hong Bich

  • Amount of the paid invoice after credit memo not correct

    Hi all
    I am using AP, CM and GL.
    I register an invoice in Payables with amount 10000.
    After two days the supplier send me a document with when he is telling that i have to pay only 8000.
    I register this document as credit memo with amount 2000 and apply on the invoice.
    But i pay in the bank only 8000 and i can not pay both documents because, it will not reflect correct actions in bank statements.
    Can you please tell me how to solve this situation?
    Thank you and best regards
    Edited by: user567002 on Nov 23, 2010 4:28 AM

    That depends on how you created the credit memo. Did you use the credit balance/line feature to create the credit memo or was that a standalone CM that you keyed in ? If it was the former, the previous_customer_trx_id field on the CM record will contain the customer_trx_id of the invoice. But if the CM was manually keyed in, that field would be blank.
    Either which way, you should be able to identify the link between the invoice and credit memo using the ar_receivable_applications_all table.

  • CREDIT MEMO OUTPUT TYPE !

    I  got a stuff in www.****************  where they have used NEU as message type / output type in case of automatic idoc generation when PO is created or changed.
    I have a requirement for automatic idoc generation when credit memo is created...i have selected application V3 ..in NACE
    What will be the output type here ?

    check this link. it has given how to set output type for pdf/smart form, I think same output type need to be used but for Idoc type GSVERF
    http://help.sap.com/bp_bblibrary/500/Documentation/G93_BB_ConfigGuide_EN_US.doc
    In this step you define a Output Determination Procedere for the Billing Documents (Credit Memos) creating on Sales return Process.

Maybe you are looking for

  • Is there any possible of manual focus or apps for ...

    Reason I need this is because the autofocus doesn't deilver the best focus setting I really need to get, the correct focus in time or will have some problem focusing something that is tinny. I have to try very hard to touch on tinny object in the scr

  • Illustrator CS2 won't open - PLEASE help!

    I have been using Adobe Illustrator CS2 for many years now and never had a problem.. I tried opening Illustrator CS2 today and after waiting an unusually long amount of time for the application to open, an error message appeared that said "A serious

  • Best settings for .mov files on a Data CD or DVD ?

    Hi, I have a series of sequences in FCP. I want to export them as .mov files and .wmv flies to be played off a data CD or DVD. They are essentially talking heads with a few cut away shots about 5 min each. I'm finding that when I save them as "high"

  • To Call a transaction from message body of an e-mail sent from SAP

    I have requirement to call a transaction (say MM03) when I click on some text ( Like  Hyperlink ) in the message body of an email sent by SAP. Please let me know how it should be done.

  • Flash crashing Firefox on Mac

    I recently upgraded to Firefox 3.5.5 on a TiG4 running 10.4.11, and the latest version of Flash player, 10.0.32.18.  After numerous Firefox crashes, I had support at Firefox go over the crash reports, and they concluded that the problem was entirely