cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : F4 Value Help

Former Member
0 Kudos

Hi Experts,

I am new to web dynpro abap. My scenario is to implement F4 value help. I had searched in the forum, But mostly i got the solution for OVS. For eg, I have to display the key and text value of the country. I am going to call a RFC to get the key and text of the country. Could anyone please help me to implement this as step by step procedure. Thanks in advance..

Regards,

Mugundhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Please see the following material for reference:

[ABAP Dictionary Search Help|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f3d%2fe53642e2a3ab04e10000000a1550b0%2fcontent.htm]

[Using Search help attachments for WebDynpro ABAP|https://wiki.sdn.sap.com/wiki/x/v4LWAw]

[ABAP WD Object Value Selector(OVS)|https://wiki.sdn.sap.com/wiki/x/vBkB]

Regards.

Former Member
0 Kudos

Thanks guys for your response, I will try out.. If i was stuck with any problem i will post it.

Thanks,

Mugundhan

Former Member
0 Kudos

Thanks David, for giving a material what i expected..

Thanks,

Mugundhan

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

refer to these examples

wdr_f4_collective

wdr_f4_elementary

Former Member
0 Kudos

Hi Kandha,

Follow these steps:

1. Create a ddic search help in SE11 for your input.

2. While creating the search help specify a search help exit.

3. If you press F1 at the search help exit input box, you will get everything that you need to create it.

4. Go to the node in which you have the Country field, in the properties of the attribute, change Input Help option from 'Automatic' to Dictionary search help.

5. Basically, the ddic search help will be used by default when F4 is pressed, and you will be able to fetch the values via RFC FM and supply those in the search help exit.

I have used this approach at many places and it works great.

Cheers,

Sameer Pathak

Former Member
0 Kudos

Hi Sameer,

Thanks for your reply. All these days i was in web dynpro java.. I am very new to web dynpro abap.. So could you please give any materials which gives step by step procedure to do this..

Thanks,

Mugundhan

g_srivastava
Active Contributor
0 Kudos

Hi Kandha,

Steps:

Elementry Search help

1, Go to SE11

2.Select search help provide name click create.

3.Select elementry search help.

4.Provide short descrition,the selection method.Provide fields save it check activate.

5.Execute.

Press F4 .F4 again to check the output,

For collective search help.

1.Goto SE11.

2.Provide name selct collective search help.Press enter.

3.Provide value.

4.Select include search help.

5,Provide search help which is already defined by the same fields.

6.Save it check it execute it.

7.Press F4 to check the output.

Former Member
0 Kudos

Hi kanda,

what we gave in second step search help exit name:

i hope we can create or we can give any standard one.

Let me know i  m also the new of webdynpro abap.

Regards,

venu