GetBarCodeWithCheckSum
Description
Returns the barcode with start, stop characters and checksum if required.
Syntax
AL
GetBarCodeWithCheckSum(BarCode: Text; VerticalSolutionsID: Code[
20
]): Text
Parameters
BarCode
Type: Text
Contains the Barcode
VerticalSolutionID
Type: Code
An vertical solution ID is entered here. With this, the checksum calculation, as well as the start and stop characters of the barcode are created analog to the data record in the ECM vertical solution matrix.
Return Value:
Type: Text
Returns the formatted barcode including start and stop characters and checksum, if applicable.
Remarks:
Example: