Establish receivables and credit memos from suppliers

hi,
How I can Establish receivables and credit memos from suppliers to whom the authority has made duplicate or erroneous payments and indicate them separately so as consider this while processing future payments to the party
how i can implement this functionality
thanks

Hello,
That will help but we have 400 records. I guess we will write some logic in staging table to update all those records which have that prefix in invoice number.
Thank you.

Similar Messages

  • Invoice and Credit Memo from ECC to SUS

    Hi Gurus
    Is it possible to replicate Invoice or a credit Memo from ECC to SUS if the PO was delvired to vendor through SUS.
    with Regards
    Manjunath

    HI ,
    part1 :
      ERS Invoice from ECC is transfered to SUS system for display purpose to Vendor in MM-SUS scenario. IDOC "GSVERF01" is used for this purpose.
    part 2 : Invoices can be created in SUS system by vendor against ASN ( Advanced Shipping Notification or purchase Order . The invoice is transfered to ECC system through XI. Message Interface for the same is "InvoiceRequest_Out" .
    For reference please check
    http://help.sap.com/saphelp_srm70/helpdata/en/74/344c430fab4d0bbc30996d56cc293a/frameset.htm
    Regards,
    Kalandi

  • Subsequent debit, credit and credit memo

    Hi,
      what is the difference between subsequent debit, credit and credit memo in MIRO transaction.
       In case of vendor had given us credit note with relevant to particular for which we had already completed the invoice verification and payment also paid.
       in this case what document should i use i.e crdit memo, subsequent credit memo or subsequent debit memo??
    plz suggest

    Hi
    You need to use a credit memo.
    Subsequent debit is used if you have already invoiced
    You have already received an invoice from your vendor for all the goods received. Subsequently, freight costs are to be taken into account, however, the invoice quantity remains the same.
    Subsequent credit is used if you already have done a credit memo on the PO
    You have already received a credit memo from your vendor for all the goods received. Subsequently, freight costs are to be credited to your company, however, the credit memo quantity remains the same.
    Thanks & Regards
    Kishore

  • Subsequent debit, subsequent credit and credit memo?

    Dear Gurus,
    Kindly explain subsequent debit, subsequent credit and credit memo with one simple example..pls..
    Thanks..

    Hi,
    Subsequent Debits/Credits are used in cases where the quantity is in the original invoice is to remain the same. For eg.
    PO 10 - $10
    Gr 10 - $10
    LIV 10 - $11 (Logistics Invoice Verification)
    The vendor invoice is more than that in the Purchase Order. In order to correct, the Vendor may send in another invoice for
    the Increased amount or a credit memo for the increased amount.
    If you approve of the price increase, post the subsequent invoice received as a Subsequent Debit/Credit Invoice.
    If it is a credit memo that has been received, then post the credit memo as Subsequent Debit/Credit.
    This would retain the quantity but reduce the amount.
    Subsequent Debit/Credit is for the case when the credit is not for the full amount eg. if the Vendor decided to credit
    only the $1 overcharged.
    Credit memo is for the credit of the full amount and value.
    Credit Memo u2013 A credit memo is received from a vendor if you were overcharged on a previous invoice. It is processed as a reversal of a previous invoice on a quantity and value basis referencing a Purchase Order. In the same way the system assumes a corresponding goods receipt was posted for the original invoice, the system assumes a credit memo is linked to the reversal of a goods receipt. You must change the transaction from Invoice to Credit memo.
    Subsequent Credit u2013 You receive a credit memo from a vendor decreasing the total invoiced value on a previous invoice, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent credit.  It is a reduction of value but not quantity by the amount of the credit memo.
    Subsequent Debit u2013 You receive an additional invoice from a vendor because you were undercharged, increasing the total invoiced value, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent debit. It is processed as an increase in value but not the quantity by the amount of the additional invoice.
    Hope it helps,
    Swapnil

  • Differnece between credit note and credit memo

    Hi Gurus,
    Can you please explain differnece between credit note and credit memo clearly .. r they same?
    Regards,
    Subbu

    HI,
    ref the link, whihc will give the complete info
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a8/b99890452b11d189430000e829fbbd/frameset.htm
    and blw explanation
    Subsequent Debits/Credits are used in cases where the quantity is in the original invoice is to remain the same. For eg.
    PO 10 - $10
    Gr 10 - $10
    LIV 10 - $11 (Logistics Invoice Verification)
    The vendor invoice is more than that in the Purchase Order. In order to correct, the Vendor may send in another invoice for
    the Increased amount or a credit memo for the increased amount.
    If you approve of the price increase, post the subsequent invoice received as a Subsequent Debit/Credit Invoice.
    If it is a credit memo that has been received, then post the credit memo as Subsequent Debit/Credit.
    This would retain the quantity but reduce the amount.
    Subsequent Debit/Credit is for the case when the credit is not for the full amount eg. if the Vendor decided to credit
    only the $1 overcharged.
    Credit memo is for the credit of the full amount and value.
    Credit Memo u2013 A credit memo is received from a vendor if you were overcharged on a previous invoice. It is processed as a reversal of a previous invoice on a quantity and value basis referencing a Purchase Order. In the same way the system assumes a corresponding goods receipt was posted for the original invoice, the system assumes a credit memo is linked to the reversal of a goods receipt. You must change the transaction from Invoice to Credit memo.
    Subsequent Credit u2013 You receive a credit memo from a vendor decreasing the total invoiced value on a previous invoice, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent credit. It is a reduction of value but not quantity by the amount of the credit memo.
    Subsequent Debit u2013 You receive an additional invoice from a vendor because you were undercharged, increasing the total invoiced value, not the total invoiced quantity. You must change the transaction from Invoice to Subsequent debit. It is processed as an increase in value but not the quantity by the amount of the additional invoice.

  • How to extract invoice and credit memo total by BP refernce number

    I am very new to the system and need to extract a report that lists all invoices and credit memos from my company for a specific client based on date and/or client po number(BP reference number)  I want to view all the line items by sku for each invoice and cm in one report for qty, dollar amount, issue date and remarks.  I also need the cm to be listed as negative for qty and dollars.  I tried to go through the query wizard but am unsure as to the data tables I need to pull this info from.  Any help would be much appreciated.
    ~Cheers
    Elizabeth

    Hi Elizabeth.......
    Try this..........
    Select T0.DocNum, T0.DocDate, T0.CardName, T1.Dscription, T1.Quantity, T0.DocTotal,
    T1.LineTotal From OINV T0 Inner Join INV1 t1 On T0.DocEntry=T1.DocEntry
    Where T0.DocDate>='[%0]' And T0.DocDate<='[%1]'
    Union All
    Select T0.DocNum, T0.DocDate, T0.CardName, T1.Dscription, T1.Quantity, T0.DocTotal,
    T1.LineTotal From ORIN T0 Inner Join RIN1 t1 On T0.DocEntry=T1.DocEntry
    Where T0.DocDate>='[%0]' And T0.DocDate<='[%1]'
    Regards,
    Rahul
    Edited by: RAHUL MOUNDEKAR on Aug 1, 2011 11:42 PM

  • Receivables question: AR invoices/credit memos between Supplier Sites

    I'm trying to solution a client requirement of having the ability to transfer AR invoices/credit memos between supplier sites of the same supplier. Is this possible or is there a comparable workaround available in Receivables R12?
    Thanks,
    Chris

    Chris,
    are you sure ... AR Invoices/Credit Memos to Suppliers ???  Looks like a typo error some where ... However, we might not be able to transfer transactions from one site to another (be it supplier or customer), what we can do is merge ....in which case all transactions that are appearing against a particular site would be pushed to the new site ......this could be taken as a workaround ...
    Merge functionality comes with very less flexbility, you cannot choose the transactions that you wanted to merge ....
    Regards,
    Ivruksha

  • Debit memo and credit memo rule

    hi
    may i know why there is debit memo like bank transfer(debit memo), returned debit memo, check debit memo
    and credit memo like check credit memo through bank
    in posting rule.
    what is the meaning of debit memo and credit memo in posting rule of electronic banking.
    thanks

    hi elina,
    Debit Memo - It is a sales document used in complaints processing to request a debit memo for a customer. If the prices calculated for the customer were too low, for example, calculated with the wrong scaled prices, you can create a debit memo request. The debit memo request can be blocked so that it can be checked. When it has been approved, you can remove the block. It is like a standard order. The system uses the debit memo request to create a debit memo.
    Credit Memo - A transaction that reduces Amounts Receivable from a customer is a credit memo. For eg. The customer could return damaged goods. A debit memo is a transaction that reduces Amounts Payable to a vendor because, you send damaged goods back to your vendor.
    Credit memo request is a sales document used in complaints processing to request a credit memo for a customer. If the price calculated for the customer is too high, for example, because the wrong scale prices were used or a discount was forgotten, you can create a credit memo request. The credit memo request is blocked for further processing so that it can be checked. If the request is approved, you can remove the block. The system uses the credit memo request to create a credit memo.
    T.codes FB75 or FB70
    To create Credit / Debit Memo request:
    - Use the same procedure that you use for Creating Sales Orders i.d T Code VA01
    - Give Order Type as CR for Credit Memo and DR for Debit Memo reuest
    While creating the request you have to enter Customer Number, Reason for the request. and Material and its quantity. Once the credit or debit memo request is released you can create credit or debit memo. The credit memo request will be automatically blocked for checking with Billing Block 08 (to check credit memo) & 09 (to check debit memo) for the sales order type “CR”
    ranjit

  • Debit memo and Credit memo

    Dear Expert,
    I always confused on Debit memo and Credit memo...especially the business scenario behind and how it is reflecting in SAP system.
    Let's take this example:
    e.g the Price in the main Invoice is lesser than the actual price, and the difference needs to be recovered from the customer.
    My analysis:
    "The invoice is lesser than the actual price", Means Product should cost 100 USD, but we billed customer only in 80 USD, there are 20 USD difference.  Customer should pay us the rest 20 USD.  So our Account receiivable should be increased. So we need create Debit memo to customer and ask them to pay the money.  Customer received the Debit memo, they will create credit memo and send it to us said they will pay the money.
    Am i understanding correct???  Please kindly share in case you have better simple example. Thank you very much.

    Your understanding on the subject is absolutely correct.
    Let me share an another example with you for debit memo.
    These manufacturer of nuts and bolts. Previously they have 100 nuts in one pack, but then they changed it to 120. But the order which was already made for 10 pkts delivered 1200 nuts instead of 1000. So they require to raises Debit memo.
    But, these Debit memo generally avoid, b'coz people take at most care in creating a invoice. And people do like to pay when they are receiving end.
    Where as, Credit memo can be result of return or complaint of defect or less quantities delivered.
    Well, their behavior is control by SD document categ at billing doc type (Tcode VOFA)
    - P is for Debit Memo (L2)
    - O is for Credit Memo (G2)
    These SD document category classify for the different types of documents that you can process in the sales and distribution system (for example: quotations, sales orders, deliveries, and invoices). So, these determines how the system stores and keeps track of document data. It enables the system to provide you with status information about delivery processing, billing, and documents that are used for reference (for example, inquiries and quotations).
    So, if we summaries it,
    Credit memo - Created to reduce the amount of an existing vendor payable, or customer receivable.
    Debit memo - Used to recover costs from another department or faculty. May also be used to correct an incorrectly posted entry.
    Hope this suffice your requirement.
    Thanks & Regards
    JP

  • Difference between Subsequent credit and Credit memo

    Hi,
    Please tell me what is differnece between Subsequent credit and Credit memo.
    You shoud give me on business exmple
    Thanks and Regards
    Anil Patil

    Hi Anil,
    For CREDIT MEMO
    A Credit Memo (short for "credit memorandum") is a commercial document issued by a seller to a buyer, listing the products, quantities and agreed prices for products or services the seller provided the buyer, but the buyer did not receive or returned. It may be issued in the case of damaged goods, errors or allowances. In respect of the previously issued invoice, a Credit Memo will reduce or eliminate the amount the buyer has to pay.
    The Credit Memo usually contains: PO #, Date, Billing Address, Shipping Address, Terms of Payment, List of products with quantities and prices. Usually it references the original Invoice and sometimes states the reason for issue.
    Credit Memos are often called Credit Notes or just Credits.
    The seller usually issues a Credit Memo for the same or lower amount than the invoice, and then repays the money to the buyer or sets it off against a balance due from other transactions.
    The term may also refer to the document provided by a bank to a depositor to indicate the depositor's balance is being increased because of an event other than a deposit, such as the collection by the bank of the depositor's note receivable.
    SAP Difference between Credit memo and subsequent debits/credits
    Subsequent Debits/Credits are used in cases where the quantity is in the original invoice is to remain the same.
    Example:
    PO 10 - $10
    GR 10 - $10
    LIV 10 - $11 (Logistics Invoice Verification)
    The vendor invoice is more than that in the Purchase Order.
    In order to correct, the Vendor may send in another invoice for the Increased amount
    or a credit memo for the reduce amount.
    If you approve of the price increase,
    post the subsequent invoice received as a Subsequent Debit Invoice.
    If it is a credit memo that has been received for reducing $1 of invoice price,
    then post the credit memo as Subsequent Credit.
    This would retain the quantity but reduce the amount.
    Subsequent Debit/Credit is for the case when the credit is not for the full amount
    eg. if the Vendor decided to credit & only the $1 overcharged.
    Credit memo is for the credit of the full amount and value.
    Regards,
    VB

  • How to hide net value of $0 on Credit Memos from rejected return?

    We are creating a credit memo request with a second line item which contains rejected returns.  Basically line item 1 contains the actual qty which we are refunding and line item 2 is the qty which we will not be refunding.  When we create the the credit memo from this document in VF04, the line item two is showing on the credit memo with a net value of $0.
    Is there a way to hide this net value of $0 or rejected return items from coming over onto the credit memo.  We would like to just show positive values on the CM.
    - Chuck

    The reason for rejection is set in when the credit memo request is craeted and the net value of $0 still appears on the credit memo.. how ever the pricing values are in an unprocessed (yellow) status.
    So after running a few test when the billing block was set on the credit memo request.. I noticed that the credit memo request was still open after VF04, would appear as unprocessed, and always show up when VF04 is ran.
    Is there some other way to get the net value of $0 to NOT appear on the credit memo beyone reason for rejection and billing block.  Maybe something in the configuration copy control??

  • Debit and credit memo request

    hi,
    1 may i know why need to create request in va01 prior to debit or credit memo in vf01?
    2 if without request, what would happen?
    thanks

    Hi,
    In the Standard Business Process, Once the Orders are invoiced and the amounts are released to the accounts, then we need to consult them before doing any adjustments. Only the authorized Finance Teams are allowed to issue the Credit / Debit memos.
    The Finance team / or some manager would review this Credit/Debit Memo request and then release the document ( After making any necessary adjustments) .
    If we dont create the request then we will not be able to create the credit memo from the SD side. i.e., thorough  VF01.
    Thanks.

  • Goods Return and Credit Memo

    Hi Experts,
    I've stuck with one problem on implementation project. The scenario is as below.
    Cut-off data is 30th Apr 2009
    Go live date declared is 30th April 2009, but the client has one specific requirement regarding the Return goods from customer.
    The industry is a publication industry. Their customers are all around the world.
    When they sale some material the goods may return after 3 years from the sale date and they give the cash back according to the invoice amount at the invoice date.
    1) We shall upload all the balances as on 30th April 2009.
    2) If any customer returns the goods which we had sold in year 2006.
    3) How to book return order, delivery and Credit Memo.
    4) What will be the effect on Inventory stock and price and according to Balance sheet.
    5) We don't have back dated data (in Year 2006) in SAP system.
    6) Client don't want to refer legacy system for the exchange rate and rate at the invoice time.
    Please guide me how to map this scenario.
    Regards
    Amol

    Hi,
    1.  If you are using ERS, then running MRRL transaction will automatically generate credit memo for your return delivery with movement type 122.
    2.  MIR5 is the one you should look into.
    3.  Take a look into ME80FN report.  Yet, this report does not indicate specifically for movement type 122.  If it is required that this movement type shall be chosen as part of selection parameters, then you should develop your own report.
    4.  There is not any particular difference if you are using movement type 161.  The only difference is that in case of using 161, you will have to raise a new return PO and make necessary GR and IR posting.  However, the disadvantage is that you will lose the track of your original PO (and PO history).
    Cheers,
    HT

  • Valuation of item cost in Sales [Return and Credit Memo]

    Hi,
            Is there any way to get item cost affected in Sales [ Return and Credit Memo(with out copy from)] documents when item qty is Nill in respective warehouse, valuation method is FIFO

    Hi,
    Item cost is only linking to purchase or production. There is no link between sales and item cost.
    Thanks,
    Gordon

  • Define key figures -incoming order, invoiced sales and credit memo in BW

    Hi everyone,
    I combined two ODS into one ODS from 2LIS_11_VAITM & 2LIS_13_VDITM. I want to generate reports that contain net value, cost of incoming order, invoiced sales, and credit memo'(SD module).
    I tried to create some calculated key figures in BW that contain the net value and cost of incoming order, invoiced sales and credit memo. However, i couldn't find relative fields to define them.
    Can anyone provide help regarding how to create those key figures in BW? Thank you.

    Hello John,
    I think the best way to check it out is by looking at the business content. There might be mapping already defined for the fields you are looking for. The one standing out is perhaps the net value 'ONET_VALUE'.
    Please try to use as much of content KF as possible. A good approach to finding the right info-objects is by searching the business content by info-sources and marking the grouping as 'Collect before and afterwords', it should list down all the dependent info-objects.
    Hope that helps.
    Cheers, Ashu

Maybe you are looking for

  • Excel file can't open via email after upgrading to OSX 10.9.2

    After upgrading to OSX 10.9.2, my Excel files are not readable when sent by email. My version for Excel is 2008 for Mac V12.3.6. I have no trouble opening Excel on my computer but cannot seem to send Excel files via email.

  • I just reinstalled PSE 9 and now my edit effects panel doesn't work when I click on it. Help!

    If anybody had this problem and has the solution, please share and I'll be a happy camper again. I have Window Vista. Thanks.

  • After Editing, Photos Change

    This was happening in iPhoto 8 and still after installing iPhoto 11...same problem. After an edit, the photo changes, not back to original, but to something other than what I edited. The thumb will show the corrupted version, but when I go back in to

  • Layout is not defaulted in ESS My Expenses

    Hi, I have gone to transaction POWL_QUERY to maintain the layout variant for FITV_POWL_TRIPS_EXP. After I saved the variant to be the default variant for all, I logged into ESS and try to access the query. However, the newly created variant layout is

  • Fixed size string and cluster files.

    Hi, i need help for 2 things : - How can i limit the string size that a user can fill. (example, 8 characters max). - I 'd like to make a file containing 1 (big)cluster / record, with the possibility to modify then with the record number , but when i