‎2011 Dec 29 6:41 AM
Hi experts,
I have created a 2D barcode PDF417 in SE73 and used in smartforms. But my client want a QR-Code in barcode.
Can any one help me with steps to get a 2D QR barcode in smartforms ?
Thanks & Regards,
Karthi
‎2011 Dec 29 7:01 AM
HI Keyan
just follow this steps,
1.Generate the QR Code image file (.PNG) with one of the methods presented in the following pages
2.Upload the image into the SAP system
2.1 Convert the generated file (file.png) to TIFF using SAP IGS class CL_IGS_IMAGE_CONVERTER (see GRAPHICS_IGS_IMGCONV_DEMO)
2.2.Upload. Use report RSTXLDMC to upload the image into SE78
3.Include the image into the Form:
3.1.SAPScript/:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST
I hope it may resolved your query
Cheers
NZAB
‎2011 Dec 29 7:32 AM
Hi NZAB,
Thanks for your reply.
I am new to this QR code. Can you please tell me what you mean by the below line
"1.Generate the QR Code image file (.PNG) with one of the methods presented in the following pages"
It will be fine if you provide me with some documents with steps.
Thanks & Regards,
Karthi
‎2011 Dec 29 8:58 AM
HI
QR Codes are 2D barcodes designed to give complex information in a compact and efficient graphical format.
Use your camera phone to snap the code and instantly get contact details, website URLs and more.
Read Wikipedia's QR Code article for more information.
you can search it in the net for generating the QR code. you can also check this links for generating QR code
http://shkspr.mobi/qr.php http://www.esponce.com/sign-in?track=1
http://invx.com/#code%3D%26fg%3D%2523000000%26bg%3D%2523ffffff%26width%3D%26height%3D
Cheers
NZAB
‎2011 Dec 30 8:43 AM
Hi,
I got some idea about QR Code. The steps shows that it will create an image file for the barcode but my requirement is to generate barcode with dynamic values. The value will vary for each label print.
I am using zebra label printer for printing.
How to include the QR Code for this dynamic barcodes ?
Thanks & Regards,
Karthi
‎2012 Mar 02 8:09 PM
Since you are printing to a Zebra printer, look into the ZPLII langauge at Zebra's site. The ^BQ command will print the QR code.
You can either create the template that resides on the printer and then use a layout set to 'call' the template with the field number assigned to your data. Or you can create the string to print in ABAP.
The ZPL II programming guide is a good document for all of the printer commands.