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: 

Issue while updating pricing amount in sd_salesdocument_create

former_member594288
Participant
0 Kudos

Hi Everyone,

I am updating inquiry with new amount from 5 to 7. But it's updating as 70 in document.

I have taken COND_VALUE in BAPICOND. Upto fn module values are coming correctly '7' but after creating only it is coming as 70.

Could you please tell me what is the issue.

Regards,

ravi

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

How did you handle conversion of the number of decimal relation to currency unit?

0 Kudos

Hi Raymond,

I am not doing any conversions i am just passing the data to bapi field.

Jelena
Active Contributor
0 Kudos

1001 reason. Which amount? Which condition? What currency are you using? Need way more information.

former_member594288
Participant
0 Kudos

Hi Jelena,

These are the details

Table details uploaded values bapi structure

KONV-KBETR 5.00 (COND_VALUE)

KONV-WAERS EUR (CURRENCY)

KONV-KMEIN KG (COND_UNIT)

KONV-KPEIN 1 (COND_P_UNT)

Regards,

Ravi S