Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tax Calculation from tax code

Former Member
0 Likes
1,162

Hi,

I need to calculate individual taxes like excise, CST,VAT etc. after fetching tax Code from Table RSEG(Invoicing Table). Can anyone please tell me the logic or code to do so?

Yuvnish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,112

hi..

Your question is very generic.

Please search the SCN for more information by giving your specific requirement.

thanks,

Padma

Hi,

I need to calculate individual taxes like excise, CST,VAT etc. after fetching tax Code from Table RSEG(Invoicing Table). Can anyone please tell me the logic or code to do so?

Yuvnish

6 REPLIES 6
Read only

Former Member
0 Likes
1,113

hi..

Your question is very generic.

Please search the SCN for more information by giving your specific requirement.

thanks,

Padma

Read only

0 Likes
1,112

Hi Padmashree,

I need to find out the tables connecting tax code to condition type values ( maintained through FTXP), so that I can build the logic for calculating tax.

Regards,

Yuvnish

Edited by: yuvnish on Dec 2, 2009 3:36 PM

Read only

0 Likes
1,112

Hi

It can use two functions:

- CALCULATE_TAX_FROM_NET_AMOUNT

- CALCULATE_TAX_FROM_GROSSAMOUNT

Max

Read only

0 Likes
1,112

Hi Max,

These functions will give you total tax amount as output. I need values of taxes condition wise.

Thanks,

Yuvnish

Read only

Former Member
0 Likes
1,112

Hi Yuvnish,

Can you try like this ...

Maybe this will help you...

USe FM CALCULATE_TAX_ITEM'

Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code

In that, you get the condtion type. You can use document number, position number, posting date if u want.

Hope it will resolve ur problem.

Thanks & Regards,

Anagha Deshmukh

Edited by: Rob Burbank on Dec 2, 2009 10:08 AM

Read only

Former Member
0 Likes
1,112

BSET is the table!!