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

PO error..

madan_ullasa
Contributor
0 Likes
522

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

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

3 REPLIES 3
Read only

Former Member
0 Likes
497

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

Read only

former_member282823
Active Participant
0 Likes
496

Hi,

Check what you are passing for NETPR..you are sending wrong amount for that field..it should be greater than 0.

Regards,

Ramesh.

Read only

0 Likes
496

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...