Skip to Content
0
Nov 23, 2011 at 08:57 AM

BOL Enhancement - dynamic Search - F4 Help

47 Views

Hi,

I'd like to enhance a dynamic search. In this time I can see the fieldsand search with it. Now I want to enable a search help for these new added fields. For that I generated a P And V Getter.

In P Getter:

case iv_property.

when if_bsp_wd_model_setter_getter=>fp_fieldtype.

rv_value = cl_bsp_dlc_view_descriptor=>field_type_input.

endcase.

-> But I have a problem, because iv_property has never the value if_bsp_wd_model_setter_getter=>fp_fieldtype. If I set a breakpoint, the P-Getter will call with property = disableSVH or property = isInputHelpMandatory.

Any Idea how to solve this?

Thanks Paul