cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Repricing For a Custom Field

0 Kudos

Hi All,

I have a custom field which is a drop down at the Service Order item level in CRM. Whenever the value changes, the pricing redetermination should happen. But right now, nothing is happening.

I feel I have to do something in this BADI:CRM_COND_COM_BADI. But not sure, what should be the steps.

Can someone guide me here please?

Regards,

Vishwa.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vishwa,

  Did you check GET_V_(Value help method) Method of your dropdown field. Set break point at this method and it should trigger.You can implement logic here. Sometimes breakpoint may not trigger, so try to close all your sessions open it again and try

Also the other best option is, whenever there is a change in value, SETTER method has to trigger for sure, SETTER method should be a good spot to implement your logic

Thanks & Regards

Gokul Ragunathan

0 Kudos

Hi Gokul,

Thanks for the answer. I implemented GET_P method and raised an event for it. It worked.

Regards,

Vishwa.

Answers (0)