Skip to Content
0
Nov 14, 2012 at 12:31 PM

SAP CRM : Problem with custom attribute in component IUQUOS

37 Views

Hi everyone,

i have a problem with component IUQUOS. I have added a new custom attribute inside context "BTQSRVCONISU" using standard structure "CRM_ISU_QUERY_SRC_BTIL". I'm able to see this custom attribute in configuration,but the real problem is the method "GET_P_*".

The "GET_P_*" method does not work :

CASE iv_property.
WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
ENDCASE.

My custom attribute does not appear like a dropdown list because condition "iv_property" is never met.

How can i solve this problem?

Thanks in advance.

Regards.

Dario.