Application Development and Automation 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: 
Read only

Screen input throughBarcoding scanning on MIGO

Former Member
0 Likes
646

Hi,

I want to Goods Receipt from barcode scanning. Is it possible to get Material with all its details(batchno/expiry date etc)  through barcoding on MIGO.

if yes then please describe how it will be done?

steps.

Regards

M.Waqas

1 ACCEPTED SOLUTION
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
433

Hello Muhammad Waqas Khan.

Whatever data is barcoded, if you scan that you will get it.

Barcode scanning is mainly opted for those data which are lengthy and also prone to human typos.

For your requirement, you may have to develop a custom program with text field input.

Then you code your business logic to fetch required details, like you mentioned.

Then may be either do a BDC or use BAPI (BAPI_GOODSMVT_CREATE) to do GR.

Regards.

1 REPLY 1
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
434

Hello Muhammad Waqas Khan.

Whatever data is barcoded, if you scan that you will get it.

Barcode scanning is mainly opted for those data which are lengthy and also prone to human typos.

For your requirement, you may have to develop a custom program with text field input.

Then you code your business logic to fetch required details, like you mentioned.

Then may be either do a BDC or use BAPI (BAPI_GOODSMVT_CREATE) to do GR.

Regards.