2019 Dec 03 12:44 PM
Hi ,
i need to implement GS1 2D Data Matrix BarCode in Smartform ,
how can i accomplish it?
yours suggestion would be helpful.
2019 Dec 03 12:48 PM
Just search on internet
https://wiki.scn.sap.com/wiki/display/ABAP/Data+Matrix+Barcodes
2019 Dec 03 12:56 PM
not very supportive one but still Thanks for Sharing..at least i got few ideas...
2019 Dec 03 1:13 PM
Did you try to read this note ?
2001392 - "Support for Datamatrix ECC200 Barcode in SAPscript and Smart Forms".
2019 Dec 03 1:31 PM
2019 Dec 03 2:25 PM
2019 Dec 03 12:58 PM
Hello Deepak Kumar,
Follow the two steps as mentioned below:
1) Reach out to transaction SMARTSTYLES, create a style for BARCODE. There are lot of bar codes available in SAP select the one you are interested in. Below screen shot for example.
2) Now assign this smartstyle to the variable which needs to be printed in BARCODE format. You need call the variable as shown below:
You can also check out the below link for more details.
Regards!
2019 Dec 03 1:11 PM
Thanks for yours valuable suggestion but, i am able to print QR code ,
but that what i just not needed .. my requirement is to Crate QR code in
GS1 2D Data Matrix format.
2019 Dec 03 1:16 PM
Sorry , i just forget to add .. its QR Code in GS1 2D Data Matrix Format , not Bar Code...
2019 Dec 03 1:20 PM
2019 Dec 03 3:43 PM
I'm not sure anyone can understand what is QR Code in GS1 2D Data Matrix Format. If it's clear for you, can you explain?
Anyway, not all barcode types are implemented in SAPScript forms, in Smart Forms and in Adobe forms. If you don't find it in the possible barcodes, you'll have to do a custom solution (buy software to convert text into barcode image and call it from ABAP, etc.)
2019 Dec 03 5:14 PM
Please try the steps below.
Refer to KBA 2030263 - Support for QR Code 2005 Barcode in SAPscript and Smart Forms for more details.