cancel
Showing results for 
Search instead for 
Did you mean: 

How to integarte third party scanner in SAPUI5 application?

souviksaha4
Explorer
0 Kudos

Hello Experts,

We have developed a SAP UI5 application in Eclipse. Now we have to use the Bar code Scanner features of Honeywell CN75/CN75e Handheld Computers device in my UI5 application. Those device have Integrated separate Scanner, so we have requested our customer to get the Third party scanner API of the Device.

Can any one please provide me step by step procedure to integrate the scanner in my SAPUi5 application, once we get the third party scanner API.

Thanks in Advance,

Souvik Saha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I depend on the API provider. I was using Swipe track barcode readers. Swipe track call a predefined javascript method passing the data that we need to add to the component.js. This data could then be processed in the method, either calling router or populating a field.

junwu
Active Contributor
0 Kudos

scanner is just another keyboard, unless you want to control the scanner, if not, you don't have to do anything

souviksaha4
Explorer
0 Kudos

Hello Jun Wu,

Thanks for your reply. We have build android apk with cordova to make it a hybrid application.

In this scenario, how the scanner api work ? Do I need not install or code anything for the scanner api to work ?

Thanks,

Souvik