Computation VAT on Freight amount too

Dear Experts,
Assigned subtotal 4 or 6 against the freight condition. Assigned alternate base value routine 362 or 363 against the VAT condition.
Also found that :
DO NOT ASSIGN SUBTOTAL 5 or 2, as these are meant for manual excise and ADC & will cause inconsistencies in GR and MIRO.
Query :
Scenario : Base Price 1,00,000.00 + ED 8.24% = 1,08,240.00
+ Freight 1,000.00 = 1,09,240.00
+ Deductible VAT 12.5% on 1,09,240.00 = 13,655.00 (since we want VAT to be computed on Freight too)
Therefore actual Tax on PO is 8,240.00 + 13,655.00 = 21895.00
PO Value = 1,22,895.00
Combinations, if i use :
1. 4 & 362 : Total Tax on PO is 21,987.70
2. 6 & 362 : Total Tax on PO is 21,552.30
3. 4 & 363 : Total Tax on PO is 21,862.70
4. 6 & 363 : Total Tax on PO is 21,677.30
Dear Experts :
The nearest combination to the target is combination number 4, but has a diff of 32.00
what must be the reason that Total Tax is not computed correctly.
please help me further.
Edited by: Hussein  Merchant on Nov 19, 2009 7:58 AM

Dear Experts,
I m repeating my query, as i m still not 100% successful.
Assigned subtotal 4 or 6 against the freight condition in Purchase Pricing Procedure. Assigned alternate base value routine 362 or 363 against the VAT condition in FI Tax Procedure. As recommended by SAP Product support.
Query :
Scenario : Base Price 1,00,000.00 + ED 8.24% = 1,08,240.00
+ Freight 1,000.00 = 1,09,240.00
+ Deductible VAT 12.5% on 1,09,240.00 = 13,655.00 (since we want VAT to be computed on Freight too)
Therefore actual Tax on PO is 8,240.00 + 13,655.00 = 21895.00
PO Value = 1,22,895.00
Combinations, if i use :
1. 4 & 362 : Total Tax on PO is 21,987.70
2. 6 & 362 : Total Tax on PO is 21,552.30
3. 4 & 363 : Total Tax on PO is 21,862.70
4. 6 & 363 : Total Tax on PO is 21,677.30
Dear Experts :
The nearest combination to the target is combination number 3, but has a diff of 32.00
what must be the reason that Total Tax is not computed correctly.
please help me further.
Edited by: Hussein  Merchant on Nov 24, 2009 12:50 PM

