Quantcast
Channel: SCN : All Content - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 4552

Custom value node field search help value is not getting selected

$
0
0

Hi Experts,

 

I have created one custom component in BSP_WD_CMPWB. Then I have added one view and created one value node with one field PARTNER in that custom view. I have put the below code in the GET_V method of that field. The f4 help is coming properly. But when I selecting any row of that f4 help popup the value is not coming in that field.

 

METHOD get_v_partner.

  DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,

        lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,

        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.

 

  ls_map-context_attr = 'STRUCT.PARTNER'

  ls_map-f4_attr = 'PARTNER'.               

  APPEND ls_map TO: lt_inmap,lt_outmap.

 

  CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr

    EXPORTING

      iv_help_id        = 'ZSWBUPA'                            "#EC NOTEXT

      iv_help_id_kind  = if_bsp_wd_valuehelp_f4descr=>HELP_ID_KIND_DTEL

      iv_trigger_submit = 'X'

      iv_input_mapping  = lt_inmap

      iv_output_mapping = lt_outmap

*    IV_OBJECT_REF    =

      iv_f4title        = 'Select Business Partner'.

ENDMETHOD.


Viewing all articles
Browse latest Browse all 4552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>