Solution for viewing AR credit memo relevant to AP invoice

In R12, we no longer have the functionality of applying miscellaneous receipts to credit memos. Using this functionality in 11i, we were able to make payments through AR.
In 11i, we were using API (AR_CM_APPLICATION_PUB.activity_application) for creating and applying Misc Receipts to Credit Memos. In this process, it would first create miscellaneous receipt using API (AR_Receipt_API_PUB.Create_Misc) and then apply it to corresponding credit memo. Then standard remittance process in AR would pick up the receipts and generate a remittance file which would be transmitted to the bank as a payment instruction. Hence, we were not using AP for payments.
However in R12, the above mentioned standard functionality has changed. Now the same API (AR_CM_APPLICATION_PUB.activity_application) creates a receivable activity (“Refund”) in AR and creates an AP Invoice in AP instead of Miscellaneous receipt in AR. This AP invoice can then be paid using Oracle Payments. However, this is making our solution more complex in R12 compared to 11i.
Technical Details from R12
1. In R12 API - AR_CM_APPLICATION_PUB.activity_application is calling API “ar_refunds_pvt.create_refund” instead of “AR_RECEIPT_API_PUB.create_misc”, which creates the AP Invoice.
2. Form - ARXTWMAI is calling one pll in one of the form trigger and in turn the procedure (ar_refunds_pvt.create_refund) is called, which creates AP Invoice.
Un-answered questions:
1. Is there anyway to view the refund in AR independently (Other than going to Credit Memo and see the activities)?
2. How aging and customer exposure in AR are impacted, if payment is not made for the refund AP invoice?
3. Is it possible to drill down to the original credit memos from AP Invoices?
4. Invoice fields like pay group, payment terms are defaulted from the Payables system setups. Is it possible to pass those in the API or can we use different values for these parameters other than payable system setup?

Hi Anil,
Thanks for the response. When an invoice has the exact same distribution accounting as a credit memo then your scenario is valid. I think that scenario occurs when you create an RMA for a particular sales order for example. The RMA would then reverse the exact accounting of the original sales invoice.
However a manual credit memo in AR can be applied to any valid invoice for that customer (from any point in time). At a point in time the auto accounting rules may have been different causing the generated account string to be different for the same customer. We regularly have cases where a credit memo for a customer applied to an older invoice for that same customer has different distribution accounts. The credit memo application journal actually adjusts this so that the accounting in GL will be correct.
ie
Invoice from 01-Jan-2008
DR Receivables Account 130000 -> $1000
CR Revenue Account 400000 -> $1000
Now if you create a manual credit for the item in full today, the entry of the Credit memo might look like this
DR Revenue Account 400000 -> $1000
CR Receivables Account 120000 -> $1000
Credit memo application to apply the credit memo to the original invoice:
CR account 130000 $1000
DR account 120000 $1000
Now this functionality was standard functionality in 11i because I guess the designers realised if there was no "correction" journal then your GL would be imbalanced at an account level.
Rgds
Shankar

