cancel
Showing results for 
Search instead for 
Did you mean: 

Repricing of all items in an Order

Former Member
0 Kudos

Hi All,

Can anyone help me out with the issue i am stuck with.

I need to recalculate the pricing of all items in an order when EEWB fields of a particular item is changed.

Any hints are appreciated.

Thank you.

Chan

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

Could you please share how you solved the issue.

'

Thanks

Nikhil

Former Member
0 Kudos

Resolved it

Former Member
0 Kudos

Hi,

Could you please share know how you have resolved this issue,

we are trying to reprice based on change in header custom fields, this field is not available at item level.

Thanks in advance...

Aniket

Former Member
0 Kudos

Use TCODE CRMV_EVENT to trigger an appropriate Callback Function

Since this is an EEWB filed in the ITEM, you can use the following are any other based on your real requirement.

(1) Execution TIme = Immediately or END OF CUSTOMER_I or End of Item Processing or you can choose any other appropriate Execution Time - This will depend on what other fields are already available and if repricing can be really performed with the available information.

(2) Object name = CUSTOMER_I

(3) Event = BEFORE_SAVE

(4) Callback Function = CRM_PRICING_I_NEW_PRICING_EC

See for yourself other options by selecting the right execution time, object and event.