‎2018 Aug 22 10:36 AM
‎2018 Aug 22 12:37 PM
Dear Hiren,
I suppose you use the new barcode technologie, described in note 2030263. In all modes, certain invocation codes in the bar code data are allowed.
If you want to use special, non-printing characters see the explanation of these invocation codes in note.
For example you should add to the barcode data \c010\ for linefeed.
More information in KBA: 2358186 - Special characters like LF, CR or TAB displayed as # in QR code barcode
Best regards,
Hedvig
‎2018 Aug 22 12:37 PM
Dear Hiren,
I suppose you use the new barcode technologie, described in note 2030263. In all modes, certain invocation codes in the bar code data are allowed.
If you want to use special, non-printing characters see the explanation of these invocation codes in note.
For example you should add to the barcode data \c010\ for linefeed.
More information in KBA: 2358186 - Special characters like LF, CR or TAB displayed as # in QR code barcode
Best regards,
Hedvig
‎2021 Jun 15 12:29 PM
Hello Hedvig,
Thanks for your explanation,
i am facing same issue, I checked the note 2358186, I tried the code in the note:
below is my code:
data:
gv_2d type CHAR255.
gv_2d = '001\c013\\c010\20\c009\30\c013\\c010\40\c009\50'.
but the 2D scan result is :001\c013\\c010\20\c009\30\c013\\c010\40\c009\50
Can you please let me know what I missing?
Regards
Victor
‎2021 Jun 15 12:29 PM
‎2018 Aug 24 7:50 AM
Hi Hedvig,
Thanks for your valuable reply, i got the solution from your answer.
Thanks,
Hiren..
‎2018 Aug 24 7:57 AM
Hi Hedvig,
I need one more suggestion regarding same,
currently i am getting the size of QR code is larger as compare to my requirement.(May be it depend on text size).
So, is there any solution to fix the size like 1X1 inch?
Thanks,
Hiren.
‎2018 Aug 27 9:18 AM
Dear Hiren,
unfortunately in SAP is not possible to set the symbol version of QR-code verssion.The size is determined dynamically.
if the amount of data increases, more modules are required to comprise QR Code, resulting in larger QR Code symbols.
As per note 2030263, it seems that module size is the only way to control the size of the QR barcode.
"Module Size in Pixel: 00001 - 00999
Via this parameter, the size of the Barcode is controlled. The value entered here (for example 25) specifies the size of the "unitsquares" in a QR Code Barcode Symbol. The unit used here is "Pixel",meaning a single 1/600 inch dot produced by the printer on the output medium (i.e. paper)."
Fixed height could be difficult unless the barcodes have similar amounts of data.
Best regards,
Hedvig
‎2018 Aug 27 11:55 AM
‎2018 Aug 25 7:13 AM
Dear Hedvig,
I am waiting for your valuable reply..
Thanks,
Hiren.