Application Development 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: 

BAPI_PO_CHANGE

Former Member
0 Kudos

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

Former Member
0 Kudos

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

nablan_umar
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Hi Carl,

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

Prabhu Rajesh.

Former Member
0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

thanks it works