about bapi_po_create1
using BAPI_PO_CREATE1 to create POs meanwhile passing the netprice instead of price from inforrecords.
From 580225:
- 1. NO_PRICE_FROM_PO
If you transfer the value 'X' in this field, no conditions are copied from the last document. This includes purchase orders, scheduling agreements, contracts and quotations. The system still copies conditions from the information record. The field can only be filled at header level. It is valid for all items. Prerequisite You must implement Note 552189 in your system to use the NO_PRICE_FROM_PO field.
- 2. POITEM-PO_PRICE
You can use the PO_PRICE field to control, at item level, if the value should be copied from the POITEM-NET_PRICE field to the conditions. PO_PRICE can have the values ' ', '1' or '2' with the following meaning:
- PO_PRICE = ' ': The conditions are determined automatically, the value from the NET_PRICE field is only copied if the system cannot determine a condition.
- PO_PRICE = '1': The value transferred in field NET_PRICE is copied as a gross price that is, it is set with the condition type specified as base price in the calculation schema. In the SAP Standard System, these are condition types PB00 or PBXX. All other condition types remain unchanged. No conditions are copied from the last document.
- PO_PRICE = '2': The value transferred in field NET_PRICE is copied as a net price that is, it is set with the condition type specified as base price in the calculation procedure. All other condition types are deleted.
Keyword: NO_PRICE_FROM_PO = X Poitem-po_price = '2'
Alternative: BBP_PO_INBOUND_BADI
reference:http://archive.cnblogs.com/a/1839235/