VAT on export ; subsequent change of tax.

Hi all,
We need to invoice customers outside EU with a tax code that carries a zero % rate. However, if it turns out that our customer cannot show evidence that he is indeed an 'export' customer, we need to invoice domestic VAT.
Since this is something that cannot be known with full certainty at invoicing time, we need a way to adjust the VAT rate in the (rare) cases where it would turn out that we have invoiced export VAT where it should have been domestic.
I had a look to the possibilities in SAP and did not find a real confirmation of a proper solution. I was thinking of the following :
- Deferred tax : I am not convinced because this would mean that deferred tax items stay in the system for ever (I do not think this is the purpose).
- Tax adjustment (RFUMSV35) : this one looks quite promising but the litterature seems to consider this solution as only relevant in some very specific countries (Mexico ?)
Has anybody of you come accross the same problem ? Is one of the solutions that I am looking for relevant ? Am I missing something ? Is the question wrong for whatever reason ?
Any help will be highly appreciated.
Kind regards.
José Beghein

Hi,
   The tax adjustment programm is only for countries that have deferred VAT and is only used when the Vat Rate changes.
   For your situation you have to cancel the original incorrect invoice and then reissue it correctly.
Kind regards

Similar Messages

  • Change the Tax Code-  In Sales Order i have  Tax code for VAT

    In Sales Order i have  Tax code for VAT ( Condition type JIVP) it is reflecting "P4" instead of "A4".
    Where the "P4" Tax code is picking in Sales Order.
    How to change the Tax Code.
    Urgent

    Hi CHAKRI,
                     Check if the condition record is maintained with the appropriate taxclasssification.If yes, Go to sales order in change mode,then goto-header-billing-alternate taxcalssification and modify tax classification.It will pick up right tax code.
    Regards
    Ram Pedarla

  • Exporting and changing parameter

    Hi abapers,
                        I am working object oriented abap and i need a small example of ,how to use
                       export and changing parameter of a method.
                       Can anyone help me regarding this
    sanjay

    See the below code. Hope it will be helpful.
    <code>
    REPORT zexp1 .
    DATA : w_tax    type p decimals 2 ,
           w_salary type p decimals 2 .
    CLASS CTAX DEFINITION.
      PUBLIC SECTION.
       METHODS : TAX_CALC IMPORTING grade  TYPE C
                          EXPORTING itax   TYPE P
                          CHANGING  salary TYPE P .
    ENDCLASS.
    CLASS CTAX IMPLEMENTATION.
      METHOD : TAX_CALC.
       CASE grade.
        WHEN 'A01'.
         itax = salary * '0.2'.
        WHEN 'A02'.
         itax = salary * '0.1'.
        WHEN OTHERS.
         itax = salary * '0.15'.
       ENDCASE.
        salary = salary - itax.
      ENDMETHOD.
    ENDCLASS.
    START-OF-SELECTION.
      DATA : OREF1 TYPE REF TO CTAX.
      CREATE OBJECT : OREF1.
      w_salary = 30000.
      w_tax    = 0    .
      write:/5 'Before method call, salary and tax are' ,
               w_salary ,
               w_tax .
       CALL METHOD OREF1->TAX_CALC EXPORTING grade = 'A01'
                                   IMPORTING itax  = w_tax
                                   CHANGING salary = w_salary.
        write:/5 'After method call, salary and tax are' ,
               w_salary ,
               w_tax .
    </code>
    The program contains a method TAX_CALC belonging to the class CTAX. It receives GRADE as IMPORTING parameter and SALARY as CHANGING parameter. Based on the grade, the EXPORTING parameter ITAX is calculated and the CHANGING parameter , SALARY is modified by deducting tax from it.
    reward if you find it helpful.
    Thanks & Regards,
    Rajesh

  • Change to tax on sales contracts

    i need to change the tax on trade waste contracts from 20 % to zero rated  - these contracts are set up for 10 years and we are a number of years in so there are subsequent billing docs - how do i update all these contracts to reflect this change - the materials have been updated to 0 sales tax from 1 .. 
    any info would be great thanks

    Hi,
    1. check how the  tax condition type is getting determining in to the item conditions. If it is depend upon the combination of tax classification of material and tax classification of customer you can change the combination in the sale document header (customer tax classification) and Item (material tax classification). Then automatically the tax value redetermine the document conditions.
    2. While coming to the release order means suppose if you have a Quantity contract , you need to create a sales order w.r.to your contract. This sales order we will call as release order for contract.
    Thanks
    BVDV

  • Customer invoice - change of Tax classification required

    Hi, I wonder if you can help with a query. For most customers we invoice outside the UK, we charge a VAT rate of 0%, which is linked to a tax classification in the customer master record (via XD03). In certain scenarios, we have to charge VAT for the same customer, for example if a training course is carried out for a foreign customer but the training takes place in the UK, we have to charge the UK standard rate of 17.5%. The way we have always achieve this, is that when we know we are going to invoice, we would change the tax classification in XD02, and then update the conditions tab on the sales order. This would in turn update the MWST percentage and allow us to charge the VAT, for this sales order only. The customer record would then be changed back to the previous code, once the invoice was issued.
    For some reason this now no longer works. We have checked that the tax rates are set in VK13, and this all appears to look ok. The material codes in the sales orders have not been amended in any way so I do not think this is an issue.
    This issue only seems to have occurred over the last few months.
    Can anyone think of why?

    Don't you feel the procedure you are following little to complicated for user when these can easily be determine through Condition record.
    I would suggest, you can have 2 different sales area for the training sales in UK and outside (OT) sales.
    Then, VAT tax classification
    VAT - 0 - Not liable for Tax
    VAT - 1 - Liable for Tax
    And say, OT is your existing Sales area for the master data with tax classification VAT - 0 - Not liable for Tax. Then you to extend the customer master for UK sales
    Sales org - Distri Channel
    1000 - UK and there you maintain tax classification as VAT - 1 - Liable for Tax.
    Here, we assume material tax classification is UK as VAT - 1 - Liable for Tax and OT is VAT - 0 - Not liable for Tax.
    Now  add an access to access sequence, say, Sales Org/ DC/ TaxClass1-Cust./ Tax class. material.
    And maintain the condition record in VK11, say,
    Not Liable for Tax - 1000 - UK - 1 - 1 = 17.5%
    Liable for Tax - 1000 - OT - 0 - 0 = 0 %
    And accordingly create you sales order with respective sales areas, w/o much manual intervention.
    Hope this can assist you.
    Thanks & Regards
    JP

  • Unable to remove/change sales tax in sales order

    Hi Sappers!!
    I are unable to remove sales tax from a sales order.  I have tried to update the sales order by clicking on Header>Conditions Tab>Update-->Double click on G to redetermine the taxes.
    The sales order was entered the same day the Vertex record was input.
    Appreciate your pointers and time!!

    Hi,
    If you want to remove the sales tax from sales order,
    first of all  goto FTXP, give the country, for which you want to change the tax code percentage, and give the tax code and press enter, there it will show existing the tax percentage for that condition type (say earlier it was 10%). Now you want to make it 0% then remove 10 and put it as 0 and save it.
    Next goto condition record VK12 maintaine new tax percentage which you want to change. Like earlier 10% was there but you want to make it as 0%, then maintaine in VK12 tax condition record.
    Now goto your sale order in change mode VA02, and update the procedure using G, then the new tax willbe reflected i.e., 0% will come.
    Hope this is clear
    Reward if helpful
    Thanks
    Praveen

  • Tables for VAT or CST and RATE OF TAX for a PURCHASE ORDER

    i am developing a report(abap ALV)
    i need to display the VAT or CST and RATE OF TAX for a PURCHASE ORDER that has been posted .
    which tables to refer?

    hi kumar gaurav
    Check KONV table..
    based on Condition TYpe you can get...
    Regards
    Deva

  • FM for changing vendor Tax information

    Hello,
    is there any FM for changing vendor Tax information?
    Thanks,
    Moshe

    read data with VENDOR_READ and update desired date with VENDOR_UPDATE

  • Automatic update of Tax on change of tax driver  in SRM SC and PO

    Hello Experts,
    I ma facing one issue in Extended Classic secenario.
    At the time of creating the SC or PO the tax is calculated from the Vertex . So i already did a setting of calculted Tax in the Backend.
    Now when we create SC or PO the tax is calculated but once the document is created and we cahnge the Tax option form one to another Say form As US 4% to Vendors tax 5% ....So my system is not re-calculating the tax.
    We need to Automatic update of Tax on change of tax driver on SC and PO. Presently this is not a trigger for recalculating tax.
    Smriti

    Closed..

  • Restrict changing the tax code in purchase order after goods receipt.

    Hi,
    Po is created with tax code x1.
    Gr is done for partial quantity.
    IR is still pending.
    User has changed the tax code to x2.
    This case we want to restrict the tax code change in PO after goods receipt.
    Please advice.
    Regards
    Ravi Kumar

    Hi Sumit,
    Po created with wrong tax code x1.
    Stores person has done the receipt and consumed the stock.
    Now user has suddenly realised that tax code is wrong and changed the tax code in PO.
    In IR we will use correct tax code and post the accounting entry.
    Stock values will be adjusted properly. to stock ac if stock is there and to price diff ac if stock is consumed.
    Point is user's are asking that how system is allowing to change the tax code after receipt.
    Point to be attended is restrict the change of tax code by any means after Gr has happened.
    what are the possibilities to restrict the change of tax code.
    Regards
    Ravi Kumar

  • Change the tax code issue in fs00

    Dear Sapgurus,
    in production i create one g/l code user id : mydr123 T code is fs00 g/l code number 300000 account name is sales, account group is p&l and account currency inr, tax category ">" , now i am going to change tax category * while saving the g/l system is not accepted  itsshowing error message "     1) Changing the tax code not possible; account has a balance
    2) The data contains error, you cannot save, but if i choose"-" its accepted please tell me
    Regards
    Myfriend

    Hello MyFriend,
    If you wish to make a direct posting to a tax account you must have
    the gl account active in transaction MIRO.
    Please review the online documenation located via help -> sap
    library -> materials management -> logistics invoice verification ->
    Direct postings -> direct posting to gl account
    here you can see the setttings for same in customizing are
    Setting in Customizing for Logistics Invoice Verification
    As per error message FH081, it arises only if the account had perviously
    the tax category ">" or "<". They cannot be changed anymore
    if the account has a balance. The tax categories "-", "+", "*" etc.,
    can be changed, you will get in FS02 only the warning FH011.
    Please check GL account xxxxxx with FBL3N, to see if there is a balance
    still left. To make the account balance zero, you might try transaction
    FB41, this allows you to post directly a balance to the Tax gl account
    even when the flag "Post to automatically" is set.
    I hope this helps
    Regards
    Ray

  • Changing the Tax Code in the GL Master

    Hi Friends,
    The users have created a GL Account with only 'Input Tax' allowed in posting. Now they want the 'Output Tax' also to be activated. When we try to change the Tax Code to allow all types of Taxes, the system gives an error message - "Tax Code cannot be changed as the postings exist". How can we change the Tax Code now? Is it that we have to nullify the balance in this account?
    Thanks for the help.
    Regards

    Hi,
    According to me, if you change the error to warning, it wont affect any previous postings but it will allow to extend the tax code to further future postings which is required. So i don't think so that it will affect your existing postings.
    Regards,
    Jigar

  • Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you helpe me change this back please?

    Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you help me change this back please? Has anyone had this issue before?

        I'm sorry to learn that you have endured the audio issues outlined in your post for almost 2 years SusanLM1! This is certainly not normal! Let's get to the bottom of this issue, first please confirm your phone model; your mention that you have the iPhone 5 but your post is on the iPhone 5S forum. Also, share the iOS version currently installed on your phone. What is your ZIP code? Does this happen mainly while you make/receive calls from a particular location (home, office, etc)?
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • Changing the Tax Percentage with an effective rate

    Hi,
    We are going to have new tax percentage w.e.f. 01Jan2008. And we are having a few conditions to be maintained basing on that future tax rate. Can somebody help me in changing the tax rates effective from a future date.
    Thanks & Regards,
    Raghava

    Hi,
    According to me, if you change the error to warning, it wont affect any previous postings but it will allow to extend the tax code to further future postings which is required. So i don't think so that it will affect your existing postings.
    Regards,
    Jigar

  • Formatted Search that will change the Tax code in SO.

    Hi All,
    I have a requirements that will allow me to change the Tax Code column via formatted search. Like for exmaple, i have 50 line items in SO and the tax code is ZO. If i want to change the tax code, i will select it for individual items. Anyone can help me to have an alternative solution that will prevent me to change it per item.?
    thanks and regards,
    vin

    Hi Melvin........
    You can have a work around for this....
    Just create a UDF say U_Tax at Header level...
    Just Create a FMS for Tax Code say..
    SELECT *  FROM OSTC T0
    Save this tax code FMS to thus UDF.
    When yo select a particular Tax Code in this Field through this saved FMS
    this Tax Code gets copied to each and every line say for 100 lines also.
    For this you have run other FMS which is below...
    SELECT $[ORDR.U_Tax.0]
    Save above FMS in tax Code field say in Sales Ordr form.
    Now when you do this you can see if you have 100 line items and you want to copy same tax code in a single click you have to just select single tax code via FMS in U_Tax as i suggested.
    The moment you select this Tax Other FMS will be fired and the same will be copied to other 100 lines....
    Hope this will help you.....
    Regards,
    Rahul

