Cash Discount without using Payment Term

Hi,
Generally, We will post discount for customer with Payment terms in F-28 transaction.This is general process.In addition, if we want to post a discount that was not part of a payment term or part of the original order how do we do that during payment processing?
Kindly advise..
Thanks
Supriya

Hello,
There is no such mechanism in SAP.
You have two options:
1. Create another terms of payment with additional discount and allow the user the change the terms of payment at the time of posting.
2. If you want to give additional discount, pass a JV by debiting discount account and crediting the customer account and make the payment.
Regards,
Ravi

Similar Messages

  • Different discount date from that of due date without using payment terms

    Hi,
    We would like have separate discount due date from due date without using payment terms for each invoice.
    We wants to modify ERDK-FAEDS but unable to find suitable event/exit for the same.
    So can anyone suggest any event where this can possibly be achived.
    Regards,
    Paresh

    Hi,
    We are using continuous days for working out due date from document date.
    But for discount due date business sought to provide only working days (say 7 days) from document date.
    So as to satisfy this requirement, I had adopted event R436 where system intially takes values provided but somehow it gets cleared in below lines. So I am unable to find a workaround to resolve this issue.
    PERFORM get_user_exit_function USING 'R436'.
      LOOP AT t_fbstab WHERE funcc <> 'ISU_SAMPLE_R436'.
        tmp_erdk = p_iiu-print_doc-erdk.
        tmp_erdz[] = p_iiu-print_doc-t_erdz[].
        CALL FUNCTION t_fbstab-funcc
          EXPORTING
            x_invoice_param    = p_param
            x_invoice_unit     = p_iiu
          TABLES
            xy_printdoc_lines  = tmp_erdz
            y_new_bill_lines   = tmp_new_bill_lines
          CHANGING
            xy_printdoc_header = tmp_erdk
          EXCEPTIONS
            error_message      = 1.
    Regards,
    Paresh

  • To get cash discount for my payment term

    Hi there,
    To get cash discount for my payment term, I make configuration as below
    *Step 1: Create a payment term in Maintain of Payment term
                 On immediate payment 5 % cash discount
    *Step 2: -  Define acount for Cash discount taken
                 -  Define acount for Lost Cash discount
    *Step 3: Assign the payment term to my Vendor
    *Step 4: Post a new invoice
    *Step 5: Clear it with payment immediately
    But I still don't receive cash discount
    Please show me the reason and how to check configuration
    Kind regards
    Minhtb

    HI,
    Follow the path
    Financial accounting ->Account receivables and payables ->vendor account->business transactions->outgoing invoice/credit memos->maintain terms of payment.
    In this  percentage coulumn u can maintain discount rates.
    Pleasa assign points if useful.
    Regards,
    Shradha.

  • Cash discount in partial payment

    Hi
    How to take cash discount in partial payments tab (for F-28) , kindly help me ...

    Hi
    I am having the same requirement for my client can u share the solution which u got .
    Thanks and regards
    Kumar

  • How to rounding the cash discount at F110 payment program

    Dear All,
    Can you explain me, how to rounding off or rounding up to nearest rupee the cash discount at F110. In APP, the cash discount used to be calculated according to Payment term. But it is calculating decimal amounts also. But as per the business requirement, the cash discount should be deducted in rupees only. It should not be in decimals.
    Please remember, cash discount can not be edited at APP, because I have disabled the "Edit Proposal" option. I want the rounding the cash discount to be initiated through configuration only.
    Request you to help me out.
    Regards,
    Venkata Reddy

    Hi,
    maybe T-Code OB90 is helpful but I guess this setting is not only for cash discount.
    Best regards, Christian

  • FM to calculate discount based on Payment Terms (for Accounting document)

    Hi-
    I am refering to Cash discount calculated on an accounting document.
    Discount is calculated based on Payment Terms. [ Baseline date: date from which discount period starts; Cash discount terms ; Cash discount percentage rates.]
    Is there a standard SAP FM that i can use in my custom program calculate discount ???

    Hi,
    Try this.......
    CALL FUNCTION 'ISU_S_DISCOUNT_PROVIDE'
    EXPORTING
    x_rabzus = st_discount_hdr-rabzus
    x_ab = wa_discount_item-ab
    x_wmode = '2'
    IMPORTING
    y_obj = xy_obj
    EXCEPTIONS
    not_found = 1
    foreign_lock = 2
    general_fault = 3
    OTHERS = 4.
    Regards,
    Jyothi

  • Reversal of VAT at the time of allowing cash discount for incoming payment.

    Hi Gurus,
    Please guide me for the following scenario.
    Invoice posted for comp code from SD. Sale value = 100 Vat = 20 (20%) Customer to Pay =120. Cash discount will be 10% if paid with in 15days.
    Invoice on 1st May 2011
    Entry At invoice
    Customer                  DR                                                              120
    To Revenue Acct - 1000100                                                                           100
    To VAT payable Acct -2000200                                                                        20
    Customer made payment on 10th may 2011.
    The expected entry is
    Bank A/C 30000100       DR                                                         108
    Discount 40000100        DR                                                           10
    VAT Payable 2000200   DR  ((20/120)*12)                                     2
        To Customer                                                                                120
    There is acheck box at comp code global setting level (for tax and cash discount) and another at tax jurisdiction set up level.
    Is there any other set up is required apart from above set up for reversal of VAT at the time of incoming payment (as shown above).
    please guide me.
    Pranab

    Please create a Price determination schema/ Modify existing schema to calculate (subtract) Cash Discount in Nett Price and not on Gross Price.
    Assign the CAsh discount Z condition to the schema.
    You can use this in either header or item level depending upon your requirement.
    This is to be maintained in condition table MEK1

  • Cash Discount taken incoming Payments

    Hi folks,
    when we allocation incoming payments to open AR, discounts might be taken from customers.
    We use FB05 for this.
    Discount GL is automatically chosen (OBXI) and correctly calculated.
    However, tax needs to be adjusted as well. This is not automatically done.
    What could be the reason for this?
    Tax Category field for "Cash discount expenses" is filled with "*".
    In case of purchase discounts in payment program F110, it works absolutely fine.
    please let me know if you need additional information
    Appreciate your help.

    Hi Benjamin,
    I tried your scenario in a test system and it work well (i.e. VAT line is generated), the only ways it does not work (and rightly so in my opinion) are:
    Cash discount account is set up as "no relevant for tax" (tax category is blank) in FS00
    The company code is set up with "tax base is net value" in OBY6 but in this case I get an error message at posting if my cash discount account is set up as "tax relevant" in FS00
    What is your setting for "cash discount" in OBY6 ?
    Regards
    Thomas

  • Apply 100% Cash Discounts on Residual Payments

    Hello,
    My client has the requirement to apply complete discount amount on partial receipts in F-28. This is because the discounts are calculated only on net amount and the customer will pay the net amount initially and will pay vat amouts quarterly.
    Below example explains the situation
    In SAP the billing document 9-484  has the following amounts
    Net amount: 6350.28
    Discount    :    63.50  ( Discount based on net , 1%)
    Tax amount :1206.55 ( 19 % based on net)
    In the accounting , the postings are
    AR reconciliation a/c 7556.83
    Revenue account : 6350.28
    Tax account : 1206.55
    The customer only makes payment for the product amount within the payment terms.
    Since the discount is based on the net amount(product amount) he only pays 6286.78
    In F-28, I enter 6286.78 and select the invoice which shows total amount as 7556.83 with discount of 63.50.
    I apply residual payment and simulate the posting
    Only cash discount of 53.12 is applied on the invoice as it tries to split the discount proportionally.
    <b>Is it possible to apply the total cash discount available on residual payments ?</b>
    Please advise

    Hi Ashok,
                 The discount is being calculated on the net amount, but the payment is assumed to be gross, hence only a portion of the discount is being applied.
    Wiliam,
          Under Spro >Financial Accounting>Accounts Receivable and Accounts Payable>Business Transactions>Incoming Payments>Manual Incoming Payments>Define Tolerances (Customers)
          Check that the flag  "Only grant partial cash disc." is not set.
    This might solve your problem.
    Kind regards

  • Fixed Discount Amount in Payment Terms

    Hello Experts,
    My requirement is like this.
    If the customer pays within 30 days(Payment Term)30 Days he will be entitled for a fixed discount amount of 12.50 Euro(irrespective of the invoice amount). Can you please provide some leads to this.
    Thanks in Advance
    Balaji

    Hi Srinivas,
    Do you think some user exit is the only option?
    Thanks in Advance
    Balaji

  • Payment terms and discount voor the purchasing invoice

    Hi all,
    In the definitions of the payment terms, you can choose how the Due date should be based on: Document date, Posting date, System date or Closing date..we choose for the Document date. (due date = doc. date + 30 days)
    In the payment terms you can also define a cash discount if we pay the suppliers invoice within certain days, than we can deduct a discount of the total amount to be paid.
    So we define f.e. within 14 days, 2%.
    However the title of this colums says: Days after Posting date and the system also react like this.
    The posting date of the suppliers invoice can ofcourse be different as the document date of this suppl.invoice.
    F.e.: Suppliers Invoice: doc. date 30/9/2008, Posting date: 18/10/2008, Due Date 1/11/2008 (Doc.date + 30 days)
    Payment at 25/10/2008 by the payment wizard.
    The wizard still deduct 2 % as the due date of this invoice has not been reached, while the 2% should only be deducted if we pay before 14/10/2008.
    So as we defined the due date based on the Document date, but the cash discount uses the posting date. (column title)
    Is this wrong in the definitions or standard behaviour.
    How can I use the cash discount in the payment terms?
    Please advise.
    Best regards,
    Carl Verhagen

    Hi Peter,
    I'm talking about the A\R invoice.
    The supplier sent his invoice with document date 1/10/2008 and his payment terms is payment within 30 days.
    We receive the invoice at 3/10/2008 and after control etc. we will post the invoice at 7/10/2008.
    If we use the posting date as a base for the due date, the invoice have to be paid at 6/11/2008, but the suppliers due date is 31/10/2008 and that's a difference of 1 nearly week.
    If there are problems (f.e. caused by ourself) and the invoice will be booked at 20/10, we still have time to pay it before the due date 31/10 instead of 19/11/2008)
    I think that the supplier will not be amused if we use the posting date as the base for calculating the due date.
    We can discuss what's right to use, but SAP B1 gives the opportunity to choose between Doc.date, posting date and system date as a base for calculating the Due date but for cash discount it's automatically the posting date??
    Best regards,
    Carl Verhagen

  • Need info on Cash discounts

    Hello,
    I need some info on cash discounts.
    I understand that cash discounts are applicable to the customer after he makes the payment. We issue credit memo.
    But i dont understand the link b/n cash dicount conditon type (say SKTO/SKTV and payment terms )
    How the cash discounts are linked to payment terms?
    Whats the setting done for this?
    Could some one answer this?
    Regards,
    Krishna

    Cash discount means the rate of cash discount.
    Where do you find the details of how much cash discount to be given to the customer ?
    It is stored in the "Payment Term".
    Any organisation has got its Payment Term or Terms of Payment for the business.
    For example,suppose to-day you have purchased some goods from me and I have a payment term in my organisation like below,
    If you are paying me within 7 days,then you are eligible for 5% cash discount.
    If you are paying me within 15 days, then you will get 2% cash discount.After this no cash discount and 30 days is the maximum credit days and within 30 days if you are not paying me , then I will charge suppose 20% interest on the amount from the 31st day onwards.
    System gets this information regarding the Cash discount, from  this Payment Term.
    For Cash discount , there is a special condition type "SKTO". This is a statistical condition type. Condition type SKTO retrieves the cash discount rate to be given, from the Payment Term.
    Condition type SKTO does not have any access sequence and its finds out the cash discount rate from the payment in the Table "T052" (in this table all cash discounts are stored).
    To find this cash discount rate SKTO uses its condition category "E".

  • Regarding cash discount and copa

    Hi friends,
    i have  an serious issue in our project:
    for cash discount condition type SKTO we are giving 2% cash discount based on payment terms : 14 days 2%, 30 net
                             Within 14 days 2 % cash discount
                             Within 30 days Due net
    and i raise the sales order , and did the delivery and did the billing document
    exact problem is the moment when i go to accounting document cash discount 2% amount is showing in profitability analysis accont, infact it should not show ,
    it has to show only after making the  incoming payment by customer
    then only it has to show n copa, but the main problem is system immediately showing 2% cash discount in copa?
    pls try to resolve this , very urgent,
    Thanks&Regards
    Venkat.Dhanemkula

    Hi venkat, did you figure out the solution. if yes please reply back cos im having the same problem !
    waiting for your reply
    Thanks in advance...

  • New Payment Term.

    My Dear Friends,
    PLs can you explain me following payment Term.Is there need any cash discount for creating payment term for customers.
    A new payment term is needed
    Could you please create a new payment term from customers?
    We need every 20th cutoff and due at the next + next 10th.
    E.g.) May 20th cutoff - Payment is July 10th.
    Warm Regards,
    Hari

    Hi,
    Execute T Code OBB8 and create a payment term with the following:
    In 'Baseline date' calculation section, enter 20 in the 'Fixed day' field.
    In 'Payment terms' section's line 1, enter 10 in 'Fixed date' field and 1 in 'Additional months' field.
    Should work!  Assign points if your test with the above payment term meets your requirement.

  • How can we have cash discount as well as vendor payment terms

    We have vendor payment term of 2% 10 days, net 30. On top of it the vendor gives us 4% discount on certain POs where the total PO amount exceeds 20K. We want to have the 4% discount on the individual line item at the time of the invoice posting and then additional 1% discount from the payment term. We donu2019t want the PO price to change due to the 4% discount.
    In MIRO, it seems we can take either the cash discount (field WSKTO) or the discount from the payment term (field ZTERM).  How can we take both the discounts?

    1 - The 2% 10 days, net 30
               It can be calculated using the Vendor payrment terms.
    2 - The 4% discount which has to be applied on certain POs where the total PO amount exceeds 20K and should not change the PO price.
               I - Create a condition type with the calculation type A - Percentage and select the option Accruals in Control data 2.
              II - In the Calculation schema,
                                         Calculate the 4% value from the total of the PO Price.
                                         Untick the manual.
                                         Mark the condition type as Statistics.
                                         Enter a Condition Formula Calculation Rule (Calculation Type)  or Use the Requirement to activate if the
                                                value exceeds 20K.  
                                         Enter the Accrual key like (FR1, FRE ...) and assign the GL account to that.
                         By Maintaining this way, you affect only the internal price and not the PO price.

