cancel
Showing results for 
Search instead for 
Did you mean: 

Decode barcode UDI GS1

efi_e
Explorer
0 Kudos

Hello Masters,

I have a requirement to resolve a UDI barcode and split it to different fields, by:

Product Number, Production Date, Expiration Date, Batch, Serial Number...

Since there are more than one standards (GS1, HIBCC, ICCBBA and local barcode as well) creating such a function will be a wast of time if such already exists.

Can you provide an existing FM that do just that ?

will be very greatful.

pablo_tapia
Member
0 Kudos

Hi Efi

Did you have to create a new FM to parse the information? and did you get the AI's in the barcode string to SAP for the FM ?

Any info would be appreciated.

Thanks

Pablo

Accepted Solutions (0)

Answers (2)

Answers (2)

efi_e
Explorer
0 Kudos

I allready tried to use the FM: LE_EAN128_DECODE

The only problem was that the configuration table T313D was not maintained based on GS1 standard.

Can you provide such a configuration that will align with the GS1 ?

This should be constant one for all customers.

my main problem was (still unsolved) configuring some of the AI as (10) or (21) that their length is not fixed,

but up to 20 characters.

neil_murphy
Employee
Employee
0 Kudos

You can check this Barcode wiki

There is also a Function Module called LE_EAN128_DECODE which decodes ean128 barcode and put values back to SAP EAN128 structure based on the config in V_T313D. There is also a FM BAR_CODE_TRANS. Not sure if these are helpful for your requirement.