cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_CTRACDOCUMENT_CREATE - Tax item not calculated

0 Likes
481

One issue I am facing with the BAPI is it is not calculating the tax in case of customer less transactions.

There are only the GL entries associated with DFKKOPK. No DFKKOP data.

The FPE1 posting calculates tax. While the BAPI execution does not calculate.

The tax code is added in both the cases.

The document with Yellow highlighter is posted via FPE1.

Appreciate your help.

The document complete flag is checked.

Accepted Solutions (0)

Answers (1)

Answers (1)

FICAExpert
Product and Topic Expert
Product and Topic Expert
0 Likes

The issue is that BAPI BAPI_CTRACDOCUMENT_CREATE currently does not support the automatic tax calculation from GL items.

A workaround you could either provide the tax items to the bapi or use event 1110 to add the tax items by implementing the logic from your side.
Development is discussing this issue right now. Maybe there wil be a note with a standard solution in the next weeks.