2009 Mar 09 3:40 PM
Hi,
I am using BAPI_INCOMNGINVOICE_CREATE function module for cearting Invoice for a PO with referrence to Goods Receipt. In this case got a problem that if i did GRC for 10 Quantity for a Line Item in PO which consists 20 Quantity then i need to caliculate Tax Amount and add it to the Gross Amount of Bapi Header Structure Field Gross_Amount.
So can any suggest me how to pass caliculate Tax for only GRC and pass to Bapi Header Gross_Amount Filed.
Hi,
I am using BAPI_INCOMNGINVOICE_CREATE function module for cearting Invoice for a PO with referrence to Goods Receipt. In this case got a problem that if i did GRC for 10 Quantity for a Line Item in PO which consists 20 Quantity then i need to caliculate Tax Amount and add it to the Gross Amount of Bapi Header Structure Field Gross_Amount.
So can any suggest me how to pass caliculate Tax for only GRC and pass to Bapi Header Gross_Amount Filed.
2009 Mar 09 3:47 PM
I thank you, need to calculate the tax first. Add this up with your header data. You can you below function module to calculate tax:
CALCULATE_TAX_DOCUMENT
CALCULATE_TAX_ITEM
Kuntal
2009 Mar 09 4:19 PM
Thank You for giving reply for my problem.
i already used CALCULATE_TAX_ITEM Function Module and passing GRC Amount & GRC Quantity and the remaining data from PO but it is giving wrong Amount.
2009 Mar 09 4:27 PM
Is there any external tax system implemented, like Vertex??? If so, then you need to use some RFC FM to derive the tax from external system.
Kuntal
2009 Mar 10 5:18 AM
No there no External Tax System used here.
If you know then tell me where the tax percentage on base amount amount will stroe & Tax Caliculation Formula
2009 Jul 06 11:13 AM