Application Development and Automation 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: 
Read only

BAPI_ACC_DOCUMENT_CHECK message "Condition type tax code does not exit"

Former Member
0 Likes
1,793

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,387

Please DEBUG and check configuration for tax code entry,,,

Read only

0 Likes
1,387

Thanks for replying

I did it, tax code is well assigned

Regards

Read only

0 Likes
1,387

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

Read only

0 Likes
1,387

Hi Robert

Thanks for answering, I will check and let you know.

Regards.

Read only

0 Likes
1,387

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.

Read only

0 Likes
1,387

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