Payment Term in FI Invoice

Is it possible to make "Payment Term" field display only for Transaction code f-43 and FB60 ?

Dear Suresh,
I want payment term field non editable while entering vendor invoice through f-43 or FB60.
Payment term entered in master data should be considered for document posting, user should not change payment term while entering vendor invoice.
Thanks & Regards,
Sandeep

Similar Messages

  • 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

  • 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

  • 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

  • Problem in Payment term field in invoice posting through MIRO

    We are using BAPI_INCOMINGINVOICE_CREATE FM to post the invoice in MIRO transaction.
    We are passing the following things in the BAPI FM
         CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE'
            EXPORTING
              headerdata       = l_wa_header
            IMPORTING
              invoicedocnumber = l_v_belnr
            TABLES
              itemdata         = l_i_itemdata
              accountingdata   = l_i_accountingdata
              taxdata          = l_i_taxdata
              return           = l_i_msg.
    Its successfully creating the invoices but when we check in MIR4 for the created invoice all the fields are populated properly except the 'Pmnt terms' field in the Payment Tab.
    Note we are getting the Number of days in payment tab
    and even the Basic data tab has values like 'Paymt terms : 30 Days net'
    What could be the possible problem?
    Please help me ASAP.
    Thanks in advance.
    Bhaskar R

    Hi,
    Currently, we are also facing the same problem.
    The payment term are not getting populated after posting the invoice.
    Could you please help to overcome the issue.
    Thank you.
    Warm Regards,
    Kalyani

  • 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..

  • 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

  • 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

  • Payment terms for Customer Invoice with a credit line item

    Hi all,
    We have a business scenario where we create customer invoices on a weekly basis. The payment terms for these items are a certain payment discount if paid within 365 days. Included in these invoices are credit items which relate to refunds that are due to the customer.
    Below is a scenario for Customer XXXX:
    Invoice 1 Baseline date 12.01.2007
    Invoice 2 Baseline date 08.02.2008
    Invoice 3 Baseline date 15.02.2008
    I have set up a payment run for this customer to direct debit their items. In my scenario I only want to pick up the first two invoices.
    Therefore I set up the payment run to pick up those items which are due up to 09.02.2009, setting the next payment run posting date to 10.02.2009. I would expect the system to pick up only the first two invoices.
    What the system does is that it pays/collects the first two invoices in total, but then selects only the credit items of invoice 3. I would expect it to ignore Invoice 3 altogether.
    In another example if I had the same invoices, but invoice 3 did not have any credit items involved, then it does ignore invoice 3 as
    expected.
    I need to understand why for the credit items within a customer invoice are treated differently in relation to payment terms.
    Thanks
    Natalie

    In the customer master assign a different credit memo term than the payment term.
    Try changing the credit memo term for 3rd Invoice as such it do not fall in your selection criteria.

  • Payment terms for changed invoicing party in miro

    Hi Experts,
    how and which payment terms get copied when invoicing party changed in miro
    Rgds

    hi
    i will request you to check once again, in PO pmt terms flows from pur org data of vendor master and the same po pmt terms flows into invoice those things are clear.
    my question is that if I change invoicing party in MIRO then which payment terms get copied, pmt terms of orginal vendor or the new invoicing party pmt terms and also the pmt terms of PO ,co.code or the pur org which one?
    is there any rule or customization for that?
    rgds

  • 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

  • Modifying Payment terms in AR Invoice

    Hi Experts,
    Is there a way we can modify the payment terms in an AR invoice that comes from PA. I am talking about the Transactions screen of Receivables.
    Any help is greatly appreciated.
    Thanks
    SA

    Paying Methodology from GOP and Democrats
    Hi All
    As we know USA and outside nations work on Software Development, Service Oriented Architecture and ERP/EBUSINESS Solutions and Model Driven Solutions and WebLogic Oracle Fusion Softwares. Lot of good optimization scope for services and Messaging.To help USA Govt to cut down costs.. Cant Help it since Americans also want to work on database design.
    How are payment terms looking in Oracle Ebusiness AR Module.
    What Obama And Harry Reid Nancy Pelosi and John Boehner and John Kline and Schumer and Democrats and GOP are talking about:
    PAYMENT TERM SITUATION::::Whats Happening:::: I just compiled outcome and sending you for just update.
    In this week :
    GOP and democrats are discussing about Payment Laws and Payment Terms::
    1) Payment Term Created Date
    2) Payment Term Validity Period
    3) Payment Term Automatic Expiration Indicator
    4) Payment Term Aggrement Reference Number
    5) Payment Term Initial Threshold Value
    6) Payment Term Start Date
    7) Payment Term End Date
    8) Payment Term Requires Management Approval Indicator Workflow
    9) Payment Term Status : new status value to be added : AUTOMATIC EXPIRED By DEC 31st 2010
    Every country has declared partnership with USA. So USA recognizes their partners.
    Cheers
    Maneesh Innani
    Technical Manager and can help

  • 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

  • Invoice Reduction Invoice Payment Terms - Due Date

    Hi gurus,
    At the time we apply invoice reduction in MIRO screen, both invoices (regular and reduction) take vendor payemnt terms (for ex Due in 30 dyas). Is it possible to assign the invoice reduction invoice a fix payment term "Due Immediately" via configuration?
    Thanks in advance

    Hi there,
    Im afraid there is no setting that will have the system post different payment terms in the invoice reduction
    than what is in the invoice. In MIRO, if you use PO reference to create the IV document, the payment terms are copied from the PO and not from the vendor master. The business reason is, that the PO represents the contract between vendor and customer including the terms of payment. Also check out note 322430 as this gives a good description of the proposal logic for the terms of payment.
    I hope this helps,
    Best regards,
    Adam.

  • Payment term in Invoice (F-43)

    I have made 'payment term' mandatory for the customer/vendor account groups.  However, for certain customers which was created earlier, there is no paymen term in the master record.  When I try to create a PO, system asks for a mandatory payment term.  But for the same vendor, when I try to create a FI invoice (F-43) it does not ask for any payment term and the invoice can be posted without a payment term.  Why this is so ?

    Dear:
                   Setting the payment term mandatory at Account group level make it mandatory for master data creation only. For transaction entries you will have to make changes in Vendor Recon account (go to OBC4...select field status group of vendor recon account ....Materials management..PO ) or in posting key in OB41.
    e.g in your case F-43 posting used to credit vendor is 31, You can set PO as mandatory in OB41 for posting key 31 (if you do not want to make it through Recon account field status group). This will do the the job
    Regards

Maybe you are looking for

  • IPhone 4, iOS 7 update ruined it.

    well i updated my girlfriends iphone 4 the other day (i did is because she is tech thick and well im paying for it lol) to iOS 7 and ever since she has complained it has been freezing and turning on/off all the time. i thought "OK, they will release

  • OWB 10.2  and DB 11g as source

    Hi , i have OWB 10.2 installed with DB 10.1 , can i use DB 11g as source ? regards Padideh

  • Archivos RAW FUJI S6500FD

    No puedo abrir los archivos RAW de la cámara FUJI S6500FD con camera raw 3.6. Ya instalé el plugin en photoshop CS2 como lo dice adobe en la www y nada. Por otra parte dice adobe que este plugin en compatible con la FUJI S6000FD, será este el problem

  • Date Added modification?

    Does anyone know a command to change the "Date Added" extended Finder info? I'm using 10.5.1 and Google is less than helpful. What I'm looking to do is force something to always appear as the last-added file to the folder when I view it with a stack

  • Unable to start my playbook

    I have my tablet for less than 2 years. For 3 days I am unable to start it. A red light flashes. The battery is full. When I plug the device there is nothing going on. I tried to reset by pressing the volume buttons and boot button, but nothing works