cancel
Showing results for 
Search instead for 
Did you mean: 

Use of 'iv_trigger_submit' ??

Former Member
0 Kudos

I have created value help on a context node by writing the below code. What is the use of iv_trigger_submit?? It s behaving the same for both abap_true and abap_false.


CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr

     EXPORTING

       iv_help_id        = 'ZSEARCH'

       iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp

       iv_input_mapping  = lt_inmap

       iv_output_mapping = lt_outmap

       iv_trigger_submit = abap_true.

Thanks,

Ritu

Accepted Solutions (0)

Answers (1)

Answers (1)

ashik_k2
Contributor
0 Kudos

HI,

When the help descriptor is set in the V-getter and if the parameter iv_trigger_submit is set to “TRUE” then a “submit” (roundtrip) is expected when the F4 help popup is closed.

Hope it helps,

Regards,

Ashik

Former Member
0 Kudos

Hi Ashik,

Thanks for your reply. No roundtrip is taking place when I select the value from f4 or close the f4 popup.

Kindly suggest why the roundtrip is not taking place?

Thanks,

Ritu

ashik_k2
Contributor
0 Kudos

Hello ,

Check Note 1946367 if applicable.

Regards,

Ashik