‎2012 Oct 22 7:15 PM
Hello,
I have some problem with this Bapi.
I want to force the quantity in each item but during the creation the system applies the rounding rules. I have put BAPIMEPOITEM-NO_ROUNDING = 'X' (I dont' know if it's the correct field...) but nothing happened....
I'm putting:
bapimepoitem-quantity = quantity.
bapimepoitemx-quantity = 'X'.
bapimepoitem-no_rounding = 'X'.
bapimepoitemx-no_rounding = 'X'.
And the same quantity in bapimeposchedule.
For example if in MM03 or ME13 there is a fixed quantity of 100 and I put 1 in bapimepoitem-quantity, my po is created with the value 100.
How can avoid this?
Best Regards,
Tiago
‎2012 Oct 23 3:55 AM
Hi Tiago,
That is the correct field. Probably you might have missed either sloc or corresponding itemx fields.
I did a test and it works as expected.
Ravi
‎2012 Oct 23 1:53 AM
hello,
you need to declare the data element of quantity as type p or like the same data element.
or
check with your functional guy, it may be caused by the rounding rule defined for the material.
best regards,
swanand
‎2012 Oct 23 3:55 AM
Hi Tiago,
That is the correct field. Probably you might have missed either sloc or corresponding itemx fields.
I did a test and it works as expected.
Ravi
‎2012 Oct 23 1:43 PM
Hello Tiago,
Pls check the following notes and I hope your issue will be resolved with them.
1487790 - Bapi: Bapi_po_create1 no_rounding flag ignored on creation
930526 - Rounding changes interface supply
552189 - Technical fields are available
1441189 - Rounding Prevention..
Shravan
‎2012 Oct 23 2:44 PM
Hello Shravan,
The SAP Note 1487790 - Bapi: Bapi_po_create1 no_rounding flag ignored on creation resolve my problem.
Thank you.
Tiago,