cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Pricing recalculation

Former Member
0 Kudos

Hi All,

I'm working on an abap program where I need to update the pricing date of a service line item and recalculate the pricing conditions . This is similar to the Update pricing condition button on the condition tab in the 1 order transaction screen . This is needed because with the change in the pricing date , the new pricing picks up the new prices from the contract on which the service is based on . The updation of the pricing date can be made easily via CRM_ORDER_MAINTAIN but how to re-price the conditions ?

Any help is appreciated .

Regards,

Radha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Radha,

Pricing manipulation for an order can be done by using CRM_PRICING_BADI.Use the method CRM_PRICING_MERGE, here you can use the changing parameter CS_PRICING_BADI to change the pricing data.

Hope it helps you.

Regards,

Shweta

Former Member
0 Kudos

HI Shweta,

I'm looking for a_BAdI to change some pricing fields (Netvalue, Subtotals), I guess CRM_PRICING_BADI shoud be the one, but I can't find those fields (Netvalue, Subtotals) in Chaning. Please advise if this CRM_PRICING_BADI is the right one, if not, can you please tell me which one?

Thanks, Jin