cancel
Showing results for 
Search instead for 
Did you mean: 

!!HELP!! F4 Search Help using SAP Web Dynpro

Former Member
0 Kudos

Hi,

I am trying to create a F4 Search Help using SAP Web Dynpro. I have created a BOR object and assigned the BAPI "BAPI_HELPVALUES_GET".

I want to call a elementary Search Help assigned to a field (this field is available on Web Dynpro screen) in the Custom table within SAP using the above BAPI.

What are the next steps to be followed to be able to call the F4 help and what parameters need to be passed through the Web dynpro?

Please advise

Thanks and Rgds

Shankar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shankar

The OVS support in webdynpro responds to the <b>F4</b> key for opening and <b>Esc</b> for closing. So this might help you. Check this tutorial on how to implement Advanced Value Help in WebDynpro

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/s-u/tutorial on advanced value help and object value selector - 9.htm

Regards

Pran

Former Member
0 Kudos

Hi

There is no direct to invoke a key board control from webdynpro. The eventing on 'key press' is not available. Hence try to develop your f1 or f4 help part in j2ee / java appl / componenet and call that from the main application.

Check out this forum posting for more information

Forum post in Web Dynpro: keyboard control

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

if you have any other specific queries do let us know

thanks

sathyanarayanan