cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing of 1D barcode

former_member236869
Participant
0 Kudos

Hello to all.

Is there any chance to parse a 1D barcodes as it is possibile for 2D barcodes with standard function?

How we can extend it?

Thanks !

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Romano,

As stated in Barcode Scanning How-To Guide, there is no need of specific setup to make SAP ME accept linear barcode in the same way as it is read by scanner.

But if you really need to re-format the read barcode, for example split it (AAABBBCCC) into several parts and then insert underscore sign between them (AAA_BBB_CCC) and pass this value to SAP ME, then you should follow the instructions of Activity Hook How-To Guide for PARSE_COMPONENT hook point. But for this case you will have to develop your own code that implement the needed logic of parsing the barcode value.

Regards,

Sergiy