cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Keys

Former Member
0 Kudos

Hi,

I am developing an application on Mobile 7.1 (DOE) for PDA's (Intermec) with webdynpro.

I need to run in an event when you press a key on the PDA.

I tried it with the element of webdynpro FunctionKey but that can not run anything.

I have read documentation and said that Mobile 7.1 is supported by technology webdynpro.

The type of application is offline.

Any idea?

Best regards.

Maria Elena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Maria,

Refer to following link for the how to guide for Function keys in OCA.

<https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d351f7-6635-2c10-e692-84f3c39824f5>

Hope it helps.

Thanks & Regards,

Abhijit

Edited by: Abhijit Suresh Shingate on Jun 19, 2009 9:37 AM

Edited by: Abhijit Suresh Shingate on Jun 19, 2009 9:38 AM

Former Member
0 Kudos

OK, thanks, is correct.

Best regards

Answers (1)

Answers (1)

Former Member
0 Kudos

From your question , I understood that you wanted to call an event on press of function key /any key from PDA.

Are you using WEBDYNPRO Java(OCA HANDHELD) for PDA application creation?

If yes then following information might help:

For function key support we have to either provide a key constant or a key code prefixed with #, in the key code property of the function key.

Usage : Key constant> or <#key code> for single key

Example : to handle F1 key press please use f1 constant, where f1 is constant of the F1 function key

Regards,

Lakshmi