cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Menu for RF (example F1->next,F2->save)

Former Member
0 Kudos

Hi, Im very new in SAP, so please if somebody can explain to me, do it very in details, please.
I have to configure my RF in order to have F1, F2, etc... like F1=save, F2=next...

I been looking lots and I really don't know how to do it.

Hope you can help me... thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I was looking to do it by SPRO or directly in Terminal RF.

I'd already read this article but wasn't clear for me.

So I solved it like this (in my case):

I have Intermec Terminal RF, and in order to program the functions through the terminal options we have to do this:

Settings > System > Intermec Settings > Applications > Intermec Browser > Menu and Tollbar Actions > Funcion Keys


F1

Javascript:setFKey(‘1’)

F2

Javascript:setFKey(‘2’)

F3

Javascript:setFKey(‘3’)

.

.

.

F24

Javascript:setFKey(‘24’)



In this terminal we have F24 functions buttons we can customize.

Regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Also, please go through this thread:

There are certain sample templates as well under the standard ITSMOBILE (01/02/03..) internet services that you can try out as well.

Let us know if you hit a roadblock when you go as per the documentation somewhere.

former_member194364
Active Contributor
0 Kudos

Hi Lenin,

you will need to consult the documentation of the Handheld device in question.

They may have the keycodes that correspond to the funtion keys.

See also the WIKI: http://wiki.scn.sap.com/wiki/display/Snippets/How+to+obtain+the+function+key+values+for+ITSmobile+ap...

Regards,

Oisin