Hi All
I am facing runtime error while clicking on f4 help in IC webclient.
-
<crmic:inputField id = "IfAddPartnerId"
width = "100%"
maxlength = "12"
value = "//Partner/PARTNER_ID_ADD"
helpId = "CRM_VENDOR_NUMBER"
helpInputFields = "IfAddPartnerId=VENDOR_NUMBER;\'<%=
AdminI->GET_GUID( attribute_path = '' ) %>\'=GUID;\'<%=
AdminI->GET_ORDERED_PROD( attribute_path = '' ) %>\'=ORDERED_PROD"
helpOutputFields = "IfAddPartnerId=VENDOR_NUMBER"
disabled = "<%= lv_add_disabled %>"
tooltip = "<%= otr(crm_ic_appl/bupaaccount) %>" />
-
I can see in debugging that control is going to search help FM : CRM_VENDOR_NUMBER_SHLP_EXIT
Search help id is : CRM_VENDOR_NUMBER.
Exception CREATE_DATA_UNKNOWN_TYPE is being thrown in the SET_TABLE_VALUES method of the class : CL_CRM_IC_F4_HELP (line 18) . I feel that GV_VIEWNAME is not initialized till this point.
Can anybody please help me to remove the error.
Best Regards
Bhavishya