VAT UAE and KSA (Import Process)
VAT UAE and KSA (Import Process)
After the VAT law in UAE materialized. Import process and item wise tax was
needed to implement in SAP, and for that, SAP mentioned few notes. During
implementation of those notes, we started getting errors and dumps as some notes
that were required and not automatically downloaded as dependent notes.
Hence, I started the search of missing items and came up with the all dependent
notes and sequence of implementation that will help in rather smooth process.
NOTE: I have only mentioned technical part; functional configurations are also
required. Please read all attachment mentioned in SAP notes and apply those
functional configurations to get the desired result.
Mostly the below process will fit all SAP ECC versions, as VAT related SAP Notes
are released for UAE and KSA localization. Despite that, I have mentioned my
current system versions for your information.
Scenario:
As per UAE and KSA, in custom invoices VAT should be calculated on assessable
value (that is defined by custom authority) instead of delivery price.
Example: If vendor has shipped an item of value 100, the same item has been be
valuated as 120 by the custom authority. In this case VAT should be calculated on
120 and not on 100.
Solution:
When you implement these notes, many subsequent notes will automatically
download.
However, some dependent notes have to be implemented separately with several
manual activities, requiring around 50 to 60 access keys.
Following table shows dependent notes for the above mentioned two SAP notes,
along with manual activities required pre or post configuration.
Important Points:
T-Code: VOFM -> Formulas -> Condition Base Value -> add routine number and
description and create by double click.
Inside this copy the code provided in note. In our case we did not required the
original item value in MIGO for tax, we wanted tax to be calculated on only
assessable value. Hence for that we can make the return variable as “ex_drseg-
customs_val.”
After writing code, activate the routine while in screen VOFM -> Formulas ->
Condition Base Value.
Then run report “RV80HGEN” to make the routine work in MIGO. (This report
needs to run in all systems independently)
Scenario:
In UAE, after the introduction of VAT, business are required to provide tax amounts
for each material and G/L item of accounting document, and as per current process
tax is clubbed in table BSET.
Solution:
Note 2575538 is mentioned by SAP for this purpose. Following are the dependent
notes with sequence number for implementation.
UPDATE: