Application Development 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: 

BAPI_ACC_DOCUMENT_POST double tax base

S0004596522
Explorer
0 Kudos
203

Hello,

I am using the BAPI to post a document.

As a request from the customer I need to post a tax item for each item.

The problem is that the tax basis is getting doubled.

In the currency amount table I sending the folloiwng:

- For the GL account I send the AMT_DOCCUR only

- For the tax item I send the AMT_DOCCURR and the AMT_BASE

I already tried different things but the basis allways gets dobled but the tax amount is ok.

Can anyone help me?

Thank you,

Nuno Silva

3 REPLIES 3

S0004596522
Explorer
0 Kudos
138

Can anyone help me with this?

Thank you,

Nuno Silva

Former Member
0 Kudos
138

hi,

could you please paste your code snippet, for analyzing.

MohitSingh
Product and Topic Expert
Product and Topic Expert
0 Kudos
138

Hi ,

You can use FM ISU_TAX_DETERMINE_CODE_SELECT' and then create tax lines using FM FKK_TAX_LINES_CREATE.

Let me know if you need further details.

Mohit