Maybe you are looking for

  • IPod Touch (2nd Gen) not charging properly and apps won't update

    Hi, I'm not really sure if or how these problems can be linked, but I thought I'd put them together just in case... My first problem is that my apps aren't updating properly.  When I try to apply the updates, I get the "waiting" come up but then it j

  • Videos Will Not Load - 'HTTPS:' only valid workaround on certain sites

    Windows 7, 32-bit Firefox 12, 32-bit Flash Player Version 11.2.202.235 I'm unable to load videos from many sites right now, and I've done everything else I can possibly think to do except ask for help here. The problem started spontaneously. Nothing

  • Automatic table partitioning in Oracle 11g

    Hi All, I need to implement automatic table partitioning in Oracle 11g version, but partitioning interval should be on daily basis(For every day). I was able to perform this for Monthly and Yearly but not on daily basis. create table part (a date)PAR

  • After upgrading to OS X Snow Leopard, I cannot view my pics in iPhoto

    I upgraded my iMac with OS X Snow Leopard early last year (2010). Ever since the upgrade, a lot of my pics in iPhoto cannot be seen, but I still get a dotted border of where the pics are when viewing. All I get is a gray image with a triangle & excla

  • Edge Transport Role as Email Gateway

    Hi Experts, We are planing to deploy exchange email server (Exchange Server-2013 Multi-Role servers) in our HQ (contoso.com) and 4 Edge Transport in other 4  client development sites(client1.com, clinet2.com, client3.com and Client4.com) so that appl