Mass change of PAYMENT TERMS on Vendor Invoices

Hi Can someone advise me how i can update paymetn terms on vendor line items en masse ?
When i select the line items i require,  then CTRLShiftF9 - the field for payment terms does not seem to be available for me to add new values in .....
Is there another way for this to be done, - or is there a way that i can add in this field
Thanks for your advice
Tony

Hi Tony,
You can use the transaction FBL1N.
Select the entries you want to change and do a Mass change.
The field PAYMENT TERMS is not available (I think whith an oss note that it is possible to ad this field to the mass change option) but you can fill in the fields Days/discount in Mass change.
Paul

Similar Messages

  • Mass change of Payment Method for Vendor

    Is there any way to do mass change of Payment Method for Vendor (trx. XK02) without ABAP? Need to change 1500 vendors.

    HI
    You can use transaction code MASS and object LFA1 to mass change the payment method.
    Once entering you can select table LFB1 and do mass change based on some filter parameters.
    Anand

  • Different Payment Terms in vendor invoice, (with differ. PO)

    I will explain with an example to understand better the issue and why this could happen, (for the same Co.Code):
    On 05.09.2011, 5203795529 was posted with payment terms D030.
    At that time, PO #: 4501105395 was having payment terms D030 while PO #: 4501232207 was having payment term D031.
    Invoice 5203795529 was posted successfully.
    On 12.09.2011, 5203806574 was posted with payment terms D030.
    At that time, PO #: 4501105395 was having payment terms D030 while PO #: 4501232207 was having payment term D031.
    Invoice 5203795529 was posted successfully.
    In OCT, user receives another invoice for this 2 POs (4501232207 & 4501105395) and trying to post MIRO again but this time, user encountered error 'Payment terms in purchase order 4501232207 differ from current terms'. In order to proceed, user has changed payment term for 4501105395 from D030 to D031 on 17.10.2011 and proceed with invoice posting without error. 5203878342 was posted on 17.10.2011.
    The vendor always has the same Payment Term: D031
    Now the question is, why user is able to post without any problem previously even though there's different payment terms on both POs and not now anymore?.
    The strange thing is in SEP, there's already this difference & there is no problem posting the invoice & the problem only comes when in OCT.
    Why does this happen?
    Thanks and Regards

    Hi Vena,
    Originally the error message was:
    "Terms of payment in purchase order 4501232207 (always with Payment term D031), differ from current terms"
    Message no. M8349
    Diagnosis:
    The terms of payment in the current invoice differ from those in the current purchase order 4501232207, other terms of payment were stipulated:
    Terms of payment key D031
    1st cash discount period 31 days 0,000%
    Either you have selected  more purchase orders  with different terms of payment, or you have changed the terms  of payment manually.
    But the strange thing is in SEP, there's already this difference & there is no problem posting the invoice & the problem only comes when in OCT.
    Thanks and Rgs
    Francisco

  • Mass Change of Payment terms

    Hii all
    I want to change the Payment terms in 1600 documents.ie i want to update field ZTERM in BSEG.Can anybody help me in how to do this.
    Regards,
    Aakash

    Hi
    Use TCode LSMW to develope a template or ask your Abap team to write a BDC Programe.  In both case tech tem support needed
    Cheers
    Srinivas
    Edited by: Srinivasa Maruvada on Sep 11, 2008 1:18 PM

  • Payment terms in vendor invoice posting

    Hi all,
    When using FB60 to post vendor invoice, I can't see payment terms and discount information under "payment" tab.
    I had create payment terms in IMG, and assigned it to the vendor master record.
    Do I miss anything?
    Thanks for the help!
    YuLin

    Julia,
    I use FK01 when I created the Vendor Master data and assigned payment terms to the vendor, I went to FK02 (change), and can see my assigned payment terms there. Is there any difference if I assign payment terms in FK02 rather than in FK01?
    My problem is I couldn't see "payment terms"  when I post a vendor invoice nor can I see it in line item display after I posted the invoice. I couldn't see the settings for discount either, not that I wanted to see the discount "amount".
    I suspected that the settings for my new vendor is causing me this problem but not the payment terms itself, or could be the combination of company code and vender master record settings, so when I try to post invoice to this vender, I couldn't see payment terms, but while I post other vendor's invoice, I can see payment terms.. I could be wrong..
    Yu Lin

  • Calendar date & net due date (FI) PAYMENT TERMS - OBB8 Vendor Invoice

    I read many posts on SDN forum about the topic.
    Anyway, I didn't find a simple solution for that.
    My aim is is to calculate a net due date based on working days.
    So, If I've got a 30 days document days payment term  ("Deafult for baseline date" = Document date ; Additional Months = '2'), a Vendor Invoice (document date = 12.05.2011), by standard net due date will be 12.06.2011.
    FROM 12.05.2011 to 12.06.2011 =
    32 CALENDAR  DAYS         
    22 WORKDAYS (32 minus  10 holyday - 2 weekends)
    WORKDAYS PAYMENT TERMS  Within 30 workdays Due net
    Vendor Invoice  document date = 12.05.2011
    plus   30 workdays   =  DUE DATE  22.06.2011  (and not 12.06.2011)
    Can I obtain that with a standard functionality?
    Edited by: Roberto Buono on Jul 1, 2011 2:29 PM

    Hi,
    Sadly this is not available as standard.  As per your need the Net due date should be worked out by using a factory calendar; but what this does is it delinks the direct correlation between the number of days in the payment terms with the difference between the due date and baseline date.  I hope you are aware that Net Due date is not stored but is a variable calculated during run time in reports.
    There are four things you can try:
    1.  The simplest to do is: As the number of weekends are fixed; and if the intention is to give a 30 working day term, then add on the number of weekends and make the payment term effectively for say 40 days.  There will be marginal variations over what you want. Best part here is that config remains standard.
    2. All the receivable reports will use a function module (usually the same one) to calculate the net due date; enhance the FM and make it consider a factory calendar for calculating due date.
    3. Enhance the accounting interface, and in runtime; modify the days that are coming from the payment term; based on a factory calendar, and update the accounting document. This delinks the days mentioned in the payment term and the accounting document and may not be palatable.
    4. Enhance the accounting interface, and in runtime; calculate the due date and update the baseline date with it and make the payment term as "Immediate" yielding the desired due date. Not very elegant.  Alternatively add to the baseline date days equivalent to holidays and weekends and keep the days from payment terms constant and update the accounting document. Better...
    All four options have somes pros and cons.  I do not see any other means of acheiving what you want.  Maybe you could restrict users to a custom receivables/due date/ageing report which delivers what you want and lock the standard reports.
    Cheers..

  • Vendor changes tracking, Payment term filtering, Vendor listing

    Hi All,
    Need somebody help on the following points,
    1-  While changing the vendor via "process vendor and Bidder" (Business partner maintenance) transaction in EBP, the selection of payment term is restricted.  That is in SPRO I can see lot of payment terms, but while changing the vendor some few payment terms are coming.  Where is the filter?  Can anybody guide me.
    2- Vendor changes Tracking.  In our project somebody has changed frequently the vendor indicators and details in EBP via process Vendor and Bidder(BP maintenance) transaction.  But I couldnt able to track which fields are changed and by whom like in R/3.   I tried in BP also, but only the address changed details are coming there.  Can anybody guide me how to track the changes, if somebody changed somefield in EBP directly?
    3- Vendor list -  I want list ERS activated vendor in EBP.  How to get the list of vendor for which ERS indicator is active? Please guide me.
    Many thanks in Advance.
    Regards
    Shunmugaraj. T

    Hi
    Please refer to standard transaction - BBP_PD.. give any Shopping cart number, which is approved by a list of buyers, managers, etc..
    Incase the changes are made, it will display all the details related to them in that case.
    Understand its logic by putting break-point inside.
    <b>Incase you are using SRM 5.5 version, there is a  report, which displays the changes made to the Purchase orders with old and new values.
    Report name -> TERM_DISPLAY_CHANGE_HISTORY</b>
    <i>Also please refer this as well.</i>
    <u>Say you use this Function module for the change object - BUPA_BBP0060</u>
    This sample code will all the changes, if any, made to the object, with the old value and new values.
    Here is the sample code for the FM ->
    <b>CHANGEDOCUMENTS_TO_OBJECT        </b>
    data: listtitle(80)    type c.
    data: objectclass      like cdhdr-objectclas.
    data: objecttitle(20)  type c.
    data: con_keylength(2) type n value 10.
    data: cursor_field(20) type c.
      listtitle    = 'Changes made'.         
      listtitle+22 = vibebe-sberi.
      listtitle+34 = vibebe-xberibz.
      condense listtitle.
      objectclass = 'BUPA_BBP0060'.
      call function 'CHANGEDOCUMENTS_TO_OBJECT'
           exporting
                callmodus         = callmodus
                cursor_field      = cursor_field
                keylength         = con_keylength
                listtitle         = listtitle
                objectclass       = objectclass
                objectid          = objectid
                objecttitle       = objecttitle
           exceptions
                error_in_function = 01
                invalid_field     = 02
                others            = 03.
      if sy-subrc <> 0.
        message id sy-msgid type 'S' number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Payment terms in Vendor invoice document

    Does a payment term calculate discounts in an Vendor invoice document or FI document.
    In my scenarion it is not calculating any discounts. what could be the reason?
    Could anybody please help me?
    Thanks,
    Bhairav

    Hi Naveen
    Thanks for your reply. My question here is does it calculate discounts in an invoice document or directly in FI document,
    Thanks,
    Bhairav

  • Change of Payment Terms: Vendor

    Hi All,
    Can somebody tell me how can we collectively change the payment terms in Vendor Master for a purchase organization.
    That is I dont want to change the Master Records individually...I want to change the records collectively....
    Please advice.....
    Helpful replies shall be rewarded accordingly.....
    Regards,
    Rounak

    Hi All,
    Thanks a ton.....
    It was helpful......
    Regards,
    Rounak

  • Mass change of payment in customer line item for all open line item.

    Hello,
    We have updated the new payment as per the new agreement with customer in customer master. We want this new payment term should also be updated in all the open invoices which are not cleared. Is there are way we can do the mass change in Payment term as the open line item in the customer where line item are more than 50. Please let me know the transaction code for the mass change of payment term in Customer account balances.
    Thanks and Regards,
    Rajesh Kumar Mantri

    Hi
    you can find the way to change the payment terms
    first check weather the payment term field is having change option in your document change rules in the line item for you customers.
    Financial Accounting (New)Financial Accounting Global Settings (New)DocumentRules for Changing DocumentsDocument Change Rules, Line Item
    if the payment term BSEG-ZTERM(payment term) is there for your customer and having deselcted check box for changing document you cannot change payment term for your company code.
    This can done client level or company code level.
    if the payterm  can be changed you do changes to payment terms mass level.
    Thanks
    ANJI

  • Can payment terms on AP invoice always defaults from Vendor Master

    Can payment terms on AP invoice always defaults from Vendor Master

    It defaults from vendor master in the purchase order and that carries forward to invoicing. But you can then change the terms in PO and those terms would be effective for subsequent invoicing.
    Just FYI.. master data payment terms in company code segment defaults to FI invoicing, payment terms in purchasing segment defaults to purchasing based invoice (MIRO).
    Hope it helps.
    Thanks.
    Rahul

  • 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

  • Change payment terms in billing invoice

    Hi Gurus,
    I have created a billing invoice and I need change its payment terms. In the transaction vf02 (Billing Invoice Change), the field payment terms is disable and it is impossible to change its value.
    Is it possible to change the payment terms in a billing invoice???
    XeviG.

    Xevi,
    Please note you will NOT be able to change TOP in billing doc..even if you change as indicated above in sale order it will not reflect in current doc,you have to cancel all the subsequent document after the sale order and then change the TOP as you require in sale order and then process.
    Regards
    Anil

  • Wrong Payment term in the Invoice

    We have a problem with one of the vendor Invoice creation. We are getting wrong payment term in the Invoice.
    We have payment term A in the vendor master both company code and Purchasing Org. We have the same payment term A in Purchase order and Contract.
    But when we create invoice using MIRO for the PO we are getting Payment term B. This is happening for only one vendor.
    We know that it can be corrected at the financial document level but want to know how this payment term B is pulled up from cause i checked all the options but nowhere to find from where it is coming.

    Hi Aparna,
    Check the following:
    In MIRO, if you use PO reference to create the IV document,terms of payment will not get copied from vendor master, the terms of
    payment will come from the PO.(if you have the invoice entered without reference to the PO, then the terms of payment are copied from vendor.)
    So when you change the the invoice party in MIRO, new payment terms will not get copied from vendor master, they will come from the PO.
    Please review SAP Note 322430 MIRO: Proposal logic for terms of payment Payment terms are only adopted from the vendor master record Without reference to purchase order
    You enter an invoice without purchase order reference by adding a G/L account line or material line as a first item. If the terms
    of payment key does not contain any value, this is copied from the accounting view of the vendor master record.
    Thanks
    Aravind

  • Mass updates for payment terms

    Hi All
    Advance thanks
    Can any body explain
    my client already posted invoices and now he wants to change the payment terms in the posted document.
    nearly more than 20000 documents to be updated
    whether can we change at a time using mass changes
    if so, how can we use mass change?
    Please let me know
    Thanks
    venu

    First thing you will need to do, is to change the master data that made the payment terms to be incorrect in the first place this is done via t code MASS.
    Secondly, you will need to create a recording of t code FB02 as you make the payment term change. I am presuming now that you can actually change the payment term field in FB02, if not you need to change your config.
    ****, Document, Line items, Document Change Rules, line Items.
    Field is BSEG-ZTERM
    Once you have your recording you will need to create a simple batch processing program that will be able to upload a file with the document numbers that need changing and make the changes as per the data you have.
    Hope this is of some help, please awards points.

Maybe you are looking for