cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement Point

Former Member
0 Kudos

Hi,

We wanted to add a Drop down field on Layout of a standard view, the steps I did were:-

1) Created an enhancement point.

2) Add the context and attribute to it.

3) Added the Dropdownbykey field on layout, and binded with the attribute.

4) Added the code in WDOINIT method to set values in drop down. The values are now showing in the field on display

Now the issue is :-

1) Whatever value user selects on layout should be saved, in ECC.

2) There was a method in component controller, prepare_save_ecmd, where all values user enters in the layout are added to this method before saving, so wanted to enhance this and added my part (new field code) to this in overwrite exit.

While debugging itu2019s still calling the standard method and not overwriting the standard methods code.

Please help.

Regards

Shakti

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Closed