‎2021 May 21 5:01 PM
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
‎2021 May 26 10:50 AM
Solution was to split the long original barcode into a table and send this table to the FM.
‎2021 May 26 10:01 AM
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
‎2021 May 26 10:50 AM
Solution was to split the long original barcode into a table and send this table to the FM.