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

Similar Messages

  • Document is not creating with reference to existing doc?

    Hello
    I am trying to COPY the MS Word(document 'as is' including formatting options) of my_existing_word_doc into a new_word_doc, both documents path is local machine, so, i wrote the code as below,
    REPORT  ZWORD_TEST.
    INCLUDE ole2incl.
    DATA: w_word            TYPE ole2_object,
          w_document        TYPE ole2_object,
          w_selection       TYPE ole2_object,
          w_find            TYPE ole2_object,
          w_replacement     TYPE ole2_object,
          w_font            TYPE ole2_object,
          w_paragraphformat TYPE ole2_object,
          w_line(80).
    START-OF-SELECTION.
    * Create OLE automation object of type Word.Application.
      CREATE OBJECT w_word 'Word.Application'.
    * Display MS-Word when executing the program.
      SET PROPERTY OF w_word 'Visible' = 1.
    * Open doc
      CALL METHOD OF w_word 'Documents' = w_document.
      CALL METHOD OF w_document 'Open' EXPORTING #1 = 'C:\Users\MIKE1\Downloads\Desktop\my_existing_word_doc.docx'.
    * Add data to the new MS-Word document.
      CALL METHOD OF w_word 'Selection' = w_selection.
    *  CALL METHOD OF w_selection 'ParagraphFormat' = w_paragraphformat.
    *  CALL METHOD OF w_selection 'Font' = w_font.
    *Select All
      CALL METHOD OF w_selection 'WholeStory'.
    *Copy
      CALL METHOD OF w_selection 'Copy'.
    *Close Doc
      CALL METHOD OF w_document 'Close'.
      FREE OBJECT w_document.
      FREE OBJECT w_selection.
    *  FREE OBJECT w_paragraphformat.
    *  FREE OBJECT w_font.
    *Open new blank doc
      CALL METHOD OF w_word 'Documents' = w_document.
      CALL METHOD of w_document 'Add'.
    * Add data to the new MS-Word document.
      CALL METHOD OF w_word 'Selection' = w_selection.
    *  CALL METHOD OF w_selection 'ParagraphFormat' = w_paragraphformat.
    *  CALL METHOD OF w_selection 'Font' = w_font.
      CALL METHOD of w_selection 'Find' = w_find.
    *Paste from Clipboard
      CALL METHOD of w_selection 'PasteAndFormat'
        EXPORTING #1 = 1.
    *Find and Replace
      CALL METHOD of w_find 'ClearFormatting'.
      CALL METHOD OF w_find 'Execute' EXPORTING
        #01 = 'Old_text'
        #10 = 'Revised_Text'
        #11 = 1.
      FREE OBJECT w_document.
      FREE OBJECT w_word.
    but,
    1) Its not creating any new document at all!
    2) When should i pass my new document name as "my_new_word_doc", and where should i mention the saving location/path for this new doc?
    3) Even i am not sure that, its copying the doc as whole? bcz i can check becausem, its niot creating a new doc!
    Thank you

    Hi
    As per STD SAP, all billing items will be updated in RG1 register.
    The control is in J1ID where you have to select "Material and Chapter ID combination" and choose the tab "Material type".
    There against the billing material code, maintain "F"
    Also check setting
    IMG --> Logistics General --> Taxes on Goods movements --> India Check Basic Settings, Master Data, A/c deteremination, Business transactions and Tools.

  • Credit Memo request with reference to Billing Document number via IDoc

    Hi,
    I want to create credit memo request with reference to billing document number via IDocs.
    I have tried through ORDERS05, but when I process I saw that it is only processing with reference to contract  number or quotation.
    So is any other way of creating credit memo request creation with reference to Billing document number via IDocs?
    Thank you in advance.
    Regards,
    Santhi

    Please Help... it is Urgent...  Thank you

  • Credit memo to be created with reference to return delivery

    Dear Gurus,
    We have a requirement for mapping return process
    Credit memo to be created with reference to return delivery (instead of with reference to return order)
    Following issue faced in mapping the same:
    Billing document No. 1234 dated 25.03.2010 where there is 4% VAT.
    when we are creating return order with reference to billing document 1234
    4% VAT is calculated since the Service Rendered date is 25.03.2010 (Copied form Billing document)
    return delivery is created today 08.04.2010. (VAT revised to 5%)
    when credit memo is created with reference to delivery document
    VAT is calculated 5% which is applicable from 01.04.2010
    since the service rendered date is appearing in billing document
    08.04.2010 (the date of Post Goods Receipt).
    The VAT should be actually 4% in Credit Memo.
    regards,
    Rajesh T

    In the copy controls from delivery to Invoice, at the item level try to use pricing type C and Pricing source Blank ( Blank is order).
    If it doesnt work , then you might have to go for a requirement routine for this Tax , based on the document category that is being processed, read the tax from the originating order.Assign the routine to tax condition in the pricing procedure.
    Regards
    Sai

  • Invoice Correction Request with reference to Billing plan

    Dear SDN frnds,
    I'm having one query in Invoice Correction Request (ZBOC) creation,
    While creating with reference to billing document of billing plan type (ZCI), the net value in Invoice Correction Request is '0' and the net value is not modifiable during any correction done in quantity (L2N) debit, the net value still remains '0' and it is greyed.
    It should get modified!!!
    My configuration in copy control from Billing document (ZCI) to Sales document (ZBOC)
    Header level :
    DataT: 052 - Billing doc. header                           Copy requirements: 021 - Billing header
                                                                             Copy item no. activated
    DataT: 103 - Billing business header data
    DataT: 003 - Billing header partner
    Item level :
    DataT: 153 - Item from billing document                Copy requirements: 303 - Billing header
                                                                             Copy item no. activated
    DataT: 104 - Billing business item data                 Pricing type - E
                                                                             2nd Pricing type - F
    DataT: 004 - Billing item partner                           X - Update document flow
    Billing plan - 402 - Billing plan
    Kindly resolve my issue............
    Best Regards,
    Giridharan (Mumbai)

    Dear Sagar,
    I have selected 'E' in Pricing type in Item category, I didn't make any changes here (Credit memo item in order, Copy control Bill to sales order) and 'M' in 2nd pricing type in Item category, (Debit memo item in order,  Copy control Bill to sales order). Still it didn't worked out.
    Kindly reply me your views and suggestions.
    Thanks for your support.
    Best Regards,
    M. Giridharan
    Edited by: Giridharan Manokaran on May 18, 2009 11:36 AM

  • Pricing procedure determination for complaint document with reference to billing

    Hello Guys,
    I am configuring complaint process for project purpose and I got stuck. I need to change the pricing procedure which is determined for complaint
    document . Right now the pricing procedure is copied from Billing Document for which complaint refers to.
    I am searching a place in configuration where I could change the pricing procedure determination for complaint document with reference to billing doc.
    Could you please advise where I can find it ?
    Thank you in advance!
    Br,
    Frederic

    Hello Frederic,
    I would check the following in SPRO:
    - CRM
    - Basic Functions
    - Pricing
    - Pricing in the Business Transaction
    - Determine Pricing Procedures
    Here the pricing procedure depends on sales organization, division, distribution channel, document pricing procedure and and customer pricing procdure.
    Best regards,
    Thomas Wagner

  • Credit/Debit Memo Request with reference to Billing document via IDoc

    Hello Experts,
    It seems SAP doesn't support Credit/Debit Memo Request with reference to Billing document via IDoc. Via IDoc, we can create sales document only with reference to contract or quotation but not with reference to billing/invoice document.
    Wanted to check if anybody came across such requirement and what would be the best way to acheive (Other than custom program using BAPI).
    Additional Information: Its ECC 6.0 Environment with AFS 6.03
    Appreciate your help.
    Thanks,
    Shekhar.

    Please Help... it is Urgent...  Thank you

  • Credit Memo request with reference to billing document

    Dear all,
    I am having a requirement to create credit memo request with reference to Billing document. But the issue is, I have separate pricing procedure for normal sales to billing, and different pricing procedure for CMR to Credit memo.
    When I am creating CMR with reference to Billing document it copies the pricing procedure, Please suggest how to block pricing procedure to get copied. (please note that B: redetermine pricing, is not working in this case)
    Suitable points for valuable answers guerenteed.
    Regards
    Bidhu

    Hi,
    In VTAF maintain the folowing parameters,
    HEADER
    053,103 and 03 in the Data T in this order from top to bottom,maintain 021 in the billing header box and check the copy item number box.
    ITEM
    153,104,004 in the Data T in this order from top to bottom,maintain 303 in the copying requirements box and pricing type E.
    This should resolve your issue.

  • Credit memo for returns with multiple reference deliveries

    Hi Experts,
    I have few credit memos for returns with multilple return orders and return deliveries in document flow.
    I want to find out where do we configure this setting in which there will be single credit memo for multiple deliveries.
    And how system decides the common factors in deliveries for this credit memo?
    Please guide.
    -Chetan Barokar.

    Hi,
    In copy control settings of delivery document to billing document you can maintained the requirement routine Data VBRK/VBRP as 03 - Single invoice for an item category, as theinvoice spliting will be control from copy control.
    with regards
    Vivek.

  • Creating sales order document with reference to billing document

    I have to create sales order with reference to existing billing document. I have tried to following bapis.
    1. BAPI_SALESORDER_CREATEed
    I have successfully created document with following details.
    -->ORDER_HEADER_IN:
    DOC_TYPE = ZRK
    SALES_ORG = 3000
    DISTR_CHAN = 00
    DIVISION = 00
    ORD_REASON = 100
    SD_DOC_CAT = L
    CURRENCY = EUR
    REF_DOC = 100000028
    REF_DOC_CA = M
    -->ORDER_ITEMS_IN:
    ITM_NUMBER = 000010
    MATERIAL = 701791
    TARGET_QTY = 0000000001000
    CURRENCY = EUR
    REF_DOC = 100000028
    REF_DOC_CA = M
    -->ORDER_PARTNERS:
    PARTN_ROLE = SP
    PARTN_NUMB = W12001
    COUNTRY = NL
    by providing this input i am able to create the document but it is not picking up the net value. so i have passed some extra paramters in ORDER_ITEMS_IN
    COND_TYPE = PNET
    COND_VALUE = 14,56
    COND_D_UNT = PC.
    folowing error is occured: Condition PNET is missing in pricing procedure A V Z0000.
    is it something related to configuration problem?
    2.BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2
    I have used same test data that is used for BAPI_SALESORDER_CREATEFROMDATA (where in i coudl succefully create doc). but here i encounterd following error.
    Unpermitted combination of business object BUS2032 and sales doc. category L.
    When i created manually using transaction : VA01
    I could do the same by passing following inputs:
    DOC_TYPE = ZRK
    SALES_ORG = 3000
    DISTR_CHAN = 00
    DIVISION = 00
    Reference document number.
    Please suggest me right way of approach.

    Hi,
    In SAP, when the sub-sequent document is existing , we can not cancel the preceeding document. Therefore if you want to cancel the billing document you need to calcel the documents which are created with reference to that.
    Check and confirm.
    Regards,
    Ravi Duggirala

  • Create Sales Order With Reference to Billing Document Using BAPI_SALESORDER

    Hi,
    How can i create a sales order With Reference to Billing Document Using BAPI_SALESORDER_CREATEFROMDAT2?
    Thanks in advance,
    Alejandro.

    I have to create sales order with reference to existing billing document. I have tried to following bapis.
    1. BAPI_SALESORDER_CREATEed
    I have successfully created document with following details.
    -->ORDER_HEADER_IN:
    DOC_TYPE =                  ZRK
    SALES_ORG =              3000
    DISTR_CHAN   =            00
    DIVISION =                    00
    ORD_REASON =            100
    SD_DOC_CAT   =          L
    CURRENCY       =         EUR
    REF_DOC          =         100000028
    REF_DOC_CA    =         M
    -->ORDER_ITEMS_IN:
    ITM_NUMBER    =           000010
    MATERIAL          =          701791
    TARGET_QTY     =          0000000001000
    CURRENCY        =          EUR
    REF_DOC           =          100000028
    REF_DOC_CA     =          M
    -->ORDER_PARTNERS:
    PARTN_ROLE      =          SP
    PARTN_NUMB      =         W12001
    COUNTRY             =         NL
    by providing this input i am able to create the document but it is not picking up the net value. so i have passed some extra paramters in  ORDER_ITEMS_IN
    COND_TYPE          =        PNET
    COND_VALUE        =        14,56
    COND_D_UNT        =         PC.
    folowing error is occured: Condition PNET is missing in pricing procedure A V Z0000.
    is it something related to configuration problem?
    2.BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2
    I have used same test data that is used for BAPI_SALESORDER_CREATEFROMDATA (where in i coudl succefully create doc). but here i encounterd following error.
    Unpermitted combination of business object BUS2032 and sales doc. category L.

  • Enable - Create With Reference in Sales order

    Hi All,
    I want to enable - Create With Reference in Sales order
    We have 1 billing doc type YX1 to be used as reference for a sales order type ZX3
    How to enable Create with reference from Sales Document type YX1 to Sales Document type ZX3.
    Currently, I am getting error 'Copying from sales document type YX1 to ZX3 is not supported'.
    Please let me know the steps to be followed.
    Thank you!
    Regards,
    Shanu Jain

    Hi,
    The error clearly suggests that there is no copy control maintained b/w invoice YX1 and sales order type ZX3. You need to maintain that in SPRO > Sales and Distribution > Sales Documents > Copy control for sales documents. (You may check the correct node here). Here, you select the billing document to sales document.
    Check for source and destination. You can take the source as F2 and CR (if ZX3 is a credit Memo request) as Destination document. You can copy the same and change the source and destination as YX1 as source and ZX3 as destination. Then, at the item level, if you have a new item category you can specify it as the 'Proposed Item Category'. Save it.
    Now try to create the sales document ZX3 w.r.t YX1... It should work.
    Hope this helps
    Thanks
    Mukund S

  • Condition types doubling/tripling/...when sales documents created with reference to other documents

    Hi,
    When I create a sales order with reference to a Quote, the pricing condition types are duplicating. Same is happening when subsequent documents like Billing, credit memo request and credit memo are created. Particularly, the condition types  are doubled/tripled/.... in the subsequent documents. Because of this, pricing net value is calculated wrong. For example, freight charges getting added twice. I searched the forum and found similar issue was discussed at Condition types - Doubling UP  raised by forum member Sridhar Vijjhalwar, however there is no solution added in it.
    Has any other member came across this issue and resolved?
    I have checked the access sequence and exclusive indicators are checked. Copy controls are also checked, looked good and I tested by adding copying type D/G. Checked OSS note also and found one OSS note 1459807 - Invoice has missing/incorrect conditions when created from a sales order.
    but it is not solving the problem either. Issue also elevated to SAP for their investigation. Our system is SAP ECC 6.0 - EHP6.
    Quote Pricing:
    Sales order Pricing:
    I appreciate any pointers to resolve the issue.
    Regards,

    what was the scenario, and how did you replicate?
    It is a configuration for a new project (France country), however we found that the same issue popping up for existing business processes also. As for replicating, we just tried the same procedures, the issue is found in subsequent documents.
    If you have observed one notable thing is - all the condition types which duplicated were Z Conditions, and the standard conditions were never duplicated at least in my case.
    In our case even standard condition types like MWST, SKTO, GRWR, VPRS also shows duplicating.
    if you can throw about the business process?
    As you have mentioned order created with reference to quote was only the straight forward scenario?
    I tested other scenario also, like creating a sales order, then delivery and then billing. In this case in billing document, the condition types are duplicating. If I create a credit memo request against the billing document, then it further duplicating.
    I am not sure what is causing this. I initially thought it may be copy control settings pertaining to the new project, however other business documents also has the same issue. Other business are using different document types.
    Thanks for your follow-up.
    Regards,

  • Create with reference using BAPI_SALESDOCU_CREATEFROMDATA

    Hi,
      I have been trying to use BAPI_SALESDOCU_CREATEFROMDATA to create with reference. I am trying to use the fields REF_DOC and REF_DOC_CA in structure ORDER_HEADER_IN
    but the created order is not copying any data from the referenced order. Aaprt from the ref order I am passing the sales area data and sold to customer. Am i missing something or is create with reference not supported?
    Regards,
    Hari.

    Hi,
    This bapi will work when you try to copy invoice to the credit memo request..pass the billing document number in salesdocument parameter and pass the sales document type(CMR type) in documenttype.
    Thanks
    Naren

  • Create with reference button - sales order

    Hi,
    This question applies for sales order creation.
    When a sales order is created cand 'create with reference button' is selected, system automatically defaults to quotation field?
    Is it hard coded that way or can we change it to a different default field Inquiry document number?
    Thank you

    Hi Pradyumna,
    I was replying to a specific question whether we can default to inquiry document number and gave my answer to that specific question.
    My system has copy control settings for IN to OR which I presume to be a standard copy control settings in all systems.
    As suggested by Ravi, we can add this in copy control table in case it is not available in system.
    Regarding your next point, I don't think that is the reason why system is defaulting to quotation.
    The reason is because of field 'SD document categ' in sales document type (transaction VOV8).
    If you assign C- order, then system would default to Quotation field when you use create with create reference button.
    If you assign K - Credit memo request, then system would default to Billing field when you use create with create reference button.
    If you assign H - Returns, then system would default to Orders field when you use create with create reference button.
    Regards

Maybe you are looking for

  • Trigger flat file extraction

    Hello developers, Situation is as follows: External system prodcues flat file on the BW server on a daily basis always with the same name. BW should read the file if it is there and delete it after successful processing. We want to avoid to schedule

  • Single Parameter using 2 fields

    Hi Experts, I have a requirement where in i have to create a parameter on two fields ID and Description. These are two different fields and i have to give them to user in a parameter separated a '-'. Also i have 2 date fields Start Date and End Date.

  • ITunes won't run after upgrade in W764bit

    I have an HP Pavilion desktop with E5200 cpu and 5G Ram. I upgraded to Windows 7 Home Premium from Vista. I did not deauthorize my computer in iTunes before uninstalling it prior to the Windows upgrade. When I install the latest iTunes it will not ru

  • Can I create 'Polls' in Adobe Muse CC

    I have just purchased a creative cloud account so that I could try Muse CC for a time. My website idea is very simple but one of the main elements of it is a poll in which the viewer can select either 'Yes' or 'No' and once selected the view changes

  • What are BlazeDS folks doing for data services?

    Recently we've been putting more and more work into our own data services functionality and I am beginning to regret to having gone with GraniteDS instead of BlazeDS (the grass is always greener, eh?). I am wondering, what folks here have been doing