One custom field has been added to web UI screen. It's field type is check box. I want to convert the same field from check box to input field with dropdown. In Web UI, checked the configuration and the field type is check box. I can not change the field type in config which is display only.
In Web UI, where to change the field property? I tried with GET_P_XXXX method but no result.
method GET_P_ZCUST
.
CASE iv_property.
* WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
* rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
* WHEN 'ServerEvent'.
* rv_value = 'ZCUST_SELECTED'.
* ENDCASE.
endmethod