Maybe you are looking for

  • Data Federator authentication modes

    In Data Federator (3.0 SP1 or previous), Is there any authentication mode similar to AD/LDAP in BOE? What are the options available for dynamic logon, while connecting to a database via JDBC in the DF Data source definition screen? Thanks Tiji

  • Tree in wd abap

    Hi all, i have a table which has certain data. i also have a tree ui in my wd. the first record in the table is the root and rest are child. how do i populate the tree. plz help me with code snipet if possible. reply soon Thanks & Regards, Ritwik.

  • My fox tabs are gone. How do i get them back?

    I work on my computer using many sites, so the fox tab was a great help for me. i had organised my mostly used sites into tabs, but one day they just got lost and all i see is a blue screen. on the bottom left, there are some features that i used to

  • How to View Voice Call Detail for 12 Month History?

    Hello, I asked via Chat but it keeps locking up. I know there's a way to view voice call history by phone number for a 12 month period, but I can't see how to view this for months prior to the current month. When I select a prior month, it just shows

  • Problem with Java Native Type after Migration from 7.0 to 7.1

    Hi, after Migration from Netweaver 7.0 to Netweaver 7.1 I get following error: FileDownload 'FileDownload.data': Context attribute 'PrintSelectedView.PdfToDownload.resourceInputStream' has the Java native type 'com.sap.tc.webdynpro.progmodel.api.IWDI