‎2008 Jul 10 5:05 AM
Hi frnds,
I am getting this error when i modify the PO using BAPI_PO_CHANGE.
"Net price must be greater than 0 ".
I am passing all the correct values.
Any idea why this is happening ?
Points assured to all replies..
Regards,
Madan..
‎2008 Jul 10 5:07 AM
Hi,
As mentioned in error, just check the value of amount your are passing for PO creation.
Also check the type of variable in which you are passing the amount. It has to be currency type.
Hope this helps!
Regards,
Lalit
‎2008 Jul 10 5:07 AM
Hi,
As mentioned in error, just check the value of amount your are passing for PO creation.
Also check the type of variable in which you are passing the amount. It has to be currency type.
Hope this helps!
Regards,
Lalit
‎2008 Jul 10 5:13 AM
Hi,
Check what you are passing for NETPR..you are sending wrong amount for that field..it should be greater than 0.
Regards,
Ramesh.
‎2008 Jul 10 5:18 AM
st_po_item-net_price = '500.00'.
st_po_item_x-net_price = 'X'.
The structure is
it_po_item TYPE TABLE OF bapimepoitem,
it_po_item_x TYPE TABLE OF bapimepoitemx,
Apart from this i am passing all the correct values... so there are no issues about the values being passed...