cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode Scanning mc9190

Former Member
0 Kudos

Hi All,

   We are using mc9190 for barcode scanning. We need to scan and place the result on the text box in the browser. The HTML pages are created by default in sap.

Is it possible?

Are there any api's we need to call for working with barcode scanning.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Oisin,

Have made it work. After installing the DataWedge application in the device. It scans the barcode and place the result on the text field where the cursor is placed.

Thanks.

former_member194364
Active Contributor
0 Kudos

Thanks for updating the SDN thread with the solution to get the bar code scanning to work with your device.

You may also need to check the file  DEVINCLUDE_SYMBOL3090 (for the paramter

~ITSMOBILEDEVICEINCLUDE) as you are using MC 9190. Not all the kep mappings for your device maybe correct.

Regards,

Oisín

ITS SDN Moderator

Former Member
0 Kudos

Dear Oisin,

Thanks for your help to resolve this bar code functionality, me & Chock together working on this.

Now customer is asking more validation like..

  1. After scanning a bar code the cursor must jump automatically to the next input field
  2. Scanning a bar code while the cursor is in an input field the information in the input field must be overwritten.
  3. After pressing "Submit" there must be a visual confirmation with popup with YES or NO buttons.

we could not able to answer their requirements, will it possible to do above functionality, if so pls suggest us how to do this.

Regads,

Anil.

former_member194364
Active Contributor
0 Kudos

Hi Anil,

Point 1 - I know can be done. Depends though on your Device if it support's autoenter

as per Note 1311169 - ITSmobile: Barcode scanner AutoEnter

http://service.sap.com/sap/support/notes/1311169

  <META HTTP-Equiv="Scanner" content="Enabled">

  <META HTTP-Equiv="Scanner" content="AutoEnter">

Point 2 - have not seen a scan overwrite - but I cannot see any reason why it cannot be done.

Perhaps other's here have done this?

Point 3 - yes this can be done using .js onsubmit script.

Regards,

Oisin

former_member194364
Active Contributor
0 Kudos

Hi

Yes it is possible if you are using ITSMobile.

See the link

https://wiki.sdn.sap.com/wiki/display/HOME/ITSmobile

Section "Barcode Scanning"

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

Thanks for the quick reply.

Now we are in stage of invoking the scanner (using rapid deployment client in mc9100) but its not scanning and displaying the result on the textbox. Any idea on how to sort out this thing.

Is there any settings we need to do it on rapid deployment client.

Thanks.

former_member194364
Active Contributor
0 Kudos

Hi,

What are the settings of your ITSMobile service in SICF?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

Parameters                                   Values

THEME                                            99

TRANSACTION                               ZMD_ITS_MIGO

MOBILE                                           This is a mobile service

ITSMOBILE                                     1

SOURCES                                       Template search sequence

SOURCES                                       ZMD_ITS_MIGO,ITSMOBILE

POPUPS                                          Show popups, default is no

POPUPS                                          1

ITSMOBILEDEVICEINCLUDE         include a device specific html

ITSMOBILEDEVICEINCLUDE         DEVINCLUDE_SYMBOL3090

MESSAGE  SOUND                        Plays a background sound if a message appears

ITSMOBILEMSGSOUND                1

SYSTEM MODAL POPUPS            Shows express mails / system messages

SHOW_SYSTEM_MODAL              1

XSRFCHECK                                   1

Thanks.