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

wrong Condition Value In "BAPI_Inquiry_Create_From_Data2"

Former Member
0 Likes
452

HI all....

I am creating inquiry using "BAPI_Inquiry_Create_From_Data2"

I am taking one material and its quantity as 1.

also i am providing one condition and its value say 1200INR

But if i see the inquiry which is get created .....

Condition value comes as 12000INR

Each time the amout of condition get multiplied by 10....

Why this is value is getting multiplied by 10?

Regards..

..Ashish

HI all....

I am creating inquiry using "BAPI_Inquiry_Create_From_Data2"

I am taking one material and its quantity as 1.

also i am providing one condition and its value say 1200INR

But if i see the inquiry which is get created .....

Condition value comes as 12000INR

Each time the amout of condition get multiplied by 10....

Why this is value is getting multiplied by 10?

Regards..

..Ashish

2 REPLIES 2
Read only

Former Member
0 Likes
431

Hi

I have seen this type of problem before

You need to divide by 10 and than pass to BAPI

Regards

Madhan D

Read only

Former Member
0 Likes
431

Thanks