We are having an interface from PI to SAP ECC to change outbound delivery document(VL02n) in SAP.
BAPI_OUTB_DELIVERY_CHANGE was used inside the proxy to accomplish the change of delivery.
Now we also need to update pricing conditions in Delivery like Freight in header level and another 3 more pricing conditions in item level.
The Bapi does not support pricing conditions as a parameter and so we need to have some other means to update.
Please share any function module/class method which can used ? Or is it possible through some other BAPI ?