Hi All,
I have a requirement to increase the size of the barcode from 9cm to 10cm in a SAPscript form. Previously we were using the standard barcode BC_128B. Using SE73, you can see the the configuration of standard barcode BC_C128B.
Bar code Width Unit
BC_C128B 9,00 CM
ZBC12810 10,00 CM
ZBC12810 is the custom barcode that I created which slightly differ from the standard object (different width and description). I also created a custom device types that is used by the barcode and then included the custom barcode in each one of the custom device types.
The above steps I did to create the custom bar code and device types can be found here: [Traditional Barcode printing for Smart Forms and Sapscript|http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm]
I then changed the barcode defined in the sapscript. The result was the barcode is not displayed anymore and only the barcode text is being displayed.
Your inputs are greatly appreciated.