2012 Dec 24 9:48 AM
Hi Experts,
I have to calculate tax directly using bapi_acc_document_post. In order to this, I have populated direct_tax field in the account tax table. Still I'm not able to create tax directly. Can you please assist in this regard?
Thanks in Advance!!
2012 Dec 26 7:47 AM
Hi ,
Check this link "http://wiki.sdn.sap.com/wiki/display/ERPFI/Accounting+Interface+Architecture"
Regard's
Smruti
2012 Dec 26 7:49 AM
2012 Dec 27 2:12 PM
Hi Smruti,
PFA.. I have to check the calculate tax option using the above bapi. Let me know the sample code. I have tried filling 'X' in direct tax of account tax internal table. Still it is not working.
2012 Dec 28 5:45 AM
Hi Sunil,
As per your Screen Shot for Calculate tax field use "ENTER_TAXES " FM .
If you Run this FM Using SE37 without any Input value u got below Screen .
then you know how to use this FM with your Existing BAPI , mean "bapi_acc_document_post" + "ENTER_TAXES" solve your current issue.
Regard's
Smruti
2013 Oct 04 7:40 PM
Hi Everyone,
SAP has suggested to calculate tax amount manually within our own program and then we have to pass the values to our BAPI. As there is no provision to calculate tax automatically via this BAPI. And SAP does not allow us to check this check box via BAPI.