Hi all, I have a problem. ;-}
I want to download an barcode bitmap into a .BMP file.
I have created a barcode in transaction /nse73 (new technology, independed of printer) .
I use the external procedure(renderbarcode) from modul pool SAPMSSCO to render the barcode.
This procedure provides the barcode in a bitmap like this
'FFF03F000FFFFC003F03FFC003FFFF000FC0000FC0FFF00003FFFF00003F03FFC0FFF000000FC0F
C003FFC0FFFFFF03FFC0FC003FFFFFC003F03FFC0000FFFFC0FC0FFF0FFF03F000FFFFC003F03
FFC003FFFF000FC0000FC0FFF00003FFFF00003F03FFC0FFF000000FC0FC003FFC0FFFFFF03FF
C0FC003FFFFFC003F03FFC.....'.
I want to convert and download this as an bitmap (.BMP). Do anyone know what to do with this internal bitmap to bring it in the right form ? Or do you have another idea to bring the barcode into an image format?
There is also a possibility to test the standard system barcode in transaction se73. The barcode bitmap will be converted there into the OTF format and then it will be displayed (PREVIEW) in a SMARFORM. I don't want the barcode in SMARTFORM but as a binary file like '.BMP' or with other image extensions (JPEG, TIFF,...) !
Thanks so lot
Anne