Issue related to the Credit memo and S.O.

Hi,
I have one issue related to the Credit memo and S.O.
We have a network of Dealers and Dealer inventory is linked with our system. When user creates S.O for Dealer1.If the item is not avail in our inventory and it is avail in any other Dealer inventory (Dealer2), then the system creates S.O wrt the Dealer2.
In this case as the material is directly delivered from Dealer1 to Dealer2, there is no any GI in our system.
So, the transaction with Dealer1 will be the normal as usual. But, we have to return the goods amount to the Dealer2 with any suitable way. We are considering it as a Credit memo.
My question is, as we have created S.O wrt the partner function- Dealer1 and we are creating CR memo for Delaer2, is there any way through which we can link the se two transactions with customizing so that we need not to make any ABAP programming.
I mean can we create Cr memo wrt S.O when the partner functions are different?
Pl. guide me.
Thanks,
Roopan.

You have an interesting Scenario.
You can handle this scenario in multiple ways
1. Third party Scenario (Here Dealer 1 becomes Vendor &Dealer 2 remains Customer)
2. Order related sales & credit memo.
3. Intercompany sales, where you represent dealers place as a plant in your system. (Not an ideal way to handle the scenario, but possible option)
Regards,
Rajesh Banka
Reward points if helpful.

Similar Messages

  • How to determine the credit memo and invoice in table RBKP?

    Hi all,
    I want to specific the credit Memo and invoice in the table RBKP using MIRO.
    Does any body know that any field can be specific that ?
    Regards,
    Luke

    Hello
    The Field  XRECH - Invoice will be populated with an "x" if it is an invoice else will be blank if it is a credit memo in the  table RBKP.
    Regards
    Anis

  • Issue in processing the Credit Memo Request

    Hi Experts,
    I have a price difference credit memo request created (Order Type PR10). While processing it through VF01, it is getting updated rate (for updated materials) hence total value is exceeding the value of credit memo request.
    How can I process it with the rates request was made soo that total value of both the documents remain same.
    Thanks in Advance.
    Regards
    Mukul

    Hi
    Try with Invoice Correction Request concept
    Sale document Type: RK
    Reference Document Type : Billing Number
    for Understanding the Invoice Correction request check below link
    [Creating Invoice Correction Requests|http://help.sap.com/saphelp_46c/helpdata/en/dd/55feeb545a11d1a7020000e829fd11/content.htm]
    Regards,
    Prasanna

  • 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

  • Cancellation / Reversal of Credit memos and Check for payment

    I have few cases where the credit memos and check for payment documents have been keyed with an incorrect posting date.
    What should be best approach to reverse these transactions.

    Hi Somchitra,
    in such situations ideally you would use the cancellation document standing on the original document, alas, a credit memo has no target document.
    You will need to create an invoice with exactly the same data as in the credit memo & then internally reconcile these transactions. If the credit memo was in itself generated from an invoice, you need to cancel that reconciliation first. After that you re-create the credit memo with exactly the same data, just with the correct dates.
    To cancel the cheques for payment you need to cancel the payment itself with the original document date & 'Cancelled' will be put in the 'Remarks' on the cheque.
    You will then need to recreate the payment with the correct dates.
    If you have already confirmed the printing of the cheque, you'll need to issue a new cheque number & destroy the printed copy, if it hasn't been printed, you can select the appropriate number in the 'Cheque number confirmation' window.
    As always when correcting transactions, please keep an eye on the stock transactions & make sure they are correct. Also, for auditing purposes, always enter an approriate text in the 'remarks'.
    All the best,
    Kerstin

  • Credit Memo and AR Invoice Query

    Hi Everyone,
    I'm fairly new to query writing and need to write a query that would list all of the credit memos and invoices.  I was able to write the following query that pulls just the AR Invoice info.  How do I also pull the AR Credit Memo info? 
    SELECT T0.[CardCode], T0.[DocNum], T0.[DocDate], T1.[Quantity], T1.[ItemCode], T1.[PriceBefDi], T1.[StockPrice] FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry ORDER BY T0.[CardCode], T0.[DocNum]
    When using the generator it does not link the tables together in any fashion.  I tried to just add the ORIN and RIN1 tables to it (as I can just have them listed below the invoices), but SAP appears to just lock up and I end up closing the application. 
    I searched the forum as well and found that there is a link between the two and it is:
    RIN1.BaseEntry = OINV.DocEntry
    and
    INV1.TrgetEntry = ORIN.DocEntry
    However, when I try to add these joins to the query, it ends up showing a credit memo for every single line, and I know that is not correct.  I know there are different types of joins, so perhaps I'm using the wrong join or something?
    I appreciate anybody's help.
    Thank you,
    Amanda

    Hi Amanda,
    Try this one:
    SELECT T0.CardCode, T0.DocNum, T0.DocDate, T1.Quantity, T1.ItemCode, T1.PriceBefDi,
    T1.StockPrice FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    UNION ALL
    SELECT T0.CardCode, T0.DocNum, T0.DocDate, T1.Quantity, T1.ItemCode, T1.PriceBefDi,
    T1.StockPrice FROM ORIN T0 INNER JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry
    ORDER BY T0.CardCode, T0.DocNum
    Thanks,
    Gordon

  • Value date in the credit memo.

    Please explain the Use of the Value Date determination of the credit memo and How Does it help in payment Reconcillation
    Also There is a Indicator in the RV document type: Credit Memo W/Value Date
    What is the consequence of flagging the same.
    Edited by: SAP Consultant on Dec 10, 2008 12:47 PM

    thanks

  • Order related inter company credit memo - Order status 'Not Invoiced'

    Hi,
    We have recently created 'Order related inter company credit memo' process for return Stock Transport Orders(STO). For this, we used order related billing (billing relevance = C i.e. Relevant for ord.-related billing - status acc.to target qty) with standard item category 'G2N'. The issue is even after invoicing, sales order item status is 'Not Invoiced' and header status is 'Open', hence these orders are picked up multiple times during background invoice run and multiple invoices are being created.
    How do we control the 'Completion' status in order related inter company billing? VBUP-FKSAA is not changed even after billing document creation and remains as A i.e. Not yet processed. Do i need to check VBUP-FKIVP since this is inter company billing.
    I have also tried with TVAP-FKREL as 'B' i.e. Relevant for order-related billing - status according to order quantity but of no use.
    Please advise.
    Thanks in advance.
    Regards,
    Ganesh
    Edited by: Venkata Ganesh Perumalla on Nov 10, 2010 6:08 PM

    HI,
    Check too the Note 308989 - Consultant note for cross-company transactions
    It says:
    I.1.5 Returns request (IR) - returns delivery - customers credit memo -
    intercompany credit memo (IG) (RETURNS)
    The customer credit memo is created for the returns request and the
    intercompany credit memo is created for the returns delivery.
    Regards,
    Eduardo

  • Return to Vendor with Shipping - Help with the credit memo

    Hey guys,
    I've configured return deliveries to vendors, using a return PO with shipping, then creating an RL delivery type > transfer order> post goods issue.
    All that works fine. My trouble is trying to set up the credit memo. I'm not an SD consultant so I don't know too much about billing.
    I go to VF01 to create the billing document, however I receive an error that the delivery type (RL) is not allowed for billing type F2. I know where the config is to set up this relationship (SD>Billing>Maintain Copying Control for Billing Documents), but I would have thought a different billing type (something for credit memos) would be used instead of F2.
    In standard sales, the billing type is determined from the sales order type. As there is no sales order in this instance, where is the billing type being determined? Why is SAP trying to create my billing document with and F2 billing type.
    Thanks for you help/info,
    Mark.

    Sorry, this is not clear to me.
    If you send back goods to your vendor - generally - you send back the goods because those goods are damged. In this case it is your vendor who issues credit memo and not you to your vendor.
    MM credit memo (that is issued by your vendor) can be posted in MIRO. If your vendor issues debit memo it can be posted in MIRO too.
    Please check retrun delivery with mvt 122:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a5/63351643a211d189410000e829fbbd/frameset.htm
    Return delivery with mvt 161:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a5/63341243a211d189410000e829fbbd/frameset.htm
    So, I don't think you can do anything with your return delivery in VF01.
    Regards,
    Csaba

  • Cancel the credit memo

    Dear Guys ,
    the user has posted the credit memo accidentally instead of Posting the invoice in MIRO txn for the PO . Coudl you Please tell me how to cancel this credit memo . We are using MR8M txn , with the reversal reason as "02" the user is getting a  error message as " Quantity invoiced greater then GR quantity" . But if i use reversal reason as " 01" then the allowed posting periods 06/2011  12/2010 are allowed for the compnay code  is displaying .
    Help me regadring this issue .

    Hi
    Goto MIRO Click on the 3rd Button other invoices and input the credit Memo document. Then in invoice document menu click on the reverse.Give the reson and press enter.
    If you cancel the credit Memo it will become Invoice and vice versa.
    Posting period issue check in MMRV for allowed posting period.
    Hope it helps
    Karthik
    Edited by: Karthik on Jun 30, 2011 12:05 PM

  • AP Credit Memo and Good return, creates differences between TB and Stock Audit Report

    Hello Experts,
    Did any one has ever faced an issue, whereby AP Credit Memo and Good Return creates discrepancy between journal entry and the stock audit report?
    Here is the scenario:
    AP Credit Memo
    Description
    Quantity
    Unit Price
    Total
    Item A
                    30
                3,400
       102,000
    Journal Entry :
    Debit
    Business Partner
         105,000
            Credit
                          Stock
         105,000
    Inventory Audit Report
    Description
    Quantity
    Cost
    Transaction Amount
    Item A
                            30
                         3,500
                                                    105,000
    Journal Entry :        
    Debit
    Business Partner
         105,000
            Credit
                          Stock
            105,000
    The difference is actually due to the moving average, but the strange part is why the difference is not posted in the journal entry, in the Price different account?
    This makes the stock account amount to be different from the Trial Balance and the Stock Audit Report.
    And this is applied also on the Good Return transaction.
    Any help is highly appreciated.
    Best Regards
    Cedric Kayitare

    Hi Cedric,
    Price & Item cost are different.
    while making goods return , Direct AP Credit Note, Sales Delivery, Direct AR Invoice, stock is going outside.
    In these transactions Journal entry will happen for Item cost and not Item sales or Purchase price.
    Please enable item cost field in line level and check whether above formulae is matching with Item, cost field.
    Then what is the importance of price in these documents??
    Price is the agreed selling or purchase price for trading with Customer and supplier.
    In your example
    You are returning back material worth 105000(as per moving average price), but supplier is supposed to give only you 102,000.
    Hope you understand
    Thanks
    Unnikrishnan

  • Credit memo and debit memo

    Can some one kindly explain the img config step by step and how to check this setting in easy access.
    Thankyou in advance
    Rewards are assured
    Best regards,
    R.Srinivasan

    REFER BELOW REWARD IF HELPS
    Debit note and Credit note?  What is the purpose?  How we create?
    1. 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.
    2. 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.
    You can use credit memos in Sales and Distribution (SD) for assigning credit memo requests to the open invoices and in Financial Accounting (FI) for assigning  credit memos and payments to the open invoices and carry out clearing with them.  If you use both Financial Accounting (FI) and Sales and Distribution (SD),  there is a 1:1 relationship between the credit memo request and the credit memo item posted in Financial Accounting (FI). As soon as you bill the credit memo request together with other sales orders, or distribute the items of one credit memo request to several billing documents, the assignment is no longer valid and the system will not process it.
    For  credit memos, credit memo requests, and payments, you have the following assignment options:
    - Assignment to a single invoice
    - Assignment of a partial amount to an invoice
    - Assignment to several invoices
    When you post  credit memos, the payment programme processes them automatically. If the credit memo is specifically related to a particular open invoice item, the payment program automatically attempts to offset the credit memo against the open item. If it is not possible to completely offset the credit memo against an invoice, you can post a debit memo to the vendor, who is to reimburse the amount.  Then you can apply a multilevel dunning program.
    3.  Debit memo request 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.
    4.  As mentioned above, creating a credit or debit memo request enables you to create credit or debit memos based on a complaint. For this first create a sales document with the order type for a credit or debit memo  request. You can create the debit  or credit memo requests in the following ways:
    – Without reference to an order
    – With reference to an existing order
    Here you enter which order the complaint refers to.
    – With reference to an invoice
    Here you enter which invoice the complaint refers to.
    In all cases, you specify the value or quantity that should be in the credit or debit memo
    5. You can block the credit or debit memo  request from being billed in Customizing. Go to Sales -> Sales Documents -> Sales document header -> Define sales document type and select the billing block field in the billing section.  This request can later be reviewed along with similar ones, - if necessary, by another department. The request for a credit or debit memo  can then be approved or rejected.

  • Credit memo and debit

    I need the 2 standard form name for credit memo and debit memo.Its SD related.
    Where can I find ?
    How to link with print program after customizing.
    thanks

    Hi
    This may be helpful.
    use the same Invoice Script/smartform for Credit/debit memo's
    INVOICE
    Output type : RD00
    ScriptForm Name : RVINVOICE01
    Driver Program Name : RVADIN01
    smartform name : LB_BIL_INVOICE
    Smartform Driver Pgm: RLB_INVOICE
    Reward points if useful.
    Thanks & Regards
    vinsee

  • Tables for credit Memo and Purchase order

    Hi all,
    I need to develop a report to dispaly all the credit memos for the open qty,
    My issue that is  there any table where we can have information for credit memos and purchase order,
    like the input fields is company code,customer number,fiscal year,
    hope you understnad,
    Please let me know if you need any more information,
    Thanks&Regards,
    Cghand

    Hi
    Invoice Verific. table:
    RBKP - Document Header: Invoice Receipt
    RSEG - Document Item: Incoming Invoice
    Regards
    Prasanna

  • Credit Memos and KE27 periodic valuation

    Hi
    We created a credit memo without reference to a billing document with actual goods return in period 03 2012 (June 2012). Then we ran ML settlement.
    We when we ran KE27  we got the error message MLCCS030 no valuation exists for material #
    We did not know why this was a problem. When we received the credit memo for goods return copa was created with
    COGS value field was filled with say 100$.
    Also qty field was filled with say 10 numbers.
    Any thought proces. We are in midst of closing and we need response very soon.
    Thanks
    Raj

    Hi,
    Hi,
    The T-code-KE27-Run Periodic Valuation of Actual data is actually meant for actual data related postings for CO-PA. Periodic valuation makes it possible for you to select and valuate actual data which has already been posted to Profitability Analysis (CO-PA). It uses a valuation strategy defined especially for the point of valuation 02 (Periodic actual valuation). This function is available for the record types A (incoming sales orders) and F (billing data) as well as user-defined record types.
    Periodic valuation is useful, for example, if you posted line items to CO-PA at the beginning of the period using the standard cost of goods manufactured, and want to evaluate them again later using the most up-to-date costs or using the actual costs of goods manufactured determined in Material Ledger.
    The system posts the difference between the original values of the line item and the new values in a new, separate line item. If you perform periodic valuation more than once for a single line item, the system posts a new "difference" line item each time the values change.
    Once you have performed periodic valuation, you can display the new values in the information system.
    For valuation using material cost estimates, you can choose the alternative option of displaying the periodically calculated values separately from the original values. To do this, you need to define special value fields into which to store the values from periodic valuation.
    Only values that are calculated in CO-PA during valuation can be recalculated in periodic valuation. However, those quantities and values that are stored according to the same value field assignment found in SD pricing when transferred from sales orders and billing documents remain unchanged
    CKMLCP is not must for KE27.
    Revert for clarification.
    S.Subbiah.

Maybe you are looking for

  • How to insert vietnameese text in a form

    Hi all, How to insert Vietnamese text in a smartform since it is not supported by SAP.

  • Ethernet Cable Hookup

    Hello, this may be quite a stupid question and all, but I need some help when referring to a good, thorough hookup with my etheret cable to my Mac. I've had this hookup for a few months since we got the Mac now and it's done okay ( also recently foun

  • Separate search field in Safari

    Ugh, I finally got around to updating Safari. I want to add my voice to others saying just how much I HATE not having a separate search field. Seriously, I might as well just use Chrome now. Making this one field is a horrible UX idea...aren't you gu

  • What exactly IS the "compliation" function in iTunes?

    I even searched under iTunes Help, and I can't figure it out...what is it, how does it work, and what is it good for??

  • Launchd with keepalive is restarting already running daemon

    I'm trying to start the Nagios nrpe daemon via launchd and want to use the keepalive feature. However, as soon as I load the plist with launchctl, launchd keeps starting the daemon every 10 seconds although it is already running. Here's the .plist I'