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

Problem with net price for subcontacring components using BAPI_PO_CREATE1

Former Member
0 Likes
549

Hi,

I am using BAPI_PO_CREATE1 to create PO's and populated header,headerx,item,itemx,schedule,schedulex.Net price is 0 in poitem & net price is X in poitemx.The bapi should automatically calculate the net price.But its throwing error "net price must be greater than 0".

When i tested BAPI_PO_CREATE with the same data,i'm able to create PO's. Can anyone suggest of any other structure or table has to be filled in BAPI_PO_CREATE1 to create a subcontracting PO.

Thanks,

Aparna Ganesh

Hi,

I am using BAPI_PO_CREATE1 to create PO's and populated header,headerx,item,itemx,schedule,schedulex.Net price is 0 in poitem & net price is X in poitemx.The bapi should automatically calculate the net price.But its throwing error "net price must be greater than 0".

When i tested BAPI_PO_CREATE with the same data,i'm able to create PO's. Can anyone suggest of any other structure or table has to be filled in BAPI_PO_CREATE1 to create a subcontracting PO.

Thanks,

Aparna Ganesh

1 REPLY 1
Read only

Former Member
0 Likes
437

In the bapi,when i fille net price,its creating PO's.But when i use bapi inside the program,we are passing 0 value so that it gets calculated internally inside BAPI.but its giving net price error.