Wrong payment term during invoice creation

Hi All,
when i created sales order with one line item then it is creating two entries in VBKD table with POSNR = '0000' with payment term ZTERM = 'ZI15'  and POSNR = '1000'  with payment term ZTERM = 'Z223',  but problem is that when going to create Invoice it is picking wrong payment terms Z223 while it shud be ZI15. can anyone please help me to know why it is creating 2 entries in VBKD and why it is taking wrong invoice during Invoice creation.
Saurabh

HI,
Please review SAP note 38934 which may help to explain this issue.
If you do not have VBKD data for a particular line item, it is the same
as the header (vbkd-posnr = 000000). This is standard behaviour.
so if you have a vbkd line item, that simply means some part of the business data is different to the header
and that's why the line item for VBKD was created (in this case a different payment terms has been entered for the line item)
For the second part of the issue, please start at trx VTFA and check the copy control (especially at line item level).
kind regards
Paul Q

Similar Messages

  • Payment Terms in Invoice creation

    Hi,
      I am using SRM 5.5, ECS and trying to create a non-PO invoice, I have more than one questions but all are related to payments on invoices.
      I have replicated the payment terms from back-end using BBP_UPLOAD_PAYMENT_TERMS, and verified the entries in BBP_PAYTERM and BBP_PAYTERM_TEXT tables.
      But if I search for payment terms in the invoice transaction, I am not able to find any entries, same with payment term key, the other problem is the payment method field is non-editable/non-selectable.
      Last but not the least is I could not find any equivalent filed to the Payment Method Supplement field of FB60 transaction in ECC.
      Please reply my questions.
    Thanks,
    Sreedhar

    Hi Sreedhar,
    BBP_UPLOAD_PAYMENT_TERMS program does not work well.I tried using this and this ask for RFC destination(LOGSYS) while replicating the payment terms.
    and when you try to see these payment terms in customzing it does not give you correct result and so result in SRM HTML screens.
    What I did for this.
    There are two tables involved in this
    BBP_PAYTERM
    BBP_PAYTERM_TEXT .
    If you see entries in table BBP_PAYTERM ,it will have data with ERPCLNTXXX system while same kind of data will not be there for SRMCLNTXXX.
    You have to copy ERPCNLTXXX data into SRMCLNTXXX data.
    To do that copy all data with SRMCLNTXXX ,go to table Entry in Menu and delete all entries.
    Then copy all ERPCLNTXXX data and go to Table Entry ,Create with template.
    You can do this is SE11 or SE16 transactions.Do similarly with BBP_PAYTERM_TEXT.Please check entries before doing it for BBP_PAYTERM_TEXT table as this table may have similar entries for SRMCLNTXXX and then you will not require to copy all.
    Actaully program recognise only Payment terms in SRM.
    Once you have done this..You can see in customzing all correct payment terms replicated.
    SPRO->SRM server->Cross application basic setting->Create payment conditions.
    I hope this helps.
    regards,nishant
    please reward if this helps

  • 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

  • Wrong PAyment Term Picked During MIRO

    Hello,
    I have an issue,
    1) I create PO .
    2) Then do MIGO and assign DELIVERY NOTE Feild .
    3) Then Further I create a MIRO giving DELIVERY NOTE feild as 'PO REFRERNCE' .
    NOw During MIRO its picking Wrong PAYMENT TERM.
    I checked Vendor master for PAYMENT TERM its maintained properly.
    I even checked OBB8 for proper assignment of Payment Terms.
    Eg For Vendor -123 Payment Term assigned is '3000'
    in PO its picking 3000
    but During MIRO it gives Incorrect Value '9000'
    Kindly suggest.
    Thanks & Regards,

    In MRM_PAYMENT_TERM
    Payment term feild (ZTERM) is not Export parameter,how can we Use this..
    It picks wrong payment term when Delivery note is selected During MIRO for 'PO Reference'
    If he uses PO number it gives correct payment term..
    Regards,

  • Vendor Text / Internal notes during Invoice creation

    Hello,
    We can create user ID for a Vendor contact using "Employee for Business partner" under "Manage Business partner" option.
    With this user ID, while trying to create an Invoice, Vendor text / Internal notes drop down does not appear under "Document tab" at item level. We only see one option "Comments from Vendor".
    But during invoice creation by a regular user , we see the drop down for "Vendor Text / Internal notes". We dont see the option "Comments from Vendor"
    Question : Is it possible to have the "Vendor Notes / Internal notes" drop down made available for Vendor Contacts just like reuglar users?
    FYI - We are using Standalone scenairo.
    Thanks for your reply in advance.
    Regards,
    UM.

    Hi Jon,
    Like said Yann, try to use BBP_DOC_CHECK badi.
    In this badi You can use FM BBP_PD_SC_GETDETAIL.
    Example:
      call function 'BBP_PD_SC_GETDETAIL'
        exporting
          i_guid     = iv_doc_guid
        importing
          e_header   = wa_e_header
        tables
          e_item     = e_item
          e_account  = e_account
          e_longtext = e_longtext
          e_messages = e_messages.
    This FM show You all longtext attached in document.
    Regards,
    Marcin Gajewski

  • Issue with Idoc when creating invoice taking wrong payment term

    Hi All,
    My Requirement is invoices created through B2B interface should hold the payment term of purchasing party instead of invoicing party
    400021 is Invoicing party having payment term 2000 i.e. 20 days
    414478 is the Purchasing party having the payment term 1000 ie 10 days
    So invoice should hold the payment term 10 days instead of 20 days
    I have an IDOC which is creating Invoice, I am trying to reprocess the IDOC to see the issue but could not able to achieve the solution.
    Please help me out which approach should i follow to achieve the solution of this issue.
    Thanks,
    VB

    Hi,
    Try using E1EDK18 segment. Put "Number of days" ,Qualifier and check if this achievs the desired result or not? If yes then you have to use an user exit to put the number of days in the IDOC.
    Cheers,

  • 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

  • Payment terms for Invoice plan

    Hello All,
    I've a Partial Invoicing plan for my equipment purchase. The first milestone payment is along with Purchase order. Means need to pay immediatly.
    My PO is having payment terms - Payment 90days after end invoice month. This payment term is ok for all milestone payments. But for the first one, I need to pay immediatly.
    Is it possible to have different payment terms / bye pass payment terms for the first milestone?
    I don't want to use downpayment option for this.
    RaviChandran

    Hello.. Thanks for your feedback.
    But in IV, normally due date is calculated from baseline date. Base line date will be defined by IV creation/posting date (Based on IMG setting). So by making the START Date for invoice Plan as Past Date will not work.
    SS

  • Payment Term - Blocked Invoice

    Hi all,
    I am a beginner in SAP. For a subcontractor (with vendor and customer views created), the payment term used is 0004 (Due at month end).
    I received an invoice, and recorded it using MIRO. The invoice is then blocked for payment.
    1. May I know if this is due to the payment term?
    2. I know I can unblock it using MRBR. But I like to know if the system will automatically unblock it at month end, or do I have to unblock it manually?
    I will appreciate your help! Thanks
    Cheers,
    starrysky

    Execute the transaction OBB8 and check for the payment term that is getting blocked at the time of posting the invoice .
    In OBB8 check the block key in the relevant payment term for the same .
    You can also remove the payment block by changing the document in FB02 .
    Else you can also unblock by using the T code MRBR .
    Cheers ,
    Dewang

  • Payment Terms in Invoice

    Hi Experts,
    1) While entering invoice, Payments terms derived from PO. But it can be changeable. This shouldn't happen. is it the standard or any notes there?( Because in certain cases, once derived from the PO, this was deleted)
    2) Baseline date will be set as default like invoice date, which can be derived from Payment terms. But Once the invoice date is changed, base line date is not changing.
    by
    Prabhu

    HI
    If you maintain the Payment terms in vendor master, it will pick from there to PO. Then try the invoce. Iw will work. Still it is in not editable mode, check the screen lay out settings in OLMRLIST.
    Try it out.
    Thanks
    Raman

  • Payment terms for invoices w/o PO

    Hi All,
    We have a payment term which we transfer from R/3 to SRM 4.0. This payment term is a complex one in that we want to pay on the 20th day of the following month. So for example we enter an invoice on 1st April, we want it paid on 20th May.
    We were unable to replicate this payment term into SRM but we manually added this term directly into SRM. We then had to manually add a field to transfer this payment term into R/3. Our problem is that in R/3 the invoice is not picking up the correct conditions for the payment term. It seems to be picking up a different payment term. Has anyone used any complex payment terms before?
    Any ideas would be much appreciated.
    Thanks,
    Paula.

    Hi Tracey
    Yes the payment term is specified in vendor master record in R/3.
    Regards,
    Paula

  • Payment Terms for Invoice doc

    Hi,
    When we create a payment term in obb8 we create the default for the baseline date from 4 options.... but actually when we see create the billing doc VF01 we just get the billing document date.... in case i want to change my baseline date i am able to do it only after FI posting has been done but this doesnot reflect in the Output of the invoice. How can we change the baseline date from billing doc,,,
    Any ideas....

    OK there are a few things to consider here.
    The billing document also has a posting date, and there may be the occasion when a billing document does not post automatically into Finance.
    However once it has posted into Finance the output can be determined.
    You need to specify which date the baseline date is calculated from, however you could in Finance change the value. If this is an issue, restrict the field from being changed in Finance.
    In SD you will have the date of the invoice plus the payment terms, however you can only make sense of this once a FICO document has been created.
    Hope this helps.

  • Payment terms in invoice document

    Does a payment term calculate discounts in an 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,
    If you want to post Cash Discount at the time of  MIRO, then select Document Type "RN" (Invoice - Net) under "Details" Tab instead of using "RE" (Invoice - Gross)
    Check the difference between RE and RN in OBF4
    For RN "Net document type" will be active under "Control data" whereas for RE it is not active.
    Indicator: Document posted net: - Select this indicator to have the system automatically deduct cash discounts from vendor invoices that are posted with this document type.
    And Terms of Payment are linked to the payment processing of the vendor invoice, if you want to see the effect of terms of payment then Pay the Vendor using the reference of the Vendor invoice , the system will calculate the net amount considering the Cash discount if you are paying with in the specified days.

  • Payment terms on SRM

    Hi All,
    The problem we have is the that we don’t see on the search help the list of payment terms during contract creation.
    Steps we followed:
    1) Replication from back-end using BBP_UPLOAD_PAYMENT_TERMS, in this way following tables are filled BBP_PAYTERM and BBP_PAYTERM_TEXT
    2) We didn’t create any local payment terms so that going on customizing view (SRM Server -> Cross application Basic Settings -> Create Payment Conditions) the view is empty even if we made step 1.
    Unfortunately the replicated payment terms are missing on help search during contract creation.
    Could you please share with me what you think about these problems ?
    Thanks in Advance,
    #Bill J.

    Hi Emre,
    Did you find any solution? I am still working on this.
    Thanks in advance if you clarify this on going issue in my mind
    Bill J.

  • Payment Terms wrongly getting updated using Inbound Idoc

    Hi All,
    I have a inbound IDOC which creates new invoice evrery time it gets triggered. In the function module attached with that IDOC there is a logic written to fetch the payment terms from the vendor master LFB1. System should display that Payment terms in tcode MIR4 (Display Invoice) as per the logic written in the IDOC FM. But, It is displaying wrong payment terms.
    Select single ZTERM
    into v_zterm
    from lfb1
    where lifnr = p_lifnr.
    I have checked while debugging my logic fetches the correct payment terms (20NM) but the same is not getting updated in MIR4 . wrong value (42 Net days ) geting updated. Please suggest what needs to be done to correct this.
    Thanks,
    VB

    Vikas,
    Your quesion can be bit more clear. What is that 42 days..?? To my guess based on your payment terms due date might be calculated and kept as 42 days. If you can tell us about 42 days then someone can help you.
    Regards
    Venkat

Maybe you are looking for

  • Combined pictures and a video quickly for a presentation

    I have an immediate need to combine pictures and video together. It is for a fallen solider's memorial tomorrow at a church that has a video/audio system. I do not know what type of system but once I get it done I can put it on a DVD or CD or flash d

  • Metadata and edit with external app

    Hi, Learning Aperture and have just done the trial. Considering purchasing but there is one thing that I find frustrating: I use an external raw converter for my raw files. In Aperture I have the raw and the corresponding tiff from the raw converter

  • Unicode check in BW

    Hello All, Is it possible to have a unicode check in BW? Rgds Priyanka

  • HT1414 I would like to update my iphone 4

    now my iphone appear connect to itunes,but when I connect there was only restore icon,may I know how to back up my thing before I restore?

  • After downloading the yahoo messenger app

    After downloading the yahoo messenger app i can not access my yahoo email on my i pod touch. before downloading the all I could check my email with no problems anyone have any suggestions? D