cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Mobile Applications

Former Member
0 Kudos

Hi All,

I want to know about CRM mobile applications.

Can anyone provide documents regarding the same?

Regards,

Naresh

Accepted Solutions (1)

Accepted Solutions (1)

srini_talasila
Explorer
0 Kudos

Hi Naresh,

You can check below oss note if it is suitable for your version.

Note 1247543 - Option for explicit context node enhancement is missing

Regards,

Srini

Former Member
0 Kudos

Hi All,

Enhancement problem was because of configuration problem of the system,i solved with the help of my basis consultant.

After redefining the method get_v still search help is not calling.In debugging i found that rv_valuehelp_descriptor not holding data.i wil provide the code which i have use.

   Data: ls_param_mapping type IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING,

         ls_input_mapping type IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING_TAB,

         ls_output_mapping type IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING_TAB.

         ls_param_mapping-context_attr = 'STRUCT.MAPPING_FORMAT'.

         ls_param_mapping-F4_attr = 'MAPPING_FORMAT'.

append ls_param_mapping to : ls_input_mapping,ls_output_mapping .

Create Object rv_valuehelp_descriptor type CL_BSP_WD_VALUEHELP_F4DESCR

Exporting

iv_help_id = 'CRM_MKTLIST_FORMAT'

iv_help_id_kind = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name

iv_input_mapping =  ls_input_mapping

iv_output_mapping = ls_output_mapping .

* the search help is came from CRM 5.0 to CRM 7.1Ehp1 after up-gradation.Search help contains data in 7.1.

Filed is still as piclist in webui.

@srini talasila thanks for ur reply

  thanks for ur suggestions.

Please help me in this also.

Regards,

Naresh

srini_talasila
Explorer
0 Kudos

Hi Naresh,

Change below line in your code and try again

ls_param_mapping-F4_attr = 'LIST_FORMAT'

Regards,

Srini

Answers (1)

Answers (1)

robert_kunstelj
Active Contributor
0 Kudos

You must right-click also on context node and choose option "Enhance". To modify method of attribute, you must right-click on method of that attribute and choose "Redefine".