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.