Similar Messages

  • Vat on freight in PO

    hi all,
    as per our business scenerio, here we want to calculate VAT including Frieght amount.
    sample calculation:
    Basic     200.00
    ED     32.00
    Cess     0.96
              232.96
    Frt     5.00
              237.96
    Vat     9.52
    Gross Amt         247.48
    how we populate frieght condition into tax procedure, for the calculation of VAT.
    kindlly advice.
    thanz in advance.
    prabha

    Hi prabha
    U cannot populate the freight condition in to tax procedure.
    U can achieve the computation of VAT considering the freight by using a customised routine for these conditions.
    Take help of your ABAPer.
    Alternatively, If u use taxinj, u can apply the VAT tax condition to delivery cost while processing MIRO.
    warm regards
    sairam akundi

  • Freight amount is not available in A/R Downpayment Invoice

    We need to raise a A/R Downpaymen Invoice for a consigment along with the frieght. The goods are excisable. For Freight amount only VAT charges are to be applicable.
    The feature of adding Freight Charges is available in other A/R documents. However, the same feature is not available in A/R Downpayment Request & A/R Downpayment Invoice transaction.
    Request to kindly provide a solution for the same.

    I too think that this is something that is needed.
    If you take a series of downpayments to the balance of a sales order including the freight (which is additional expenses and so could include something like custom shipping from the supplier), and then convert the sales order to an invoice, then the balance on the invoice will be the freight amount and the last downpayment will show has having an Open amount of the same value.  I'm not sure how you can now reconcile this.

  • Calculation of VAT on Freight

    Dear Team,
    As we require sometimes to calculate VAT on freight part as well along with exciseable line item of material..we tried , also made a separate tax code for freight to calculate VAT  only.But we getting result but system calculated excise and VAT both on freight although we want only VAT part not excise part for freight .We do not understand , we define JVRD with new tax code , which we ataching along with freight line item  how system picks excise also for freight ..
    Please share some valuable suggestion .
    Thanks,
    Dharmveer

    Hi,
    Thanks for answering
    First part is already is there and for the 2nd part ,once we did 363 instead of 17 , system does not calculate VAT amount on exciseable material line item or not on freight item but still it calculate excise on material as well as fright part ..
    Tell me again in which column of tax procedure , we select 363 as we have selected in column of condition formula calculation rule..
    Thanks,
    Dharmveer

  • Freight amount in PLD

    Hi Friends,
    I want to print the freight amount (loading, unloading, etc. ), tax code & tax amount on freight amount seperately in A/P Invoice.

    Hi,
    In SAP you have Table OSTT. In this table all the tax codes are stored. For each Tax code, there will be related Nota Fiscal Id and Numerator.
    In PLD, Add repetitive area and in Repetitive area
    1. Create 1 text field and enter the number (Nota Fiscal Tax ID or Numerator)
    Note : If you are calculating excise duty or service tax or Vat then you will be entering Nota fiscal Tax ID else you will be entering Numerator Number in the Text field you have created.
    Let's Assume Field_001 (ex. Field_001 --> -90 or 6)
    2. Create 1 database field, in that link the "Sales Tax Authorities Type" table and "Nota Fiscal Tax ID" or "Numerator"
    let's assume Field_002
    3. Create one Formula Field, In that Check whether the two fields are equal.
    let's assume Field_003 contains formula (ie., Field_001==Field_002)
    4. Create one Database field, In that link "A/R - tax Amount per Document" table and "Tax Amount" Column.
    let's assume Field_004
    5. Create one Formula Field, in that multiply two fields
    let's assume Field_005 = Field_003 * Field_004.
    6. Then in Repetitive area Footer, Create one formula field, and in that Sum that result.
    Let's assume Filed_006 = COLSUM("Field_005")
    Do the above said process to retrieve seperate tax amount values.
    To print Tax rate :
    In repetitive area footer, create one database field, and now choose A/R Invoice or corresponding table and Tax Rate column.
    Let's Assume, that in repetitive area footer Field_101 has the above database table link.
    Now, as per my previous reply Create one Text Field and enter "VAT" and then next to text field create Formula Field and Choose the Field_101 in the Formula column.
    For Freight calculation,
    OEXD - Freight Setup table contains the freight details and Name to be selected in Column.
    Follow steps explained above to retreive the tax rates and freight rates seperately.
    I hope this could help you to solve your problem. Now it works.
    Regards
    Raja.S

  • Hi! This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ip

    Hi!
    This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ipod still work with it??? Or would his ITunes just see my IPod? Or does his Ipod ID change to my ID?
    Or does it work without any problems, to setup two IDs on the same computer??
    Thanks!

    Hi!
    This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ipod still work with it??? Or would his ITunes just see my IPod? Or does his Ipod ID change to my ID?
    Or does it work without any problems, to setup two IDs on the same computer??
    Thanks!

  • Excise duty and freight amount not capture

    Dear All,
    Stock transfer between two plants (MFG to SALES)
    I have assigned Excise and freight condition in RM2000 pricing schema and done the
    stock transfer(VL10B,VF01,J1IIN) from one plant to another plant, But at the time of MIGO
    at receiving plant accounting entry are happening based on the VPRS price (Inv. FG Cr at
    supplying plant and Inv Dr at receiving plant), ED and freight amount are not adding
    in the material price at the time of MIGO.We are using pricing procedure at the time of
    delivery for billing.Plz advice whot wrong is there.
    regards,
    SPS

    Hi
    Can u pls chk in your pricing procedure weather the stastics chk box is ticked for the respective condition type.
    If so pls remove and try again.
    Vijay

  • How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    New versions of Flash have a panel installed on your system for control of settings.
    In Windows XP, Windows Start > Settings > Control Panel > Flash Player, click on each tab and change the "Ask..." setting. Most likely your prompts are coming from the "Storage" tab. Using any of the "Block..." settings may make Flash inoperative on some sites.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Freight  Amount not shown in Target Documents

    Hi ,
    I have created a Purchase order with Freight Charges , But when i m copying the PO to Targets Documents(i.e GRPO, Invoice) then Freight amount is Not appeared . Pls suggest what to do  in this case .
    Regards
    Raman Preet singh

    Hi raman.sap 
    Check this
    Administration -> General -> Setup ->Freight - Setup Window
    Drawing Method Specify the required calculation method of the freight per row. The calculation method you select becomes evident when you copy rows from a base document to a target document. The options are:
    None u2013 No freight will be copied to target document.
    Quantity u2013 The amount is divided into the item quantity and each unit carries the same amount of freight.
    Total u2013 SAP Business One calculates which part of the document total or row total is copied to the target document. It then adds the relative amount of the document or row freight to that target document.
    All u2013 Copies all the freight to the target document.

  • How To Add Freight Amount in Invoice Before the Invoice is Posted Through SDK

    Dear All,
    I have a requirement in SAP B1 9.0 where the user want to add the freight amount in the freight window based on an udf value automatically .
    So if there is an possibility of adding the freight amount based on an udf calculated value though SDK before the Invoice get added in the Database.
    Please suggest if this is possible through SDK or any work around for this scenario in SAP.
    Thanks & Regards,
    Amit

    Hi Amit,
    Here is a way to do it via UIAPI:
    Setting a Freight by the UI API ?
    If you need to do it via DIAPI, have a look here:
    How to update amount in freight column(INV3) of A|RInvoice through SDK
    DI Copy AP(AP Invoice) from PO(Purchase Order)
    Populating Freight Charges on Sales Order
    Freight in A/R Invoice
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • Freight amount by percentage - FMS

    Dear experts,
    there is a requirement from my client saying that their vendors will say the freight in percentage only. so every time the user puts the PO he needs to calculate manually for the freight and enter it.
    Is there any way that we can write an FMS query for this. like, if we create an UDF in the document freight charges and enter the percentage in that. so that the amount field can be populated based on the percentage entered.
    Please help me.
    thanks and regards,
    Yeshwanth Prakash

    Hi Yeshwant
    Directly it is not possible to calculate the Freight based on the percent you define on the Freight Screen UDF. The reason being that FMS is applicable on the Active Screen only. When you open the Freight Screen the PO screen is Inactive thus not triggering the FMS, hence the error.
    Still if you want this option then you can ask the developers to write a simple code to calculate the freight amount based on the UDF percentage.
    For this purpose there is another work around which is mentioned below. But here the problem is that you cannot do it on the Total PO value but will be based on the Line Total.
    FIrst of all you enable the Freight 1, Freight 1  (LC) in the Form Settings for Purchase Order Screen. Once this is done then you create a UDF for capturing the Percentage that your vendor mentions. Write a FMS in the Freight 1 (LC) field to calculate the amount based on the Percent and Row Level Amount.
    Hope it helps.
    Regards
    Rohan S. Kamble.

  • Excise duty & Freight amount

    Dear All,
    Stock transfer between two plants (MFG to SALES)
    I have assigned Excise and freight condition in RM2000 pricing schema and done the
    stock transfer(VL10B,VF01,J1IIN) from one plant to another plant, But at the time of MIGO
    at receiving plant accounting entry are happening based on the VPRS price (Inv. FG Cr at
    supplying plant and Inv Dr at receiving plant), ED and freight amount are not adding
    in the material price at the time of MIGO.We are using pricing procedure at the time of
    delivery for billing.Plz advice whot wrong is there.
    regards,
    SPS

    Have you got solution for this?
    I am also looking for the same.. Can you please help me?

  • Fixed Freight Amount During GR

    HI Gurus,
    I want Freight Amount getting posted fully at the time of GR eventhough there is change in GR quantity.
    Case:1
    PO quantity = 100
    Freight in PO = 10 (Fixed)
    GR quantity = 90
    Freight in GR = 10.
    In other way, Total Freight Amount should be posted during first GR itself. Here we are not expecting 2nd GR.
    I am able to change Freight Amount in LIV, but postings goes to price difference a/c. We dont want this.
    As of now Freight amount is getting apportioned based on GR quantity. How to achieve this

    hi
    check the frhi condition (tick for header condition)
    using this for header level u can give  freightt for all items at once
    add this in ur pricing and then try po and add value of freight in header levelk condition
    conclusion u can give freight on total items
    if ur freight is fixed for a vendor and material then give the amount in inforecord
    regards
    kunal
    Edited by: kunal ingale on Sep 5, 2008 11:09 AM

  • Discount amount should not be from total amount + freight amount while pay

    How can I set up the system so that unplanned costs goes to fright account ( which I think is working fine) at the invoice level but also the discount amount while paying is not taken out from the amount +freight amount. We need to pay so that discount amount comes out from only amunt-freight amount.
    Please help
    Thanks
    Ritu

    Dear All,
    Any BTE is available for my req.
    In validation  what will the steps i have to follow.
    Do suggest

  • Freight amount during GRN

    Dear Gurus,
    Material's order unit and pricing unit is in PC and freight amount needs to be in Rs/KG(on the unit of KG), as the vendor will take the freight as per the actual weight of the material, same will come to know during weighing at the time of GRN and during the creation of PO conversion factor is not fixed between material pricing unit(PC) and freight unit(KG).
    I thought of giving the freight amount in the freight condition type along with the conversion factor , but now client is saying conversion faco
    so how to pay the actual freight amount to the vendor.
    Thanks & Regards
    Nitin Chhabra

    Hi ,
    Since there is no planned cost here , freight condition can be ignored.
    During MIRO enter the actual cost manually on G/L Account section with actual Value and Freight GL account.
    Thanks,
    sudhakar

Maybe you are looking for

  • Extension Manager for CS3

    I have to use both Flash CS3 & Flash CS5 but I can't install extensions on CS3. I can only install extensions on CS5 only. What's going on? This is why I have to use both versions. I recently upgraded from CS3 to CS5 BUT after a few months working in

  • Initial Load of BUAG_MAIN (Business Agreements) IS-U = CRM

    Hello. We are integrating ISU to SAP CRM 7.0. We have been replicating Business Partners between the two systems for a couple of years, and now wish to begin replication the Business Agreements <=> Contract acconts objects (BUAG_MAIN) In our developm

  • Creating a hierarchy in an attribute dimension using EIS

    we use EIS for our data/member loads. I have a couple of cubes with attribute dims and I had no problems using EIS to create those attribute dims as they did not have a hierarchy I have a new requirement to create an attribute dim with a hierarchy. I

  • Issue updating iPad operating system

    I have been trying to update the operating system on my ipad but each time i do it crashes at the last stage, can anyone help? It says the connection is timing out once it is 1% from complete!

  • Negative values to be permitted in Post capitalisation function.

    Negative value adjustment required by the client. Negative values to be permitted in Post capitalisation function in Asset Accounting. Please show me the steps how to configure and how to complete the transaction with an example.