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_salesorder_change

0 Kudos

I need a problem with actualize manual price.

The bapi_salesorder_change multiply price value with 10.

Example:

I change value to 100.

When I will see in sales order the value is 1000.

1 REPLY 1

former_member589029
Active Contributor
0 Kudos

Hello Jorge,

We had a similar problem with BAPI 'BAPI_SALESDOCU_CREATEFROMDATA'. When I debugged the BAPI to see what is going on I found a statement that specifically multiplies the condition value (price) by 10 all the time. There is no explanation in the coding or obvious reason but since this was done in any case we 'fix' that issue by dividing our condition value by 10 before we pass the data to the BAPI.

Regards,

Michael