Similar Messages

  • Tcode for Reversal of Credit memo

    Hi
    Please let me know the tcode for reversal of credit memo.
    Thanks
    Rajanikanth

    Hello,
    Its good to post the answer, when no one gives the answer and the questioner knows the answer, that way when people search for same question down the line will get the answer then and there..
    Regards,
    Sriram

  • FM/BAPI for creating the credit memo request for Vendor

    Hi Experts,
        I need an RFC/BAPI,  for creating the credit memo request for Vendor.
    Thanks in Advance,
    Kiruba.R

    Hi,
    Use this BAPI 'BAPI_DRMCREDITMEMOREQ_CREATE' - Credit Memo Request Creation
    Regards,
    Jyothi CH.

  • Zprogram for FI Customer credit memo

    Dear Friends,
    1. User has requested to create Zprogram for FI Customer credit memo.
    2. How to attach the Zprogram - FI Customer credit memo to T.code FB75(Enter Customer Credit memo).
    3. In the Zprogram, How to identify Documentno from header and item details. In the day, many credit memos were created, how to identify and filter them to get the correct credit memo.
    regards
    Sridhar

    Try using rebate processing for mapping the scenario.
    Check out below link which provides a document on step by step configuration of rebate processing.
    http://www.erpgenie.com/publications/saptips/052005.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/5d/363eb7583f11d2a5b70060087d1f3b/content.htm
    Regards,
    GSL.

  • Retrobilling process for Credit Memo raised to Primary Invoice

    Hello
    I would like to check whether retrobilling process can also be used for already issued Credit Memos .
    Scenario is following :
    1. Primary sales invoice raised to Customer
    2. Return delivery of some parts due to quality issues
    3,Credit Memo raised for returned parts
    4. Pricing change agreement so Credit/Debit should be raised to already raised Credit memo to update Price.
    If it's possible - what kind of changes in customizing should be done ? So far the issue that system displays that sales document type X can't be invoiced with invoice type Y.
    Is there anything specific in copy control that retrobilling requires ?
    If anyone can share experiences in that subject I would appreciate.

    Pricing change agreement so Credit/Debit should be raised
    Never experienced !!!!!!! 
    If it is Credit to Credit, then I think, it will work.  On the other hand, if it is Credit to Debit, then it wont.  Of course, for this, you need to have PDIF condition type in your pricing procedure followed by copy control between those document types.
    G. Lakshmipathi

  • Credit Memo and A/R Invoice linking

    Hi
    Please help me, how to find relation field  between Credit Memo and A/R Invoice.
    I delete invoice using credit memo with copy from function.
    But when I view last credit memo, i cant find the corelation with my deleted A/R invoice number.
    I found remarks, but i think remarks is not the link for document.
    I really confuse about this. can anyone help me?
    ps: i cant found the relation return and A/R invoice too..
    Thanks so muchh

    Just thought of another trick or two that you might try...
    1.  Open ANY Credit Memo and use the "Find" Icon (the binoculars in the Icon Line) or use "Ctrl+F" to put the credit memo window in find mode.  Put an asterisk in the field where the credit memo number usually is and hit enter...
    It should pop up a list of all credit memos with Remarks - look to see if your credit memo is there.  Or you can sort the whole screen by double clicking on the "Due Date" column of the display. 
    You can view an individual credit memo by highlighting the line (making it yellow) and pressing Enter Key to check that out also...
    2. If that does not work for you, you can always use the SQL route where the OINV.DocEntry = RIN1.DocEntry and get a list that way where you can look through it.
    OINV = Invoice Headers and RIN1 = Credit Memo Lines
    Good Luck - Zal

  • Credit memo against a vendor invoice

    Hi All,
    I am trying to post a credit memo against a vendor invoice. After posting the credit memo I want the outstanding balance against the vendor to be reduced by amount of credit memo when I do F-44: vendor clearing.
    So for eg: if the invoice amount is $100 & credit memo amount is $10, I want to see only $90 in F-44. How can I achieve this?
    Right now I see Invoice amount $100 & credit memo amount $10 separately.
    Thanks!

    Hi,
    you have 3 ways to clear the Open line items(OLTs)
    example:
    1. follwoing document posted in FB01:
        invoice        : 40 expense 1000 USD/ 31 vend13  1000 USD
        credit memo:21 vend13     100 USD/  40 expense 100 USD
    2. A :you could clear above 2 OLTs using "charge off differece" in F-44, enter posting key 31, vendor and
            amount 900 USD. the result should be:
             001 31  0001 VEND13    900-
             002 27  0001 VEND13    900
       B:residual clearing in F-44, you will receive the below result:
          001 34  0001 VEND13  900-
          002 27  0001 VEND13  900
       But the re-requisition ifor above 2 solutions are the values in all fields which are includeded in structutre
       KONTAB_1ST are the same.
       C:partial payment in F-44, Below result:
           001 27  0001 VEND13   100
           002 37  0001 VEND13   100-
        Then clearing the the left amount 900 in invoice, you should select the inovice and the partial clearing
        document together.
    Hope above infor. could help you to solve your query!
    With Best Regards,
    Gladys Xing

  • EDI billing outputs are capturing credit memos as well as invoices

    I am a newcomer to the company I am currently with, and to this forum, and I have 6 years of experience in EDI and SAP SD.
    I am working on a project to determine why our EDI billing outputs are capturing credit memos as well as invoices, and attempting to send them by EDI, causing failures in our Seeburger translator.  Most customers donu2019t want credit memos by EDI. My goal is to track backwards and determine what portion of the EDI process in SAP is pulling credit memos rather than just invoices.  I suspect that someone intentionally made changes in the past to put this in place, but we need to have a message type that includes invoices and credit memos, to be attached to specific partners that want this, and another more standard message type that sends only invoices. 
    The message control for the example partner specifies Message Type ZURH (customized by this company for some reason), Application V3 (which seems standard), and process code SD09 (which seems standard).  Could someone help me to navigate to an area where I may be able to find out what parameters are used to determine what transaction types are pulled to be sent out by EDI for billing?  I suspect that the issue may be in Application V3, but I am unable to find any help to view u2018Applicationsu2019, because application is such a widely used word. 
    How can I display/change Application V3, in order to check itu2019s contents?
    Any other ideas why credit memos may be included would be appreciated, and I always appreciate having the transaction codes mentioned as well.
    Thank you in advance for your assistance. 
    Application V3 (what specifies what transaction type this pulls?)
    Message Type ZURH,
    Process Code SD09.
    Access Sequence used is ZSD1 Billing Documents (Access Sequence ZSD1 does not appear in transaction V/48 (?))
    Transmission Medium is 6 EDI.
    The program is RSNASTED, and the FORM Routine is EDI_PROCESSING.

    Satish,
    Thanks for the suggestions.
    I checked transaction VV33 u201CDisplay Output Condition Records: Billingu201D for Output Type ZURH, Key Combination Sales Org/Payer, and I find the example customer  linked to ZURH, as I would expect (5010013645     BEST BUY CANADA  Vendor #41448     PY          6     1). 
    I donu2019t see any data about specific transaction types such as credit memos or invoices, so I may not be looking in the right place.  I donu2019t find entries under any other key combination.  How would I check if Output Condition records are maintained for credit memos?
    In regards to the output type being assigned to the credit memo billing type (ZG2U), Iu2019m afraid I donu2019t know how to check that either. 
    In NACE, I see that u2018Proceduresu2019 list the CTyp (?), and procedure US0001 is the only one that includes credits and debits. I donu2019t recognize the Ctyps ZDN0 and ZCN0. The billing type is ZG2U, which I don't see in any of the Procedures:
    10     1     RD00     Invoice
    20     2     ZPRO     Proforma Invoice
    30     1     ZCAN     Canadian Cust. Inv
    40     1     ZCOM     Commercial Invoice
    50     1     ZDN0     Debit Note
    60     1     ZCN0     Credit Note
    How would I be able tell which u2018Procedureu2019 is being used for Application V3, and how would I change that to another Procedure for testing?

  • Accounts Reveivable-Applying Credit Memo to and Outstanding invoice

    I have a remote client that can't apply a credit memo to an outstanding invoice in AR. They are on 12.1.3. This seems simple enough. Am I missing something.
    Thanks
    Rob

    Hi Rob,
    can you check with your client ...
    1) Whether this is happening for this particular customer or for every other customer ..
    2) Whether this is happening for this particular Invoice and credit memo combination or for all invoice and credit memo combinations ....
    3) Has it been working fine previously, is this the first time they are encountering this issue ...?
    4) Also did they receive any error message, whenn trying to apply credit memo to the Invoice ....
    5) How was the credit memo created in the Receivables module, was it interfaced from any third party source ..?
    The above would help us narrow down to the cause of the issue .....
    References:
    Transaction Workbench Error: Credit Memos cannot be Applied to Invoices Having Customer Names Exceeding 50 Characters [ID 1374662.1]
    Regards,
    Ivruksha

  • Created and closed A/R credit memo and A/R invoice

    Hi All,
    How to know who has created and closed A/R credit memo and A/R invoice ? I see
    the credit memo sometimes created based on A/R invoice but none the user's create
    it. Tks.
    Rgds,

    Hello,
    you could use change log, from tools --> change log to see who has closed or created a certain document. It is a history record tools. It is from ADOC, OUSR and other related tables.
    Rgds,

  • Debit/Credit memo adjustment with Original invoice before making single payment

    Debit/Credit memo adjustment with Original invoice before making single payment.(will zero payment batch will work?)

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pendekanti Mahesh ([email protected]):
    Debit/Credit memo adjustment with Original invoice before making single payment.(will zero payment batch will work?)<HR></BLOCKQUOTE>Zero amount payment at payment can be made to nullify the new invoice with credit/debit, and clear the invoices. This is resorted to when you want to clear the credit/debit memos you have entered and no longer need.
    null

  • How to list credit memos against listing of invoices

    Gurujee,
    Namastay jee
    At the month-end our colleagues crank in invoices, then following the month indulge in GRNs.  My request is how to list credit memos against list of invoices.
    Gratefully,
    Seif

    In line item display of the vendor (FBL1N) you can get the information in the field "Invoice reference" in the output layout.
    Regards,
    SDNer

  • Use of cost relevant Item categories L2N and G2N for debit and credit memo

    Dear Forum memebers,
    For  credit and debit memo  one of the customised client repot is showing  cost value which is not expected for credit and debit memo in the invoice register.
    This is due to use of L2N and G2N which are cost relevant item categories.
    Why should debit and credit memo item category should be cost relevant.??
    Best Regards,
    Kanwal

    Well if your company do not want to adjust the cost of goods sold when any credit / debit is raised, then yes you can go ahead.
    Thanks
    Sai
    Edited by: Sai on Nov 18, 2009 7:47 PM

  • Rebate Credit Memo relevant for other rebate

    Hello,
    We are using rebate agreements but here we have the particulary that one customer could have more than one rebate agreement in a period, and the last rebate agreement that you create the final settlement have to consider the others credit memo of the rebates paid.
    So, I have a customer who have 2 rebates:
    RA 1: Valid from: 3/6/14 to 10/6/14
    RA 2: Valid from: 1/6/14 to 30/6/14
    I pay the RA1 with a credit memo of $1000.
    Then the sales volume of the second rebate (RA2) is $4000, but as the RA1 = $1000 you have to consider this credit memo into the RA2, so you will pay a credit memo of $4000 - $1000 = $3000 for the RA2.
    Could someone help me with this?
    It is possible to do in SAP ?
    thanks in advance.
    Alejandro.

    Thank you Ivano.
    Phanikumar, the exact problem is that my client has more than 1 rebate agreement in a month. This is because sometimes the customer fails to reach the agreement volume but nevertheless we want to give the credit memo also (may be he need a few quantities to reach it).
    We solve this issue using the text of the rebate agreement to adjust the quantity so a rebate only could have a condition.
    How we can adjust the volume of the rebate? is this possible?
    If it is not possible, how we can do a rebate credit memo that will be considered in other rebates?
    Regards.
    Ale.

  • New pricing procedure for debit and credit memo

    Hello Sir,
    After defining new pricing procedure of debit and credit memo for retro billing.copy control using pricing type b in VTFF but it take billing pricing in credit and debit memo.not in new pricing .Is am missing something please suggest proper solution .

    Thanks for precious time given please go through this
    Tax Calculate
    Basic
    10.0000
    100.0000
    12%
    1.2000
    12.0000
    2%
    0.0240
    0.2400
    1%
    0.0120
    0.1200
    Total
    11.2360
    112.3600
    12.50%
    1.4045
    14.0450
    Net
    12.6405
    126.4050
    tax calculate like this but it come
    Basic
    10.0000
    100.0000
    12%
    1.2000
    12.0000
    2%
    0.0240
    0.2400
    1%
    0.0120
    0.1200
    Total
    11.2360
    112.3600
    so,plz suggest how it calculate including vat
    vat/cst

Maybe you are looking for