cancel
Showing results for 
Search instead for 
Did you mean: 

Including Tax as a part of MRP

Former Member
0 Kudos

Hi,

We have a new line of products for which the MRP (Base price) includes the Taxes.

For example,

MRP of Product A: Rs. 100

Tax (VAT) % : 4% (included in 100)

So the actual tax amount is Rs. 96.154 (100/104)

Please advise me what changes i need to bring about in Tax procedure/codes to incorporate this change.

Thanks in Advance,

Safi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member550050
Active Contributor
0 Kudos

Hi

In your tax condition type change the calculation procedure to H which means % included

Now crate fresh confdition records after changing calculation procedure

Now when your procuct is Rs100 and if tax is 4% then the calculation will be Nett will be 96.15 and tax will be 3.85

Pls work and see and this you can achieve through standard keys itself

Pls reply whether you got it right

Regards

Raja

Edited by: ramanathan raja on Sep 23, 2008 1:36 PM

Former Member
0 Kudos

Hi,

I am worked on same scenario.

For that i have developed one rotine and assign to pricing procedure.

A=100

B=(100/(100+ 4)) * 100 = 96.154

Actual VAT Value = 100 - 96.154 = 3.846 which is passed to GL.

Also i used subtotal for storing Values and call back if required in formula.

I developed routine with the help of ABAPer in VOFM tcode.

Regards,

PM