cancel
Showing results for 
Search instead for 
Did you mean: 

Price value + Tax value (tax value after discount value)

former_member595952
Participant
0 Kudos

Hi

     our pricing calculation as following

PR00               100

Disc1..25%        .25

Disc2. @10         10

       Value        110.25

Tax @16%           17.64

       value           127.89

Tax1% on value amount as 1.278

but our new requirement is different here on 1% tax as

PR00  +   tax value = Value

100     +   17.64     =117.64

Tax 1%                 =1.176

is it possible in the system and we don't want to disturb the procedure of reducing before tax value with discounts because we also required that discount values.

Regards

M. Arif Khan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

    Assign the subtotal no for price PR00 ----> 1 and also for Tax @16%  ----> 2 and then put new step number there maintain description as Price + Taxes. After this create Alternate calculation type formula in Tcode VOFM with your ABAPer and ask him add the KOMP-KZWI1 + KOMP-KZWI2. Then create new condtion type as condition categroy taxes also maintain the condition record for 1%.

Try this should work, check and revert

Answers (1)

Answers (1)

former_member211616
Active Contributor
0 Kudos

Hi mahammad ,

PR00               100

Disc1..25%        .25

Disc2. @10         10

       Value        110.25

Tax @16%           17.64

       value           127.89

Tax1% on value amount as 1.278

Why are you adding the discount value it should be minus right ? I cant understand

you can do it

PR00  +   tax value = Value

100     +   17.64     =117.64

Tax 1%                 =1.176

Made one  anther sub total calculate on the basis of PR00 (step )+tax value (step)

then made the tax condition type tax calculate on the basis of sub total value

Regards

Ramesh