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

Bapi_po_create1

Former Member
0 Likes
621

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

Hi,

Please check this link

Regards

Hiren K.Chitalia

4 REPLIES 4
Read only

Former Member
0 Likes
570

Hi,

Please check this link

Regards

Hiren K.Chitalia

Read only

nirajgadre
Active Contributor
0 Likes
569

Hi,

You need to pass the net_price field in the PO_ITEM and PO_ITEMX tables.

Read only

0 Likes
569

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

Read only

former_member206377
Active Contributor
0 Likes
569

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.