Application Development 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: 

Function to calculate tax

0 Kudos

Hello everyone !!!

Someone know about a function that I can use to calculate tax ?

It is about a custom program that I need to do the calculate every tax (ICMS, IPI, PIS, Cofins). It's like a  simulation of invoice(NF) generate .

Thanks a Lot !

Wagner Duarte

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Look at CALCULATE_TAX_ITEM, but insure that every Country-Specific Functions are correctly installed on system with “Tax Calculation Occurs in SAP R/3” set.

Regards,

Raymond

Former Member
0 Kudos

Hello Wagner,

For get taxes of the invoice. I usually use two functions:

J_1B_NF_VALUE_DETERMINATION

J_1B_READ_DYNAMIC_TABLE

Take a look.

Best regards,

Thiago Dias