‎2005 Oct 31 12:59 AM
Hi all,
I am testing that BAPI to create return order (business object BUS2102). In order item, i pass required qty (REQ_QTY) = 180, then order created with qty 0.180, always divided by 1000.
I dont want to hard code the 1000 division in program, is there solution for that problem?
many thanks.
Alia
‎2005 Oct 31 3:43 AM
You must multiple your qtys by 1000 (like it or not... that is the how the FM was built).
‎2005 Oct 31 3:45 AM
Yah you are true, just discover that the FM doesnt contain decimal places, can work now.
thanks alots