‎2010 Feb 02 8:45 AM
Hi experts,
i am using bapi for genrating po . it gives error Net price must be greater than 0.
Thanks
Hemant
Edited by: HEMANT_A1 on Feb 2, 2010 9:45 AM
‎2010 Feb 03 5:32 AM
‎2010 Feb 03 5:32 AM
‎2010 Feb 03 5:47 AM
Hi,
You need to pass the net_price field in the PO_ITEM and PO_ITEMX tables.
‎2010 Feb 03 8:18 AM
Hi Niraj, thanks for your replies!
The answers for your replies are yes , I am passing poitem -netprice = '5' and pitemx-netprice - 'x.'
But when i made po those have material has already net price it works fine,
But for those Material which have requirement for condition (cond type , cond value) when we create po in me21n transaction
are thro this error 'Net price Must be greater than 0'.
Thanks:
Hemant
Edited by: HEMANT_A1 on Feb 3, 2010 9:18 AM
‎2010 Feb 03 6:19 AM
In the POITEM and POITEMX tables, for each item, PO_ITEM number must be the same in POITEMX as in POITEM. And also make sure that you indicate you're sending that parameter:
This shoudld work.