Purpose You want to generate a bar code of a certain type using input data and display it on the SAP screen. In this example, the material number is displayed as a bar code, once as type CODE128 and once as QR code.
|
Solution
|
GuiXT Script:
callvb r =
barcoder.utilities.create_barcode _
else
// Show the barcode on the screen
endif
// Generate the 2nd
barcode
callvb r =
barcoder.utilities.create_barcode _
if
V[r]
// An error occured
else
// Show the barcode on the screen
endif
|
Download: |
Components InputAssistant + Controls |