Hello,
I'm facing a problem with re-determination of prices, we are using an external software to give the prices to the SAP and for one specific situation I need to force a re-determination of price.
We used a standard perform:
PERFORM preisfindung_gesamt USING 'C'.
But this are not working as I expected, because are forcing all sales order items re-determination and we just want to re-determine price for the item that we are changing.
Do you know any way to force a re-determination of price just for the item that we are changing?
Thank you!