Payment term combine with tolerance

Dear all,
I have a scenario. Is it possible if the user want to manage the payment term & combine with tolerance group?
By example:
If the vendor has 10 open items, which the total is an X amount.
We just pay for the vendor if one of the open items is due AND the total X > 1,000,000 USD.
How do we should do in the system ? Do you have any suggestion ?
Thank you very much for your help,
Tweety.

Hello Tweety,
The Tolerance limit we define in SAP is tolerance limit per document,
When ever you are making a payment to a vandor each open item is one document, the system will check whether it is in tolerance limit or not but the system will not check with sum of all the open items of the vendor.
As per my knowledge this is not possible through standard SAP.
Regards
Rama Krishna.A

Similar Messages

  • Payment term key with limit days in Extended Classic Scenario

    Hello,
    We have an SRM 4.0 implementation (SRM Server 5.0 with Support Package
    9) using the Extended Classic Scenario.
    When a shopping cart is created, it must be approved, and then a
    purchase order is generated (first locally at SRM, and then is
    replicated to the backend).
    The problem is that the payment term key (field at header level EKKO-
    ZTERM) of the backend purchase order is empty, only in cases when we use a payment term key which have several different values for the
    field "limit days" (T052-ZTAGG in backend, BBP_PAYTERM-ZTAGG in SRM).
    Example:
         ZTERM     ZTAGG
          K180           09
          K180           19
          K180           31
    If the payment term key selected has no several values for the field "limit
    days" (one single entry), the payment term key arrives correctly at the backend purchase order.
    Example:
         ZTERM     ZTAGG
          E000           00
    In SRM table BBP_PAYTERM we have upload the backend payment terms
    (using report BBP_UPLOAD_PAYMENT_TERMS). In other threads it is said that you must copy the entries generated by the report with the logical system of the SRM system, but in extended classic scenario it seems to be not necessary.
    We have already implemented note 846009, in order to use always the backend payment term, but the error didn’t get resolved.
    We have our vendor business partners mapped to the local and backend
    purchasing organizations, but it is only necessary indicate the Payment term key for the Backend Purchasing Organization.
    Regards

    hi,
    Pls see the foll notes:
    Note 576349 - Terms of payment in the ECS
    Note 541934 - Modification note: Copying base date from T052
    Note 953999 - ECS: Terms of Payment values not in PO header
    <b>Note 940453 - Backend payment term data not updated in the extended PO
    Note 945018 - Incoterms data not transferred to the back end</b>
    BR,
    Disha.
    Pls reward points for useful answers.

  • Payment terms along with card

    Hi
    I want to use both credit cards and payment terms working in an order.
    For eg if the order value is 100 i want to received 10 from card and balance by instalement
    how can i acheive this.

    Hi,
    You can use the Limit to option in the payment card screen for the first card and enter the required value.
    The rest of the value of the amount is generally considered as payable through the payment terms and is debitted to the customer.
    Hope this helps you

  • Payment terms linkage with Sales order

    Hi experts,
    Validation required on SO/DO of customer in case of overdue payment exist.
      ex - Overdue days limit in customer master is defined as 60 days and if any sales invoice is pending for payment more than 61 days , in that  case , system should not allow to create SO
    There should be proper releasing strategies against overdue payment.
    Pl. guide us how to configure it.
    Regards,
    ( Rajneesh Gulati )

    have you checked in "Overdue open items" in Customer Credit master record- FD32??
    by usnig this Option, you can restrict the open items which is due for pending & further sales order for this customer will not be created depending on your Credit Management Configuration.

  • Payment term configuration with installment and due date

    Hi,
      I have one requirement,  one paymne term we have as 40 % advance and 60 % after 45 Days,  in description it is as mention,  when we do the MIRO one accounting etry is generated in system we can check in FBL1N,  now as only one entry is created  and the due days are as we maintain in No. of days  so according to that the due date is calculated  but the requirement is system should show two due date  as 40 we have to pay advance  so for that for 40 paymne tamount is should so one due date  and for remianing amount it should show different due date, How to configure this.
    regards,
      zafar

    Hi,
      Can you help on this issue.
    regards,
    zafar

  • How to get PO and vendor payment term number of days??

    Hi Experts,
    I want to have a) Purchase order payment term number of days as well as
    b) vendor Payment term number of days.
    For  a) For  Purchase order payment term number of days I am using table EKKO and taking ZBD1T field which is giving payment
               term number of days.
              Is it correct??
          b) vendor Payment term number of days I am using table LFB1 field Zterm to take payment term key not number of days.
               Based on this key i will go to table T052 and find corresponding number of days as told MM consultants .
               But this is not BW work. We need one single table from which we can take the field or enhance the current extractor
              with that field.
    So is there any other option for (b)
    and Whether steps for (a) is correct???
    Please confirm this.
    Thanks in Advance,
    Uday Shankar.

    For a) For Purchase order payment term number of days I am using table EKKO and taking ZBD1T field which is giving payment
    term number of days.
    Is it correct??
    Payment terms for purchasing doesn't come delivered as part of the R3/ECC tables and is usually is added as a custom field to EKKO and populated via a User Exit. That looks to be the instance in your case because the field that you show as being the payment terms begins with a Z (custom fields begin with Y or Z). That appears, without being able to actually validate in your R3/ECC environment, to be the correct field to use. You would have to validate, however, with the end customer or your MM function consultant to be 100% certain. If this is the correct one to use, you're going to have to enhance the 2LIS_02_HDR extractor by enhancing the extraction structure and creating the User Exit to read it from EKKO and populate into the DataSource.
    b) vendor Payment term number of days I am using table LFB1 field Zterm to take payment term key not number of days.
    Based on this key i will go to table T052 and find corresponding number of days as told MM consultants .
    But this is not BW work. We need one single table from which we can take the field or enhance the current extractor
    with that field.
    You can enhance the 2LIS_02_HDR extractor with the Vendor Payment Terms by joining the following in your User Exit:
    EKKO-LIFNR = LFB1-LIFNR
    EKKO-BUKRS = LFB1-BUKRS
    LFB1-ZTERM = T052-ZTERM
    This could either be done in a SELECT statement in the User Exit to do this equi join, or you could create a view on your R3/ECC environment and SELECT from that view.

  • Copy function for "payment terms"

    I have payment terms setup with T-code MK01/MK02. After we changed the payment term with transaction XK02, the PO didn't pick up the new payment term while creating a new PO.
    Any idea that we can setup it up to pickup the one changed by XK02 instead of the one set by MK02?
    Thanks!
    Donald

    mk01/mk02 is maintenance of vendor master general data and purchasing org data
    xk01/xk02 is maintenance of vendor master general data, company code data and purchasing org data.
    So in general there is not difference if you maintain the payment terms in purchasing org data view with mk01/mk02 or xk01/xk02.
    But I guess you maintained payment terms at company code level in XK01/xk02 and kept the payment terms at purchasing org level unchanged.
    No the purchase order will never take the payment terms entered in company code data view, the PO will always take the payment terms from the purchasing org view.
    Maintian it equally.
    the payment terms from purchasing org data view are used in purchase process, the payment term from company code data view are used in financial process, where you dont have any PO.

  • 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

  • Day Limit, Fixed day/Additinal months & Baseline Date in Payment Terms-OBB8

    Hi Gurus,
    Please put some light on the following:-
    1. What is the relation between Day Limit & Baseline Date.
    2. What is the use or significance of Day Limit as far as Payment Term for Vendor/Customer is concerned?
    Thanks & regards,
    CS

    Hi,
    The day limit is used to process the document for due date determination based on the baseline date (document date, posting date etc. which is specified in payment term) of the documnt.
    For example, if you have defined first payment term P000 with the day limit as 15 and second P000 with day limit 31, then the documents having baseline date 15th or before will attract first payment term for due date calculation and documents with baseline date after 15 will attract second payment term for due date calculation.
    I hope the things are clear to you now.
    Regards,
    Gaurav

  • 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

  • Payments Terms.

    Hi Gurus,
    i have some clarification in Payment terms,
    1. 10 %  on Advance on PO.Balance on Delivery.
    2.20%    on Advance on PO and Balance on Delivery.
    Where we can trigger and while doing APP how we can do .
    THA

    Hi,
    First you need to define two payment terms codes with OBB8. ( Lets say you have created A and B). You dont need to enter any percentages here for these two.
    Again create a parent (higher level) payment term with OBB8. ( assume C). You need to select the check box *Installment payment while creating this payment term code.
    Then assign those 2 payment term codes (A&B) with required percentages in OBB9 against C.
    Use payment term code C in your PO, once you have prepare the MIRO invoice for this PO, your vendor line item will split according to the percentages, that yuou have specified in OBB9.
    Thanks,
    Srinu

  • Payment Term in PO based on Vendor / Material / Plant Combination

    Hi,
    The payment terms in Purchase Order are defaulted from the payment terms maintained in Vendor Master. Hence, if we order any material on vendor, then also, the same payment term gets copied to Purchase Order.
    We have set different Payment Terms with Vendor based on the material which we purchase from him. For example - For some materials, we have set payment terms as 30 Days Credit & for other materials, we have set payment terms as 60 Days Credit.
    Presently the concerned buyers are changing the conditions manually while creating the purchase order. We would like to have this defaulted in the purchase order based on Vendor / Material / Plant combination.
    Can we use 'Condition Group' in Purchasing Info Record for this purpose?
    If yes, how can we default the payment term from Purchasing Info Record to Purchase Order?
    Regards,
    Prashant Kolhatkar

    Hi,
    Thanks for your reply.
    In this case -
    1) I create the info record manually for vendor / material / plant combination.
    2) Create PO for this combination.
    3) After PO is created, then the payment term can be maintained in Info Record.
    Is this correct?
    If so, then where can we maintain this Payment Term in Purchasing Info Record?
    If maintained, then for further POs, should this get copied from the Info Record instead of Vendor Master?
    Regards,
    Prashant

  • PO report with Payment terms

    Dear All,
    Is there any report i can see all PO details with Payment terms.
    In ME80FN, i see many PO details but no Payment terms.
    Please advice.
    Regards

    Hi,
    try report
    fbl1n
    or in table EKKO
    Regards
    Kailas Ugale

  • Report inculdes PO with Payment term

    Hi ..
    I need to have report includes my purchase orders with payment term column , which transaction can provide that ?
    Thanks
    Yasser

    PO wise payment term u can get in ME2n report..
    Vendor wise from LFM1 or LFA1 table
    Check MKVZ report

  • Sales order blocked for credit with status "Payment Terms"

    Hi Experts,
    Sales order is blocked for credit, as when i refer the t.code vkm3 or vkm1, the status of blocking showing as "Payment Term". Geenrally the status of credit block would be 'Old item', Dynamic check', value etc.
    My question here is how the sales order is blocked with status "Payment Terms", and what is the role of payment terms in credit management.
    regards
    Vivek.

    Hi  Vivek,
    The Standard Cr. management  ( Automatic credit check) of SAP has Critical Fields Check - payment terms is one of them,
    If it is being changed in sales order (other than maintained in Customer master) the sales order will go for credit block
    Thanks
    Dilip S

Maybe you are looking for

  • Problem in reusing the declader slider variable in VBox

    There is a slider variable {color:#0000ff}specexpontLevel{color}. This variable is used 2 times in VBox content as per my requirement. But the VBox contents are not visble @ the runtime. If I call the variable only once in VBox then the contents are

  • Problem with fingerprint setting

    Hey, i bought an iphone 5s yesterday. I set up the fingerprint yesterday and it worked fine. But after that i faced some problem with the system so i reset the wholephone and edit and deleted my original fingerprint. but after that, my phone cant ree

  • Workflow using FCPX and AVCHD.

    Hi All, I'm about to start on a new series of projects, and just wanted some clarification from people cleverer than I about the proposed workflow from the client (who knows as little about this as I do!). The footage is to be recorded 1080i (Sony hx

  • When there will be an upgrade for new Mac Pro's?

    When there will be an upgrade for the new Mac Pro's?

  • HT3835 Final Cut Studio 2 and OS X 10.6.8 compatibility problems ?

    Is Final Cut Studio 2 compatible with OS X 10.6.8  ? I am using a Mac Pro 2 X 3 GHz Dual-Core Intel Xeon Could not mount Final Cut Pro which I own. Thanks everyone Camerio1