Skip to Content
0
Former Member
Nov 19, 2010 at 11:43 AM

LE-MOB RF Scanning - Unable to initialise ABAP Control Framework

233 Views

Hi All

I've implemented a few screen exits in LM61 to assist the user with auto-navigation. So the user does not have to push too many buttons. This works fine in SAP GUI, but once we run this on the Datalogic Kyman Scanner, it does not work. I get the following error:

Message:

Unable to initialise ABAP Control Framework ...

Press any key...

I'm suspect that it is related to the following function module that I use to 'push the buttons for the users'

CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'

EXPORTING

FUNCTIONCODE = '=PACK'

EXCEPTIONS

FUNCTION_NOT_SUPPORTED = 1

OTHERS = 2.

Could someone please assist?

Thank you, Adrian