cancel
Showing results for 
Search instead for 
Did you mean: 

Force repricing of sales order upon order save

Former Member
0 Kudos

I want to force a repricing of the sales order upon saving but ignoring the manual conditions. So just as if you click the Reprice button in the Web UI.

Could some one tell me the best way to do this? I started looking at custom event handlers but this seems too complicated.

I have a number of thoughts but would be interested to know the experience of others on this.

thanks

Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

MichaelNe
Employee
Employee
0 Kudos

Hi Tim,

do you really like to run a reprice or would it be sufficient to defer the group condition processing to this point in time (see SAP note 1137648)? If you really need to reprice you could trigger this from the order_save BADI but there will be a performance impact for sure especially if your order has got multiple items.

Best Regards,

Michael

Former Member
0 Kudos

Hi Michael

Thanks, I'll take a look at the OSS note. In debugging the SAPGUI transaction it seems to be calling the FM PRC_PD_ITEM_UPDATE_MULT so I think I'll go with this as long as performance isn't such a big issue.

Thanks

Tim