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

tax amount in bapi

Former Member
0 Likes
919

I am using a bapi to create sales order, the sales order comes from the third party system, i want to pick the tax amount from the third party. but I am unable to find the  tax field in my structure i.e BAPICOND or  BAPISDITM. can anyone tel me which field i can use to fill the tax amount. i am using BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order... please help

I am using a bapi to create sales order, the sales order comes from the third party system, i want to pick the tax amount from the third party. but I am unable to find the  tax field in my structure i.e BAPICOND or  BAPISDITM. can anyone tel me which field i can use to fill the tax amount. i am using BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order... please help

2 REPLIES 2
Read only

Former Member
0 Likes
699

Hi,

Tax amount will be filled based on the condition type. Please check with functional what is the condition type.

you have to fill the BAPICOND having the condition type and amount.

Thanks,

Dhina..

Read only

0 Likes
699

Hi,

I wan my tax amount to be filled in tax total field. should i use the step number or condition counter because i have already used the condition type and condition value.