2004 Aug 31 5:53 PM
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
2004 Sep 02 8:47 AM
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
2004 Aug 31 6:37 PM
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.
2004 Sep 01 6:03 AM
Hi Carl,
Did u check the unit for the net price is passed into the FM.
Prabhu Rajesh.
2004 Sep 01 9:50 AM
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
2004 Sep 01 9:26 PM
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.
2004 Sep 02 8:47 AM
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
2004 Sep 02 5:07 PM