cancel
Showing results for 
Search instead for 
Did you mean: 

Is Barcode Reading in MI Possible?

former_member1173626
Participant
0 Kudos

hello all,

We're looking to migrate an existing mobile app (non SAP MI) to the SAP MI platform. One key feature of the existing app is that it allows the user to scan a barcode to read in part numbers.

Is it possible to add the barcode reading functionality using the MDK? I'm assuming that a special library or something would be required.

We're using Tablet PCs for our mobile environment.

If you have any insights on this issue, please let me know. It is greatly appreciated.

thnx,

mike

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mike,

Yes Barcode Scanning is definately supported within MI 2.5. In fact to know what kind of support is available you can check out the MDK under Peripheral Input/Output Services(PIOS).[in NWDS goto Help topics then under SAP NetWeaverDeveloper Studio Documentation>SAP Mobile Development Kit> PIOS. You may need to use NWDS sp14, as thats when the scanner and RFID reader apis were added( the emulators too). There is helpful example code. The api covers most functionality from a barcode scanner but the limitation rises in the handheld device itself (if it has the functionality).

We used the barcode scanner on a Intermec CK31 and 750 and in both cases we didnt use the pios api because we use simple barcodes that represented text/numbers and the scanner just reads it by default into a normal text field, the rest is simple text handling code.

Hope this helps,

Wael Aoudi

former_member1173626
Participant
0 Kudos

Hi Wael,

Thanks so much and that's good to know because in our case we are using an XP Tablet PC and our scanning is just for material numbers.

I'll have a look at that documentation, as I didn't have SP14 download and I'll have to go get the latest one.

Rgds,

mike

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mike.

We do not use any special API. We use Symbol PDAs (PDT 81xx) with the Symbol Pocket Browser running. This Browser has the functionality to auto fill a focused text field with the scannened barcode. However, I don't know how this would work with a AWT MI Application.

Kind regards,

Sascha

former_member1173626
Participant
0 Kudos

Hi Sascha,

Thanks for the feedback. I'll have to look into further details/features about the XP Tablet PC we will be using and am thinking that it may work like your Symbol (auto-filling the focused text field).

Rgds,

mike