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_CREATEFROMDAT1 field Amount

Former Member
0 Kudos

Hi Gurus

I've been using the BAPI_SALESORDER_CREATEFROMDAT1 bapi for transaction VA01 to create (KE) consignment issues, all good, but the amount field appears multiplied by 10, so I don't know what happend, I tried changing the type of the variable to char type, int type and nothing, the same result.

Anyone know how I can to resolve this problem, or any suggest???

Thanks.

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

check if any use exits are active..

RSMODDEL_INACT_EXIT_INCLUDE to find all the impl. U Exits

Former Member
0 Kudos

Hi,

Have you read the documentation of this BAPI in se37. First please do that.

Thanks,

Krishna...

Former Member
0 Kudos

It's done!!!

I ran the bapi in debugg mode and I saw a note where is explained the reason why the amont its multiplied by 10.

thanks a lot.

P.S. the note is 195142