Hi,
I have a problem to create a PO using BAPI_PO_CREATE1. I fill the field net price from item, but it doesn't fill the value right (it always fill with 1)
I found this note,and I tried but still doesn't working...
1899549 - BAPI_PO_CREATE1 : Net price is not taken from input data in POITEM-NET_PRICE
There is these information in this note:
Cause
There is no price in the info record (for example, EUR) for PO currency (for example, JPY).
When PO_PRICE = '1', system will try to find an entry in the info record with the PO currency (for example, JPY) first. If there is no entry (for
example, with currency JPY) in the info record, system will not consider the price from POITEM
NET_PRICE, but take the value from info record (for
example, currency EUR) and convert it into PO currency (for example, JPY).
Resolution
Option 1
Set PO_PRICE as "2".
Option 2
Input value in POCOND and POCONDX to update the net price
Does anyone have any suggestion?