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

Issue on Value Selection from F4 Help on Web UI

$
0
0

Hi Experts,

 

I add a field 'Currency' on Web UI with F4 Search Help, but when I select one value from F4 help, the value cannot be displayed on Web UI as below. I use attribute 'EXT.ZZV_MR_TARCURR' under context node BTACTIVITYH, the following code is in method GET_V_ZZV_MR_TARCURR.

If I set breakpoint in method SET_ZZV_MR_TARCURR, system cannot jump to there during debugging.

 

-----------------------------------------------------------------------------------------------------------------

METHOD get_v_zzv_mr_tarcurr.

 

  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 = 'ext.zzv_mr_tarcurr'.
  ls_map-f4_attr = 'ZZV_MR_TARCURR'.
  APPEND ls_map TO: lt_inmap, lt_outmap.

 

  CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
    EXPORTING
      iv_help_id        = 'CMSH_CURRENCY'
      iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
      iv_input_mapping  = lt_inmap
      iv_output_mapping = lt_outmap.

 

ENDMETHOD.

-----------------------------------------------------------------------------------------------------------------

 

screenshot1.png

Kind Regards

Andie


Viewing all articles
Browse latest Browse all 4552

Trending Articles



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