cancel
Showing results for 
Search instead for 
Did you mean: 

Vertex

Former Member
0 Kudos

Hi,

Does anyone have an idea about how do we interface SAP and VERTEX for calculation of Taxes during the Sales Order Creation Process?

Thanks,

Alam.

Accepted Solutions (0)

Answers (1)

Answers (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Alam,

SD uses the country, customer tax indicator, and material tax indicator to read the tax condition records. During pricing execution in sales order processing, the system exits the normal pricing upon recognizing a condition type 1 (delivered UTXJ). The tax condition records are then read using the country and tax code maintained in the pricing condition record.

The tax procedure TAXUSX and the SD pricing procedure RVAXUS contain condition formulas (300 - 306 or 500, 510, 301 - 306 for document Max Tax calculation) which invoke the tax interface system (VERTEX). Once the tax interface system (VERTEX) is invoked, a communication structure with header and items data is filled with the necessary information needed by our partners' tax package to calculate taxes. This communication structure is then passed to our partner’s API via an RFC (Remote Function Call).

The partner’s API passes this data to its tax calculation package. The appropriate tax is calculated and returned back to the partner’s API and then to the tax interface system. These tax amounts and rates are applied to the SD document item’s pricing at each of up to six levels of jurisdiction denoted by the condition types (XR1 - XR6).

For more information on the configuration, please check this links.

http://help.sap.com/saphelp_erp2005/helpdata/en/af/3f897d9e6711d395da00a0c929f4c9/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/af/3f89659e6711d395da00a0c929f4c9/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/af/3f89689e6711d395da00a0c929f4c9/frameset.htm

Hope this will help.

Regards,

Ferry Lianto

Please reward point if helpful.