Discount - Tax calculation on discount taken

I'm having trouble with tax calculation on discounts.  Here is what I'm trying to do and what the problem is.
I would like to use Net Method for discount process, meaning the cash discount amount expected is already taken into consideration when the invoice is posted. 
example
Invoice amount      $1,000.00
Tax (VAT)           $175.00
Total           $1,175.00
Discount Amount at 2% = $20.00
Cost object = $980.00
[<b>u]Invoice Document Entry</u></b>
CR Vendor $1,175.00
DR Expense $980.00
DR Tax $175.00
DR Discount Clearing $20.00
<u>Problem</u>
At time of payment the tax amount should be adjusted for the discount amount taken but this is not working for me.  We should reduce our payment to the vendor for the tax amount on the discount taken of $3.50(20*17.5%).  In this example we are overpaying the vendor for the tax portion. 
CR Discount Clearing $20.00
CR Cash $1,155.00
DR Vendor $1,175.00
I found a note on SAP help which outlines what I would like to do.  Here is the link to the note
<u>http://help.sap.com/saphelp_erp2005vp/helpdata/en/47/60f8ba49f011d1894c0000e829fbbd/content.htm</u>
I don't understand why the system is not adjusting the tax amount automatically, i.e. the tax amount for the cash discount is credited to the tax account.
Can anyone please help me?

Hi Ramesh,
Yes I am using document type RN.  I'm happy with what the system is doing at invoice entry.  Please see the entry on my original post.  However, the problem is at payment time.  I would like to reduce the payment for the tax portion on the discount taken at time of payment
The system should post the following entry
DR Vendor $1,175.00
CR Discount Clearing $20.00
CR Tax $3.50
CR cash $1,151.50
What setup is required to have the system post the entry as shown above?

Similar Messages

  • Discount after Tax Calculation!!

    Dear Friends,
                         i want to calculate my discount after tax calculation.
    Gross Price : 1000
    Packing & Forwarding : 100
    Total : 1100 (amount on this VAT calculated) 1100 * 4% = 44
    Freight : 100
    Total value of PO = (Gross Price + Packing & Forward + Tax + Freight)
                                =(100010044+100) = 1244
    Up to this its calculating correctly, after this i want to calculate discount 10 % on my Gross value (1000) ie,100
    Now total value of PO after TAX = (1244-100) = 1144
    This 1144 values are correctly calculating,  but the behaviour of the VAT amount changing (Now this 100 rs is subtracting on my Total:1100 tha Vat 4% is recalculating to 40 Rs)
    from satish...

    Hi
    Try this
    After calculating Total value of PO ,(1244)
    add one condition absulute discount like PB00
    give it sub toatal 6
    give this amount 100 rs in po manually
    next step final price (1244-100) = 1144
    Vipin

  • AP Report - discounts taken / lost report

    Hi Gurus
    I searched in the forum but couldnt find any, So I am posting a question.
    Is there a standard report to show discounts taken and discounts lost report for AP?
    Or is there any other report in which by changing the parameters and selections I can acheive this.
    Thanks
    Manu

    Hi,
    We are also looking for Lost Discount Report for Vendor.  We couldn't find any Standard Reports to show the Discounts taken/Lost Discount. I think it can be achieved through Customized Program.
    Thanks.
    Regards,
    Vijay

  • Purpose of Arrear in S_ALR_87012178 and  Cash discount taken where possible

    Dear friends,
    It is regarding the S_ALR_87012178 i.e. customer open analysis by balance of overdue items
    I will like to know the purpose of,
    1.  Arrears in days in it, (which arrear had been told here)
    2.  (Payment term) Cash discount taken where possible. (I want to know how can we track  the cash discount possibility)
    With regards
    Anand
    Edited by: Anand 1777 on Mar 17, 2011 3:42 PM
    Edited by: Anand 1777 on Mar 17, 2011 3:51 PM

    Nicholas,
    KSB1 beiing indirectly called thru tcode  S_ALR_87013611
    The User also has a role with Auth Object
    K_REPO_CCA
    Activity 27, 28, 29 ( try to remove 28 ) and see whether it works.
    IPls search on google : KSB1 Restrict viewing of salary cost elements
    Thanks,
    Sri

  • Discount taken amount not appeared in Cash discount taken special G/L A/c

    Hi,
    I have entered invoice amount of 25000 INR and payment terms as 0002. I have given 100 INR bank charges. For this I have created Cash discount taken and Bank charges A/c in FS00. I have entered 20000 INR as partila payment and Special G/L Key as 'D' in Vendor A/c Details. Payment term 0002 is applicable to  20000 in this case or only for 25000 INR?
    Thanks,
    BGRAJU

    Hi,
    Payment term apply to whole amount of the invoice.
    Suppose if you pay the remaining 5000 also in time according to the payment terms.
    You'll receive cash discount for total amount and not for only 20000.
    Rgds
    Murali. N

  • Discounts taken report

    I'm looking for a report that shows, by payment run, what discounts were taken and/or missed.  Does anyone know an existing report or query that will provide this?

    Please check this same thread posted by you:
    Discount Taken report
    Thanks,
    Gordon

  • How to create dynamic Invoice report based on Tax calculations

    Hi Ppl,
    I have an invoice report requirement. There are multiple line items in invoice and each line item will have a tax % and discount associated with it. Discount has to be applied at line item level. Tax will be applicable on resultant amount which respect to tax share on total amount. Below is example
    Part# Tax     Qty     UnitPrice Amount     Discount     Net Value
    1     12.5%     40     10          400          100          300
    2     12.5%     50     20          1000          200          800
    3     4%     10     30          300          50          250
                             SubTotal                    1350
                             VAT 12.5% on 1100(300+800)     137.50
                             VAT 4% on 250               10
                             Total Amount               1497.5
    I have created a static rtf which does all calculations correctly. I have hardcoded 12.5 and 4 % tax values for calculations. But issue is that taxes are changeable in future so I want to create dynamic template which takes care for tax calculations. I thought of to create an array to store distinct tax values from XML data and then to perform calculation but don’t know how to do that.
    Can some body help me out as this is very critical and urgent?
    Note: Tax calculation can be done at line item level itself but there are some scenarios where additional discounts are there so tax calculation can not be done at line item level.
    Below is the sample XML data
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ListOfBipActionTest>
    - <Action>
    <AccountId>1</AccountId>
    <PartName>17211KCC900LS</PartName>
    <TAX>12.5</TAX>
    <QTY>40</QTY>
    <UNITPRICE>47.06</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>2</AccountId>
    <PartName>17213KCC900LS</PartName>
    <TAX>12.5</TAX>
    <QTY>50</QTY>
    <UNITPRICE>19.53</UNITPRICE>
    <DIS>8.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>3</AccountId>
    <PartName>28302KAG900S</PartName>
    <TAX>12.5</TAX>
    <QTY>50</QTY>
    <UNITPRICE>59.49</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>4</AccountId>
    <PartName>2830AKAG900S</PartName>
    <TAX>12.5</TAX>
    <QTY>10</QTY>
    <UNITPRICE>168.7</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>4</AccountId>
    <PartName>91001GF6000S</PartName>
    <TAX>4.00</TAX>
    <QTY>60</QTY>
    <UNITPRICE>115.34</UNITPRICE>
    <DIS>17.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    </ListOfBipActionTest>
    Thanks
    Ashish

    Dear Efstratios Kara,
    I installed SAP Integration Kit 3.1. Yes I installed the integration kit after installing CR.
    I have uninstalled the earlier version and i have reinstalled CR with (12.3.0.601) version.
    But still i cant view the SAP connectivity. can u tell me from which version they have included this connectivity option in CR.
    If CR going to support SAP Table connectivity on specific version, what is that version.
    Waiting for your reply.
    Regards,
    Suman

  • Tax Calculation on MRP !

    Hi Experts,
    I have defined a special pricelist for a customer with discount factor of say 10%.If the MRP (Unit Price Field) of a product is 100 the price after discount comes out to be 90.The tax code of VAT4% takes the base amount of 90 and calculates the tax.
    However the business requirement is to calculate the tax on MRP (ie 100).The tax formula has the base amount defined as 'Total Amt'. Is there a way I can set this base amount in such a manner so that tax is calculated on the MRP(Unit Price) and not the 'Price After Discoint' ?
    Please suggest.
    Regards,
    Asap Fan

    Hi,
    Please note: MRP is a reserved word for Material Requirement Planing.  Most people could be mislead by your thread title.
    As of your question, I believe that is a built-in function by B1 design.  You may not have any ways to control the tax calculation.
    Thanks,
    Gordon

  • TAX Calculation in SD

    Dear SAP Gurus,
    In the Tax calculation procedure TAXINJ
    we maintain the Condition Types (JES4 Say!)
    We then define the TAX Codes with the calcutaion
    Tax Condtion type has Access MWST ( Country /Tax Code)
    Now in the SD We define the same condtion type with Access JDUM and UTXJ with same access(JDUM).
    I want to Know how thw system captures the taxes in the SD pricing when we are not defining any records......if it is taking from FI account ,
    Can anyone explain me how it captures the same in depth..
    Thanks in advance
    regards,
    Amlan Sarkar

    Thanks for your inputs.
    The Pricing procedure analysis as follows.
    Basic price
    Discounts
    TAX
    -->UTXJ   ( Access JDUM=ININPlantTAX Calls CustoTax Cllasi Material)
    Condition record : 100%.
    -->JSE4 (Access JDUM  KEY : Sales org/Destination Country)) Condition record had been found: 12%
    -->JES4 (Access JDUM KEY :Sales Or/Destination Count)
    Condition record has been found :1 %
    -->JES(Access JDUM KEY :Sales Or/Destination Count)
    Condition record has been found :2 %
    All the Three Conditon types has same access as UTXJ !
    Internally form where is the taxes getting captures.
    reagrds,
    Amlan

  • Tax Calculation in MM and SD

    HI
    I am little bit confused in Tax Calculation in MM and SD . Please see the scenario below
    In my current project in MM side we maintain Base price , discounts and other MM related conditions using MEK1 and for Tax related conditions we use FV11
    So we use Pricing Procedure and Tax Procedure
    But in SD side , Pricing ,discounts and also taxes related conditions are maintained in VK11 , SD uses all custom conditions for Tax
    So my questions are as follows
    1- In standard  SD - do SAP have Pricing Procedure and Tax Procedure or both can be used within one procedure ?
    2- So in MM can we use tax conditions ( Custom tax conditions) in MM calculation schema and determine the taxes ?
    3- In MM if we use calculation scheme and tax procedure , then how tax base is determined for tax calculation ?
    Thanks and regards
    Bhushan

    Hi,
    In mm we use Pricing Procedure and Tax procedure both.
    2- So in MM can we use tax conditions ( Custom tax conditions) in MM calculation schema and determine the taxes ?
    Normally you use MM Pricing Procedure for Base price, discount, freight, packaging etc.  However for import scenario custom tax conditions like Basic Custom Duty, CVD, Cess, Sec cess is added in MM pricing procedure.
    The Tax procedure could be used for excise duties , CST, VAT, service tax.
    3- In MM if we use calculation scheme and tax procedure , then how tax base is determined for tax calculation ?
    If you check your tax procedure say taxinn you have condition type BASB and  routine for base value as 362 through which it calculates base value
    Where as in Sd you could use it in one.
    Thanks and regards

  • Tax calculation in FBS1

    I posted a Document type ZY with tax code say U1 using FBS1 transaction. When i simulate it, i am able to see 2 or 3 line items for use tax.As per the requirement ZY doxument should not accrue tax when posted through FBS1.
    I am an ABAPer. I would like to know if there is any configuration changes to be done for this. I checked FTXP transaction and changed the tax rate to 0 for this tax code U1.It was not at all calculating the tax wherever that tax code is used. I have to restrict the tax calculation for ZY doucment.Is there any way to acheive this?
    Thanks,
    Aparna.

    Hi,
    In mm we use Pricing Procedure and Tax procedure both.
    2- So in MM can we use tax conditions ( Custom tax conditions) in MM calculation schema and determine the taxes ?
    Normally you use MM Pricing Procedure for Base price, discount, freight, packaging etc.  However for import scenario custom tax conditions like Basic Custom Duty, CVD, Cess, Sec cess is added in MM pricing procedure.
    The Tax procedure could be used for excise duties , CST, VAT, service tax.
    3- In MM if we use calculation scheme and tax procedure , then how tax base is determined for tax calculation ?
    If you check your tax procedure say taxinn you have condition type BASB and  routine for base value as 362 through which it calculates base value
    Where as in Sd you could use it in one.
    Thanks and regards

  • What determines the price and tax calculation for consignment stock?

    Hi All,
    anyone knows how the price and tax are calculated for consignment stock? in other word, among the info record , contract or material master, what determines the price and the tax calculation for consignment stock?
    please advise, your input will be rewarded.
    thanks,

    First preceeding is taken by contract and then info records of consginment

  • Tax calculation in SRM from ECC

    Hello All
    Our requirement is to validate the ship to address entered by an user in SRM shopping cart.
    We thought about activating tax calculation in SRM ( by making a call to ECC) , so that the address will be automatically checked & return an error if Tax jurisdiction is not found.
    However it turns out that in ECC , the tax jurisdiction is not unique for a given address.
    For each address ECC returns two Tax jurisdictions ( One for Out of City & One for in City).
    Is there a way to influence ECC and make it always select one of the found Tax jurisdictions.
    Is there any other means of checking that the SHip to address is correct ??
    Thanks
    Kedar

    Thanks Ramki !
    Our Users should enter the correct combination of City , Zip code, Region and Country when entering
    their own ad-hoc addresses in shopping carts.
    If Tax calculation is enabled then this is taken care of ,as any wrong combination returns the error " Tax Jurisdiction not found".
    However as I mentioned earlier  our FICO is set up peculiarly in ECC.
    For most Zip code, city and county combinations , there are two tax jurisdictions  ( one for in city and one for out of city).
    So when SRM calls , ECC can't decide which Tax Jurisdiction to return and hence always returns the error.
    I researched on this and no SRM BADI seems relevant. Is there any ECC user exit or any other way??
    Thanks
    Kedar

  • Tax calculation in SD Billing

    Hi all of you,
    We have configured the tax procedure and created the tax codes. Tax codes are working fine in FI module and in MM module. The condition types with access sequence MWST and account keys using in tax procedure, we have taken the same for SD Pricing procedure also.
    Coming to SD Billing, taxes will be calculated based on the condition record where we will assign the tax code since we do not have tax code field in the sales order or invoice. Why SAP has not given the option to select the tax code in Sales Order like Purchase Order? When I am doing condition record for the condition type, system is showing the tax percentage based on the given tax code but the condition is not picking the condition record while creating the sales order.
    Typically tax code consists of -
    Condition type - 1111 - Tax code - S1 - 10% (Service tax)
                              2222 - Tax code - S1 - 2%  (Education cess)
                              3333 - Tax code - S1 - 1% (Secondary Ed cess)
    In the above scenario, how do I do the condition record?
    And what about the advance tax return report? Will system show the line items per tax code or not?
    Please help me regarding
    Thanks
    Ramki

    Tax in SD will be determined based on several parameters.  But SAP defalts Region of the delivering plant and Region of the Ship To Party.
    In your sale order, if the tax code is not flowing, then you need to check whether for this combination, you have maintained the tax code in VK12 for condition type MWST.
    thanks
    G. Lakshmipathi

  • Tax calculation in shipment document

    Hi Experts,
    We have shipment document and cost calculation in place for inbound material.
    Now we have one requirement that at the time of GR the following entry should be posted;
    Inventory Dr
    GR/IR       Cr
    Freight Clg Cr
    Service tax on Freight Cr-particular GL
    Now the freight cost is coming from shipment document and FI posting is getting done at the time of GR.
    How this service tax part can be taken care of by loading to inevtory and crediting a GL also calculated upon a freight value.
    How pricing procedure in shipment document and purchasing can be linked
    Rgds

    Hi
    You may check the following notes which is related to your issue:-
    740854
    560733
    Regards
    Amitesh Anand

Maybe you are looking for