cancel
Showing results for 
Search instead for 
Did you mean: 

Value table help as F4 help in seelct-option in web dynpro

mahesh_jagnani
Participant
0 Kudos

Hi Expert,

I have a requirement where i have to show F4 help for a select-option.The field has a table field for which i have value table.

Can u plz tell how i can do...Or which parameter i have to pass in ADD_SELECTION_FIELD.

whether i have to do extra setting.

Thnaks

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

Try these

1) add

I_VALUE_HELP_STRUCTURE_FIELD parameter and pass actual field name ( which has value table )

And there are so many other ways.

Just observe the parameters of add_selection_field in se24 tcode( class name : IF_WD_SELECT_OPTIONS )

Regards

Srinivas

mahesh_jagnani
Participant
0 Kudos

Hi Srinivas,

I am using this piece of code :-

wd_this->m_handler_spc->add_selection_field(

i_id = 'ESESUBCAT'

i_value_help_structure = '/GLB/8GTT_SPCRQF'

i_value_help_structure_field = 'SUBCAT'

i_value_help_type = if_wd_value_help_handler=>co_prefix_searchhelp

i_obligatory = abap_true

it_result = l_r_esesubcat ).

But yet i am not getting the F4 Help.There is one more thing which i want to say..This piece of code worked fine in G1D System...But in G3D(Upgrade One) It is not working.

Please suggest.

Edited by: mahesh jagnani on Dec 27, 2011 9:52 AM

former_member199125
Active Contributor
0 Kudos

you said this works before upgrade, then analyze in that direction.

After upgrade, check in any other component for f4 help functionality working or not.. if not issue will resolve with installation of exact patch level.

then try like this also.. . in attribute properties u will find input help mode property for that give dictionary search help and provide your field name.

then check whether F4help working or not.

Regards

Srinivas

mahesh_jagnani
Participant
0 Kudos

Hi Srinivas,

Thanks.

I checked in other component and found it is working fine.I donot know why it is not working...It is seelct-option and hence i can not set at attribute level.

Mahesh

former_member199125
Active Contributor
0 Kudos

Did you change other part of code? like phase 2 , i.e ovs_Callback_object method... in that? if possible paste your ovs declaration code.

Regards

Srinivas

mahesh_jagnani
Participant
0 Kudos

Upgrade prob