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_CHANGE

Former Member
0 Likes
961

i have a problem, when i put the po_item-netprice it gives em an error of fail calculating teh net price and if i don´t put anything it says me that the netprice has to be greater than 0.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
864

I am successfully using this FM. The only data I am changing is GR_TO_DATE (Latest possible goods receipt) & Quantity. I have no problem with net price field. I don't touch it and "the system does not complain about it". Please do not forget to fill in appropriate fields in the X tables (i.e. POHEADERX, POITEMX, POSCHEDULEX).

If you still have this problem please follow some other people are proposing and try to debug this FM and see what is really wrong

regards,

Andrzej

6 REPLIES 6
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
864

There must be some other parameters that you are not placing it correctly. My suggestion is to debug the function module. Put a break-point at command "message". Then backtrack the code at the point where the field concerned is processed.

Read only

Former Member
0 Likes
864

Hi Carl,

Did u check the unit for the net price is passed into the FM.

Prabhu Rajesh.

Read only

Former Member
0 Likes
864

i have filled the fields of the unit, and i am trying to compile the bapi, i think it is a problem of conditions of the order, can it be possible?..

thanks in advance

Read only

0 Likes
864

Hi Carl,

Several problems with the BAPI have recently been fixed by SAP. I suggest you also check OSS for changes for your release.

Cheers,

Ramki.

Read only

Former Member
0 Likes
865

I am successfully using this FM. The only data I am changing is GR_TO_DATE (Latest possible goods receipt) & Quantity. I have no problem with net price field. I don't touch it and "the system does not complain about it". Please do not forget to fill in appropriate fields in the X tables (i.e. POHEADERX, POITEMX, POSCHEDULEX).

If you still have this problem please follow some other people are proposing and try to debug this FM and see what is really wrong

regards,

Andrzej

Read only

0 Likes
864

thanks it works