Credit memo request(SO) w.r.t Invoice

Hi want to create a Credit memo request (sales order) with respect to a invoice.
Can any body suggest me a bapi or Fm which will directly create a sales order with input as invoice number?
Also all mandatory import export parameters to be filled?
Thanks in Advance,
Rohan.

Rohan,
SD_SALESDOCUMENT_CREATE
In that for with reference pass
REFOBJTYPE
REFOBJKEY
REFDOCTYPE
also check the BAPI's
BAPI_DRMCREDITMEMOREQ_CREATE
BAPI_DRMDEBITMEMOREQ_CREATE
Amit.

Similar Messages

  • Message V1478 - Credit memo request with reference to an invoice

    Dear all,
    Creating a credit memo request with reference to an invoice, I get the following message "Material in item 000060 does not exist in plant/storage location".
    Of course, this material exists in the plant and the storage location, as we could create the invoice without any problem.
    Any idea?
    Best regards,
    Iné

    Hello
    Generally, these errors may appear due to:
    - The plant is marked for deletion.
    - The plant should be copied from the referenced item.
    So, I would suggest you to
    - Check copying control for Invoice to Credit memo request, particularly, item.
    - Try and create Credit Memo Request with reference to sales order.
    - Or if you want rectify a invoice, then use invoice coreection request.
    Thanks & Regards
    JP

  • Credit memo request with reference to many invoices

    Hello All
    I am having a business case where  the user trying to create a credit memo request with reference to the invoice which is already issues to the customer
    there he realized there are around 60 line item from different invoice has to be created for the same payer
    Is there is any way where we could create one credit memo request with reference to many invoices for only one payer?
    Thanks

    Hello,
    I doubt whether this can be possible to create a credit memo request from many invoice's line items together.....
    But it is (the answer given above) worth trying in your test/ QA system before recommending it to the user.
    Regards,
    SAM

  • Error while creating Credit Memo Request for Milestone billing invoice

    Hi All,
    I have a scenario where i have Milestone billing(% based) at header level in Contracts. I create Invoice for that and then try to create Credit Memo Request with reference to the Invoice.
    Problem comes when we try to change the qty in the credit memo request. we are able to change the qty but the value is not changing. It remains the same constant value of that milestone.
    In my copy control from Invoice to Credit memo request for the item category i have maintained the pricing type as "C" because i want to copy and manual conditions.
    So kindly let me know which config setting should be done so that whenever i change the qty the value should also be changed.
    Please Note : This is happening only when my billing plan is at header level. For Billing plan at Item level its working fine.....
    Thanks.....

    Hiiii.....
    Can anyone please advise on the below issue of mine.....
    Thanks alot for the help.......in advance

  • Item Pricing date from ref. Invoice not copied into Credit memo request

    Hi SAP experts,
    If a reference invoice includes several pricing dates on item level
    only the first pricing date will be copied into the credit memo request.
    Example: Invoice includes three items. First item has pricing date
    2007-03-01 and item 20/30 have pricing date 2007-03-03. When creating
    a credit memo request with reference to this invoice,
    Pricing date 2007-03-01 will be copied to VBKD-PRSDT field
    on header/item level.
    When the customer has a foreign currency in use, the exchange rate
    in the credit memo request will be from 2007-03-01 and not from
    2007-03-03 for items 20/30. This is wrong.
    Can you help in finding a solution? Copying routines?

    Hi,
    Yes data transfer routine is the solution for this.You can create and assign a new routine in the copy control at item level for Invoice to Credit memo request.Here you can write the code as to transfer the data of pricing date field form billing document to credit memo request.
    This should work.
    Reward points if useful.
    Regards,
    Amrish Purohit

  • Copy control from Invoice to Credit Memo request

    Hii All
    We have a requirement where when we create an credit memo request with reference to the invoice we want that PO number in the invoice should be copied to the credit memo request.
    Can this be done through copy control or some user exit needs to be implemented for the same.
    Pls do let me know.
    Thanks & Regards
    Gaurav Manocha

    What are the Routines & Copying Requirements being maintained in the Copy Control from Billing Document to Credit memo Sales Document Type.
    It should be Billing Document Header "052", Billing Business Header Data "103'. Copying Requirements should be "021".
    Kindly check and revert back.
    Best regards,
    Ankur

  • Credit memo request status is being processed

    hi gurus, we raised a credit memo for partial amount of invoice. in document flow credit memo request status is showing as being processed. when does the status change as completed. what step we

    Hi Lakshmipathi,
    Thank you once again for the prompt reply, in the document flow it shows it has been invoiced and a credit memo request has been generated, then a credit memo with reference to credit memo request for partial amount of invoice has been created. In document flow it is showing as credit memo request is being processed. so what would be the next step to invoice customer for the remaining amount of invoice.
    Thank you in advance,
    Naga.

  • Problem while doing invoice for Credit memo request

    Hi all
    I very well known that Out boud Delivery is not needed for Credit memo request but after saving the CMR and when i raise the Credit Memo (VF01) system is showing a error message saying "PGI not done for Outbound Delivery 30047402"
    In CMR document type i have set the order related billing and i have removed the billing block also
    I have raised the CMR based on Invoice
    Kindly help me in this regard
    Regards
    BMS

    Hi Raj Aryan Malhotra, Thanks for ur reply
    The setting which u said are already there
    The second one that is, change the copying requirement of header to 11. i did this but this time the message was different "The document is not relevant for billing" . After checking the log i could the follwoing info
    Client                                                   240
    Group Number
    Sales Document Number
    Item Number of the SD Document         000000
    Schedule Line Number                         0016
    Counter in Control Tables                     00
    Message Identification                         VF
    System Message Number                    016
    Output Type                                        I
    Message Variable 01
    Message Variable 02
    Message Variable 03
    Message Variable 04
    Group Type                                         F
    Kindly help me to resolve this also
    Regards
    BMS

  • Creation of sales order(Credit memo request) w.r.t invoice

    Hi want to create a Credit memo request (sales order) with respect to a invoice.
    Can any body suggest me a bapi or Fm which will directly create a sales order with input as invoice number?
    Also all mandatory import export parameters to be filled?
    Thanks in Advance,
    Rohan.

    You should be able to use one of these BAPIs (depending on your release - the ...2 one is the lates and greatest, it seems):
    BAPI_SALESORDER_CREATEFROMDAT1
    BAPI_SALESORDER_CREATEFROMDAT2
    BAPI_SALESORDER_CREATEFROMDATA
    You'll find a lot of information on them anywhere, please use search. There is also a decent documentation available for each one of them.
    The invoice reference will have to be entered as follows (note that it's always at line level):
        order_items_in-ref_doc = <invoice number = VBRK-VBELN>.
        order_items_in-ref_doc_it = <<invoice line number = VBRP-POSNR.>.
        order_items_in-ref_doc_ca = 'M'.   " or whatever category is applicable
    Keep in mind though that BAPIs do NOT always work the same way as VA01. If, for example, you have the requirements and copy routines (VOFM), they might get bypassed when creating an order with BAPI.
    Any follow-up questions I'd suggest to post in ABAP forum. Good luck!

  • Creation of Credit Memo request from Invoice.

    Dear All,
    We have requirement for creation of CRM Credit Memo request from CRM Invoice.
    Please guide any one if you have clue on this requirement.
    Regards,
    Mallik Kosuru

    This can be achieved by creating  complaints . You create a complaint -credit memo request-credit memo  with reference to billing document, refer to C28 CRM complaints for more info.

  • Creation of  Credit Memo request from the contract invoice

    Hi all,
    I would like to know the relationship between the contract invoice (billing document type, ZULG) and the associated credit memo requests. I have the billing document no, and need to know all the associated credit memo requests.
    It is possible to find the reference billing document from the credit memo request, as it is created with respect to a billing document, but is it possible to find the credit memo requests from the billing document?
    Any info on this relationship would be really appreciated.
    Many thanks,
    Sruthy

    Hi!
    If the credit memo is created as a follow on order with respect to the contract, it is possibel to find the credit memo request through the doc flow.
    Thanks & Regards
    Birlabose

  • Credit Memo Request Vs. Invoice Correction Request

    Hi,
    I have done tests and searched the forums but I don't understand the difference between a credit memo request and invoice correction request.
    What are the business scenarios for each? They both create a credit memo in the end (just one has 2 line items and the other has 1).
    Thanks,

    Hello,
    When customer has a complaint about the products or when return delivery happens, usually you give the customer credit memo with reference to the credit memo request. It can either be created with referent to sales order or billing documents.
    Whereas in Invoice correction request, any changes occurs in either  quantity or value of the order, you create invoice correction request which is followed by credit memo. It always be created with reference to billing documents. Morever its not necessary that credit memo always be created, it may be debit memo as well.
    Hope it clears your doubt
    Regards,
    Jaydeep

  • Copy Credit Memo request from Invoice

    Hi,
    In one of the scenarios, the credit memo request is credted with reference to the invoice.
    Once it is creted, we can change the price in the ine item of the credit memo request. If the price entered is more then that of the invoice line item, the system gives an error (validation is already there). If the price entered is less than that of the invoice line item, the system allows processing with a warning.
    The issue is, If we add another material in the credit memo (which doesn't have any invoice reference ) the system allows to enter price without any limitaion. That means the validation is failing.
    Is there any way to block this? OR the system should not allow adding materials in the credit memo other than that of reference invoice. Can anybody suggest?
    Regards,
    Sam

    Hi,
    In the COPY CONTROL from BILLING TO SALES ORDER VTAF, select your Source and Target documents and selet the ITEM
    and select the ITEM CATEGORY of your document  and in te COPY REQUIREMENT select the ROUTINE 303 whcih will copy the items from the souce only and will not allow to enter any item manally at the CREDIT MEMO
    Please check this and revert back
    regards,
    santos

  • Invoice generated with out release to accounting, credit memo request and credit memo raised

    Dear SD Experts,
    I have a situation where the invoice is not released to accounting , but credit memo request and credit memos are being raised...now user would like to release the invoice to accounting (after raising credit note request and credit note), is it possible how do i handle this,
    (There is no delivery as this is service business scenario).
    Thanks in advance
    krishna

    Go to 'VFX3' and give the inputs, then select right line and click the FLAG option. It will be manually released to accounting, If not you might find the reason for block.
    Revert back with your results.
    Anandkumar KS

  • Credit memo request and invoice correction request

    Hi,
    Can anybody please explain the difference between Credit memo request and invoice correction request?
    Regards
    Deepak

    Hi Deepak
    Credit memo request --  A credit memo is used when a customer has to get receive some credit amount to customer
    Example : If billing happens for 100pcs but any damage happened in transit and he received only 75pcs and the customer has paid for 100pcs then we can raise the credit memo only for that 25pcs qty
    Invoice Correction request -- It is a also a  document type where a customer can receive anyone debit memo or credit memo  based on the request raised by the customer
    Credit memo Example : If the billing happens for 100pcs and the billing  price is Rs.25000/- but do to some mistake Rs.27500/- happened then a Credit memo has to be issued to customer
    Debit memo Example : If the billing happens for 100pcs and the billing  price is Rs.25000/- but do to some mistake Rs.23500/- happened then a debit memo has to be issued to customer
    Regards
    Srinath

Maybe you are looking for

  • Copy and paste, without maintaining the font?

    Hey all. I keep running into this annoying situation where i copy and paste into a pages document, and i would like the pasted text to match the font and size of the rest of the text in the document. Is there a way that i can avoid having to select t

  • Facebook will not show profile pics or chat list pics , but ie will , is it a setting

    the only pics (icons) it will show are the generic male female icons that facebook provides if you don't load your picture when i check the error console it has lots of errors ,,,,,i don't know a thing about that part, as far as i can tell only faceb

  • Thermistor

    I am struggling with what I think should be a relatively simple problem.  I am trying to read a temperature with a 10K ohm Vishay thermistor.  I picked this thermistor because there were sample VI  codes and a link to the data sheet on the NI website

  • View a column dynamically

    Ok, i have a report that displays data for an event registration. The last field is a link that displays if there is an online form that may be filled out. I need to have this show for events that havve online registration available but not for event

  • Pessimistic locking Vs Optimitic locking  In ERP

    Hi all " Pessimistic locking Vs Optimistic locking To advice MY ERP " Im SASI , Now I have a problem for using locking system in update problem I am using Oracle 10g and Java 5.0(Netbeans) My PL to advice for pessimistic locking system , Now I want t