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

How to increase barcode size from LE_EAN128_DECODE function module?

alexandreourth
Active Participant
0 Likes
1,145

Hello experts,

Customer is using LE_EAN128_DECODE function module throught tcode LM01 to handle some data coming from a barcode.

Problem here is barcode is limited to 64 characters (data element BARCODE) and data + delimiters + prefix > 64...

They are asking me if it's possible to increase the size of the barcode so they can put all their data.

Is there a way to bypass this limitation in a clean way ?

EDIT 26-05-2021 : I'll try to split the barcode, create 2 records, and see what the FM is doing

Thanks a lot for your time.

Regards,

Alexandre

1 ACCEPTED SOLUTION
Read only

alexandreourth
Active Participant
0 Likes
1,028

Solution was to split the long original barcode into a table and send this table to the FM.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
1,029

I don't know specificaly this FM, but in input this is not a field, this is an internal table, so there should not have a size limit

Read only

alexandreourth
Active Participant
0 Likes
1,030

Solution was to split the long original barcode into a table and send this table to the FM.