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

quantity conversion error in net price calculation in BAPI_PO_CREATE1

santosh_fhalke
Participant
0 Likes
1,633

I'm creating PO from BAPI_PO_CREATE1 .here i'm getting follwing error

quantity conversion error in net price calculation.

plz guide me to remove it.

I'm creating PO from BAPI_PO_CREATE1 .here i'm getting follwing error

quantity conversion error in net price calculation.

plz guide me to remove it.

4 REPLIES 4
Read only

Former Member
0 Likes
1,147

Are you using quantities directly entered by the user while calling the function to do the net price calculation? If that is the case, you should use FM CONVERSION_EXIT_ALPHA_INPUT to convert the quantity from the external format into the internal one!

Another possibility is that some customizing is missing for converting quantities in different unit of measures (like the quantity in pieces is known, but the pricing calculation is being done on kilos.. but the convertion between these 2 unit of measures is missing).

Good luck!

Read only

santosh_fhalke
Participant
0 Likes
1,147

This message was moderated.

Read only

santosh_fhalke
Participant
0 Likes
1,147

This message was moderated.

Read only

santosh_fhalke
Participant
0 Likes
1,147

This message was moderated.