Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Get QR Code data directly in MIGO

christophe_hu2
Participant
0 Kudos

Hello Gurus,

I have a requirement from the business, I do know if it's feasible, and if yes, how to implement it.

The business wants to get the QR code data scanned with a barcode reader directly into the MIGO transaction.

The QR code will contain around 6 values such as order reference, material, division, batch number, quantity and storage location.


I did not find a direct way to populate these fields on the MIGO.


I have created a specific report with one parameter with 500 length, the bar code reader will populate this field with all the needed data separated with a delimiter.

In the report, I split and retrieve all the data and call the transaction MIGO with a batch input in foreground mode.


I would like to know if there are other ways to do it.

Thanks in advance.

1 ACCEPTED SOLUTION

Juwin
Active Contributor
0 Kudos

Nopes, I would say, that is the correct way to do it.

Does Barcode reader have a screen, and if yes, does it show SAP screen on it?  If so, Barcode reader may not show a report screen correctly. Hence, you may have to design a module pool, with a screen that will fit on the barcode scanner screen.

Thanks,

Juwin

1 REPLY 1

Juwin
Active Contributor
0 Kudos

Nopes, I would say, that is the correct way to do it.

Does Barcode reader have a screen, and if yes, does it show SAP screen on it?  If so, Barcode reader may not show a report screen correctly. Hence, you may have to design a module pool, with a screen that will fit on the barcode scanner screen.

Thanks,

Juwin