cancel
Showing results for 
Search instead for 
Did you mean: 

How to create seach help

Former Member
0 Kudos

HI!All

I want to create a search help like R/3 F4. How can i acheive this on press of F4 button in EP.

Regards

Parth

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Actually in Web Dynpro ABAP (04S) with the built in Value Help, you can press F4 on the keyboard to activate it.

vijayakhanna_raman
Active Contributor
0 Kudos

Hi Partha,

Try to close the below thread which u have opened already and open a new one.

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

hi!

I did that already...

Just check that..

Regards

parth

pravesh_verma
Active Contributor
0 Kudos

Hi Partha,

This is a simple value help option you are talking about. If you are coding in web Dynpro then you have to create a SVS (Simple Value selector) for that.

You can create a simple type in Dictionary object and then bind this attribute to the input feild where you want this F4 help.

For futher details go thriugh this document:

<a href="http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/value%20help%20in%20web%20dynpro%20applications.pdf">Value Selector in WebDynpro</a>

I hope this solves your problem.

Regards

Pravesh

PS: Kindly consider reawrding points if helpful and solved.

Former Member
0 Kudos

But how to acheive by <b>Pressing</b> F4(function key).

Former Member
0 Kudos

Partha,

Sadly, key binding is not possible with current WD clients, neither in NW04 nor in NW04s.

VS

Former Member
0 Kudos

valery

R u sure, that key binding is not possible, if u have some idea then plz let me know how the Enter key is binded automatically.

Regards

parth

vijayakhanna_raman
Active Contributor
0 Kudos

Hi Partha,

U unassigned points to me in this thread

, is my answer is unhelpful to u.I have mentioned the same thing what Ramakrishna Venkat has told. He Executed the bapi by calling the method executeXYZRFC() and this is the only difference.

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

Partha,

Yes, I'm sure. Just search this forum for key binding and you'll see answers from SAP team.

Default action for enter key is possible for your own InputFields when you have onEnter action handler assigned. For input fields in table filter onFilter action will be fired -- this is not customizable, this is just built-in behavior of WD client(s).

VS