Payment terms  in SD credit invoices

Hii,
We have problem with the payment terms in credit invoice and maybe you can help me.
When a credit invoice is created based on a SD invoice the field Invoice reference "REBZG" is filed un the original invoice.
The problem is that the payment terms and bline date is not taken from the original invoice.
Is there a badi or user exit that can do this.
Thank You
Orna

Hi Srikanth,
As  you perfectly mentioned,field ZTERM is not allowed to use for substitution in standard:  take a look to table GB01.
The entry is excluded. If in your system is not excluded you used a modification. Note 42615 explains which fields can be substituted.
Pmnt terms work in the following way for credit memos:
1. if 'V' is entered in field 'invoice reference', due date is calculated the same way as for an invoice.(this means you also
have to enter the terms of payment in field bseg-zterm. With entry 'V' you only indicate that the due date of the credit memo is not identical to the payment period base date, if you have entered a special terms of payment in the document)
2. If credit memo refers to an invoice, you can enter invoice details in field bseg-rebzg (invoice ref.)so that credit memo will pick up same payment terms as invoice.
3. if '*' is entered in field 'paymnt terms' then the payment terms are picked up from customer/vendor master record.
Hope the explanation is helpful to you.
Best regards,
AZ

Similar Messages

  • You cannot supply payment terms for your credit memo

    Hi,
    My req is as per below,
    1) I would like to apply payment terms on credit memo screen throgu auto invoice creation.
    When i tried to update ra_interface_lines_all.term_id then i got error message : You cannot supply payment terms for your credit memo
    Can someone gudie me.How is it possible?
    Thaks,
    Raj
    Edited by: RajPatel on Sep 23, 2009 8:33 AM

    Hi octavio,
    Thanks for your valuable input.
    You are right and also I found from metalink...
    Subject: 11.5-AR-How Can You Enter Payment Terms For Credit Memos
    Doc ID: 249547.1 Type: HOWTO
    Modified Date: 16-DEC-2003 Status: PUBLISHED
    goal: How can you enter payment terms for Credit memos
    fact: Oracle Receivables 11.5
    fix:
    Payment terms cannot be used in Credit memos. This is standard functionality.
    The trx_date/gl_date of the credit memo transaction is the date which is
    considered as the due date of the credit memos. This is the current
    functionality.
    Thanks,
    Raj

  • Payment terms of the credit memo

    Hi
    When I create a normal credit memo, the credit memo payment terms are derived while when I create a credit memo against an MIRO document, the purchase order payment terms are derived. But even for the credit memo created via MIRO we want the credit memo payment terms to be derived. Is there any way we can set this up.
    Request your help please.
    Thanks
    Lavanya

    Dear Lavanya,
    the system design reports the following two cases::
    -With reference to purchase order
    The system always proposes the terms of payment from the first purchase
    order so that they can be changed in case of goods/service
    With only delivery cost items, the terms of payment key is automatically
    copied from the vendor master record.
    -Without reference to purchase order
    If the terms of payment key does not contain any value, this is copied
    from the accounting view of the vendor master record.
    Depending on whether you first create a purchase order with order
    reference or first create an item without order reference, the terms of
    payment are determined either from the purchase order or from the vendor
    master record in accordance with logic described above.
    I am afraid there is no other functionality avalible for defaulting the
    terms of payment.
    Can you please review SAP Note 322430 with regards to the payment
    terms.
    I hope this helps.
    mauri

  • Payment terms not reflected in invoice.

    Hi,
       When I view the customer data in FD03 there is payment terms associated with it,but when I create an invoice and view it in FB03 there is no payment terms field at all,but for other comapny codes I am able to view the payment terms in FB03.
    What can be the reason.Kindly advise.
    Thanks.

    Hi,
    I hope your problem must have been solved. If not then please add/define CITY in the master records of your customer master and these fields will be back. I had the same problem and could not find this setting anywhere. I was able to recall that when we add customer of same city and address SAP gives you warning message and this is the place where things get stuck.
    Thanks,
    Naseem

  • How to pull payment terms attached to customer, Invoice, Agreement

    Hi All,
    Could you please help me how to pull the payment terms attached to a particular Invoice, customer and agreement.
    Thanks for your help,
    Prathima

    How do make the sales order pull from the Sold-Tos record instead of the Payer's record.
    As you already indicated system copy the payment terms from the customer master payer, next priority is SP.
    in the sales order manually you can change it to SP payment term.
    or one more thing you may consider that if you want all the time determine the payment term from the SP then don't maintain the payment term in Payer customer.
    We have 2 Sold-Tos with the same Payer.  The Payer gets a discount with will apply to both Sold-tos since the payment terms are getting pulled from the Payer.  When sales order is created, payment terms get pulled from Payer and both Sold-Tos gets a discount.   But we only want to offer discount to only one of the Sold-Tos but the other sold to doesn't get a discount.
    Are you really sure about the above statement? i have never seen in one sales order two Sold to party's, confirm your statement once again.

  • How is payment terms populated on a Invoice IDOC ?

    Hi,
    How does VBDKR-ZTERM_TX1 VBDKR-ZTERM_TX2 and VBDKR-ZTERM_TX3 get populated? Currently I see that in the INVOIC IDOC the payment term is populated from VBDKR-ZTERM_TX1 which is not based on payment terms. , I am getting the value 'Payable immediately without deduction'. I was wondering how did this value get populated which is different from the text maintained for paylemt term in table T052 table.
    IDOC segment : E1EDK18-ZTERM_TXT
    I see that the payment terms in the master table are carried onto Sales order and then to billing document which match the T052 value of the payment term but the IDOC is pulling some other value from some where.
    Regards
    Praneeth

    Hi Praneeth,
    if you have debuggin capability, please set a breakpoint in program LVEDFF0G:
      CALL FUNCTION 'SD_PRINT_TERMS_OF_PAYMENT'
        EXPORTING
          terms_of_payment             = vbdkr-zterm
          bldat                        = xfkdat
          budat                        = xfkdat
          cpudt                        = xfkdat
          language                     = vbco3-spras
          country                      = vbdkr-land1
        IMPORTING
          payment_split                = vbdkr-p_split
          ZFBDT                        = xfkdat
        TABLES
          top_text                     = zterm
        EXCEPTIONS
          terms_of_payment_not_in_t052 = 1
          error_message                = 2
          OTHERS                       = 3.
      LOOP AT zterm.
        CASE sy-tabix.
          WHEN 1.
            MOVE zterm-line TO vbdkr-zterm_tx1.
          WHEN 2.
            MOVE zterm-line TO vbdkr-zterm_tx2.
          WHEN 3.
            MOVE zterm-line TO vbdkr-zterm_tx3.
        ENDCASE.
      ENDLOOP.
    Then test the processing of an IDOC by VF31.
    Best regards,
    Ivano.

  • Payment terms change in the Invoice list

    Hi Experts
    Please guide the steps how to change the payment terms in the invoice list
    Thansk in Advance.

    Hi,
    As far as my understanding U can not change Payment terms in INVOICE or even in INVOICE LIST,
    Try through Transaction varient or screen varient - SHD0
    In this make this payment term field changeable.
    Kapil

  • BAPI/FM to Change Payment Terms ZTERM of FI Invoice

    Hi,
    I am trying to chnage Payment Terms(BSEG-ZTERM) using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE but none of these FM is working.
    For FI_DOCUMENT_CHANGE it is giving error "You cannot change Payment Terms(ZTERM) and inFM FI_ITEMS_MASS_CHANGE it is not providing option to change Payment Terms (I have checked Coding of the FM FI_ITEMS_MASS_CHANGE).
    Can anyone guide me on this? How can I change Payment Terms(ZTERM) of FI Document.?
    Thanks.

    Sapan,
    My requirement is to Develop an Interface, through which you can change payment terms of Customer open line items.
    Manually in FB02 I am able to change the Payment Terms but when I am not able to change it using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE.

  • Discription of payment term missing in proforma invoice

    Hi can any one please tell me the reason for the above.

    Hello,
    Please clear your requirement with further details.
    If you are not getting in the FORM, then you need to speak to your ABAPer, make change the form.
    Regards,
    Ravi

  • FB10 - Default payment term for Credit memo

    Hi,
    I have question regarding the Payment terms in FB10- Credit memo entry (KG).
    You must be aware that when we use F-43 or FB60 for posting Vendor Invoices (Document type KR), the payment terms on the screen will be "*", which means it should be picked up from the Master data. Similarly for posting Vendor Credit Memos (Doc type KG) using F-41 or FB65, the payment terms field is blank, which means 'Immediate payment'.
    In case of FB10, Fast entry transaction code for both Vendor Invoice and Vendor Credit memo, the Payment terms for KR document is *. But for doc type KG (Credit memo), payment terms field is not blank. Instead, it is shown as *. Why is it? How can we make this blank for KG document postings. Please advise. Kindly revert in case you have any questions.
    Regards,
    Vinod

    HI,
    Please check the note 17410 for explanation.
    Regards
    Ravinagh Boni

  • Payment terms - net due date same as credit days?

    Dear all,
    I need to set up a payment term with 20 credit days, 2%. Invoices should be due also after 20 days.
    I would like the payment term to be set up as follow:
    Term           Percentage           No of days
    1.                2                           20
    2.                                             20
    The problem is that the system doesn't let me to set due date to the same number of days as the credit days.
    We will have baseline date = invoice date for our payment terms, if that matters.
    How could I acheive to have due date 20 days after invoice date (baseline date) and deduct 2% cash discount the whole time?
    Thanks and regards,
    Helene

    Hi,
    Please create a payment term as below, if your requirement is "I need to set up a payment term with 20 credit days, 2%. Invoices should be due also after 20 days"
    Term           Percentage           No of days
    1.                2                           20
    2.                                             21
    In case your requirement is to give 2% discount if paid within 20days and due net after that:
    Term           Percentage           No of days
    1.                2                           19
    2.                                             20
    Hope this will solve your issue.
    Thanks,
    Kiran Yelamarthi

  • Link between Payment Terms and Credit Management .

    Hi Friends
                        Where and how does Payment Terms interact with Credit Management ? Is it with Horizon date or open items check ?
    Regards
    Mahesh

    Hi
    Payment terms means the time given to a customer or vendor to pay the value of goods.
    credit management is used to check whether the customer has excedded his credit limit given to him.
    An agreement the company has with its customers or vendors, including:
    Payment period
    Price list
    Total discount in the document
    This information is used to calculate prices for the items; the due
    dates of invoices and the total discount.
    A key functional area of mySAP CRM that provides credit check with use of information about payment history and credit risk analysis.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Sales Credit Memos, Payment terms and due date for payment

    Hello all,
    does anyone out there know how to get the terms of payment assigned to sales credit memos taken into account when the due date for payment is calculated in the accounting document?  (I know this is a bit puzzling as why should one need payment terms for a credit memo)
    I have looked at SAP notes 17410 et al..but remain unclear re how 'V' is populated in BSEG-REBZG.

    Number of the Invoice the Transaction Belongs to
    For line items which are related to another line item, this field contains the number of the partner document.
    Use
    In the standard system the field is used for:
    o   Credit memos which refer to a particular invoice item
    o   Subsequent invoices for an invoice item
    o   Partial payments for an invoice item
    o   Partial clearings of down payments.
    In the first two cases mentioned, the terms of payment are copied from the cross-referenced invoice item into the item currently being processed. This ensures that items due on the same date are paid together by automatic payment.
    A special rule applies to credit memos which have a "V" in this field.  The due date is determined in the same way as for an invoice. If the field is empty (containing neither a document number nor a "V") the due date is the baseline date for payment.

  • Change payment terms in credit memos

    Hi Experts,
    We have a requirement where in we have to change the payment terms of a credit memo posted with reference to an invoice without making changes to the invoice.
    Please help..!!

    Credit memos are usually treated due immediatly. But if you specify the original invoice number ( as a reference) in the invoice reference field under payment tab of the credit memo it will default the payment term from the invoice. If you want to use a different payment term you just have to enter 'V' in the invoice reference field.

  • Payment Terms in Vendor Advance payment & automatic set off aganist invoice

    Dear Team,
    As on 01.08.2014 there is advance payment made to vendor is Rs.10000 and the payment terms in vendor master 30 days and as on 16.08.2014 the vendor invoice has been raised for Rs.15000/- and the payment terms is same 30 days. According to the payment terms in the vendor invoice the net due date is calculated as 15.09.2014. Since already the advance payment is rs.10000 then how we can tel the system to consider this also and then calcuate net due date for the invoice raised as on 16.08.2014. Please suggest.
    We suggested client to enter manually 0000 payment terms at the time of invoice. But they are not convinced.
    Kindly check & do the needful
    Regards,
    Babu.

    Hi Babu,
    You have to clear the advance through F-54 and here you have to provide the invoice doc.no. under the relevant invoice-invoice. Then system will consider net due date of invoice for advance also.  I have attached screen shot for your reference.
    Regards,
    Mukthar

Maybe you are looking for