cancel
Showing results for 
Search instead for 
Did you mean: 

calculation of service tax (reverse caculation) with rounding off the tax value

Former Member
0 Kudos

i have a requirement where my present client has pricing procedure in which reverse calculation of service tax takes place. for this a routine is written and assigned in pricing procedure (Field: calculation type),

Now value which generally is calculated comes is decimal points. we want the system to round off this tax value. now problem is to round off i need to do the setting in condition type along with copying and selecting routine no 17 in the same calculation type field of pricing procedure.

how can i maintain reverse calculation of service tax along with rounding off of tax value for same condition type in 1 pricing procedure?? please suggest..

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184771
Contributor
0 Kudos

Dear Saurabh,

Why you are not taking care of rounding requirement in the same routine which is already there for reverse calculation?

Its better to write few line of code in the same development which is already done.

Thanks

SS

Former Member
0 Kudos

Hi Saurabh,

I would change the reverse calculation routine itself to perform the rounding after calculating the tax.

Glenn