‎2011 Mar 15 3:44 PM
Hi
I'm using FM'BAPI_ACC_DOCUMENT_CHECK' for creating document but when I execute it, table 'return' shows this message :
TYPE ID NUMBER MESSAGE
E FF 762 Condition type MWAS tax code I8 does not exist
I sent parameters as before, but I need to know what I'm missing or what to check.
accounttax-itemno_acc = wa_detalle-buzei.
accounttax-gl_account = wa_detalle-saknr.
accounttax-cond_key = cond_key (MWAS).
accounttax-acct_key = acct_key (MWS).
accounttax-tax_code = wa_detalle-mwskz (I8).
Thanks in advance
‎2011 Mar 15 8:13 PM
‎2011 Mar 15 8:17 PM
Thanks for replying
I did it, tax code is well assigned
Regards
‎2011 Mar 15 10:31 PM
Hi Tokio,
This is what the long text of your message indicates:
Short Text
Condition type & tax code & does not exist
Diagnosis
When calculating tax, the system tried to determine the condition amount and the condition number from tables A003 and A053 using the specified condition type and tax code. However, no values were found there.
System response
The specified amount cannot be posted in FI.
Procedure
Check the Customizing settings for the specified tax code. Check whether the validity period (possible with tax jurisdictions) is defined.
Of course you could also try to post the document manually and if you get the same error, throw it over the wall to your FI analyst to deal with.
Kind regards,
Robert
‎2011 Mar 16 2:37 PM
Hi Robert
Thanks for answering, I will check and let you know.
Regards.
‎2013 Jul 30 7:37 AM
hi R. Schamhart,
I am facing the same problem.
I checked it manually , it is working fine.
while using BAPI_ACC_DOCUMENT_CHECK it is throwing error as
Error in document: BKPFF $ DE1CLNT300
Condition type BI00 tax code I6 does not exist
please tell me the solution
Regards,
Priyankam.
‎2013 Jul 30 9:01 PM
Hi Priyankam
Did you check tax code exist? if don't it must be created, otherwise check validity period, as Schamhart suggested it.
Hope be helpfull
Regards,
Tokio Franco Chang