tax amount
Use a meaningful subject in future.
hi sap,
i am dealing with PO sap script the sap script name : ztcp_medruck_po
the prog name is zmm_getstr.
The vat calculation is done in the program which uses the FM :CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT'
which uses the standard functionality to calculate the tax according to the taxable and the non-taxable
but currently am not getting no amount at all... i try to debug but dint succeed... can you pls tell as how it calculates and how it calculates
there are two types of taxes:
1. taxable
2.non-taxable
the calculation should take into consideration that both of them and give the amount appropriately.
ex : 1000 has tax of = 140.
25000 has no tax which is = 0.
i should get the total of 26140.00 but currently am getting only 26000. where it is avoiding the tax in this case.
regards,
laya.
Edited by: Matt on May 15, 2009 3:20 PM