cancel
Showing results for 
Search instead for 
Did you mean: 

FPM ABAP: Can't find the hotkey?

Former Member
0 Kudos

As of SAP EhP1 for NetWeaver we can assign hotkey to UI element like buttons in Web Dynpro ABAP.

However, it seems I can't find the way to assign hotkey using the FPM editor or the FPM API,

please help,

PS: We are on EhP 1 SP3.

thanks

Alexandre Giguere

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alexandre,

I also didn't find a way to assign a hotkey to FPM buttons. Probably that functionality will be supported in the future.

Best regards,

Andreas

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm working on NetWeaver 7.02, so this might be functionality that isn't available yet on 7.01 - but I was able to go to the configuration for toolbar items in the FPM and there is a field that allows you to choose the hotkey I want mapped to this button:

http://www.flickr.com/photos/tjung/3861625165/

Former Member
0 Kudos

Thanks Thomas, do you know the release date of the NW EhP2 or maybe it will be confirmed at TechEd?

I just write an OSS message to SAP, cause I know from the config. editor we can't assign hotkey to the CNR. But according to Floorplan Manager for ABAP - Developer's Guide (122 pages Release 7.01) .. there should be an API to assign an hotkey to a button. If I look the code at page 36, I should be able to see the import parameter IV_HOTKEY for method DEFINE_BUTTON of the interface IF_FPM_CNR_OIF or IF_FPM_GAF_OIF.

Another option, would be to create an invisible button on my UIBB, assign this button a hotkey. Catching the hokey event and raising by myself and FPM event, that would be a temporary fix.

[http://www.flickr.com/photos/34819919@N06/3862700042/]

Alex

Former Member
0 Kudos

Thanks Thomas, do you know the release date of the NW EhP2 or maybe it will be confirmed at TechEd?

I just write an OSS message to SAP, cause I know from the config. editor we can't assign hotkey to the CNR. But according to Floorplan Manager for ABAP - Developer's Guide (122 pages Release 7.01) .. there should be an API to assign an hotkey to a button. If I look the code at page 36, I should be able to see the import parameter IV_HOTKEY for method DEFINE_BUTTON of the interface IF_FPM_CNR_OIF or IF_FPM_GAF_OIF.

Another option, would be to create an invisible button on my UIBB, assign this button a hotkey. Catching the hokey event and raising by myself and FPM event, that would be a temporary fix.

[http://www.flickr.com/photos/34819919@N06/3862700042/]

Alex

Former Member
0 Kudos

Thanks Thomas, do you know the release date of the NW EhP2 or maybe it will be confirmed at TechEd?

I just write an OSS message to SAP, cause I know from the config. editor we can't assign hotkey to the CNR. But according to Floorplan Manager for ABAP - Developer's Guide (122 pages Release 7.01) .. there should be an API to assign an hotkey to a button. If I look the code at page 36, I should be able to see the import parameter IV_HOTKEY for method DEFINE_BUTTON of the interface IF_FPM_CNR_OIF or IF_FPM_GAF_OIF.

Another option, would be to create an invisible button on my UIBB, assign this button a hotkey. Catching the hokey event and raising by myself and FPM event, that would be a temporary fix.

[http://www.flickr.com/photos/34819919@N06/3862700042/]

Alex

AlexGiguere
Contributor
0 Kudos

I had a problem with my client certificate & IE, don't know why it post 3 times!

AlexGiguere
Contributor
0 Kudos

I had a problem with my client certificate & IE, don't know why it post 3 times!

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Thanks Thomas, do you know the release date of the NW EhP2 or maybe it will be confirmed at TechEd?

Early in 2010. There might be an anouncement of a firmer date at TechEd.