cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Barcode scanner interface to SAP

0 Likes
462

We have a requirement related to Asset Tracking. The field person would scan the barcode using scanner and the data shuould get updated in 3 different tables in SAP. The question is how will this work i.e. how will the scanner send data to SAP? Any 3rd party application is required?

Accepted Solutions (0)

Answers (2)

Answers (2)

binhlht
Participant
0 Likes

Basically, you can create a web app to do the scan, like this

https://blogs.sap.com/2017/10/19/barcode-scanning-with-device-camera-in-sapui5-applications-without-...

If considering native app, Kapsel and Cordova are your key words. That's front end.

In the back, you use things like ODATA, CDS View to communicate with the front and also do the table updating

Former Member
0 Likes

This question is too general and vague. At a very high level overview, you can use SMP SDK to develop your mobile apps with desired functionalities, then expose your backend to SMP server via OData and that's how your mobile app can talk to your backend.