cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Opportunity BADI/Enhancements

Former Member
0 Kudos

Hi Experts,

We have a requirement to populate date in the CRM Opportunity header immediately after EDIT is clicked, can anyone tell if there is any BADI/Enh Spot or CRM_EVENT is avaiable in the system for this??

This should happen immediately after user clicks EDIT in the opportunity screen in the portal

Cheers

CRM_ABAP

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

One way of doing this is, create a static date field & only enable it(means make it editable) during the ON_EDIT event for the Edit button. So when user click the Edit button, the event will be executed & their you enable date field , there user can enter date data.

Thanks,

Pandu

Former Member
0 Kudos

Hi Maggie,

Thanks for the response , could you please explain in detail.

Maggie
Employee
Employee
0 Kudos

Hi,

You can create a customer own getter and setter program.

I the getter you can code if it is in edit mode, call the setter to set the value.

Best regards,

Maggie