<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092884#M1972052</link>
    <description>&lt;P&gt;Thanks a lot for the feedback.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 06:59:56 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-09-05T06:59:56Z</dc:date>
    <item>
      <title>Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092880#M1972048</link>
      <description>&lt;P&gt;Hi all:&lt;/P&gt;
  &lt;P&gt;I'm trying to use ZEBRA ZPL Command to print QR Code in smartform (S_LZPL_SETUP), it works great, except the space in the text is compressed while scanned. &lt;/P&gt;
  &lt;P&gt;In smartform, I inserted a command which the attribute name is "S_LZPL_SETUP" and value '^FO260,840^BQ,2,5^FDQA,0123456789ABCD 2D code^FS' =&amp;gt; There are 2 spaces which 1 before and 1 after "2D". After I print out the label from label printer, I use Scanner to scan the QR Code and the output is "0123456789ABCD2Dcode" without space!! Any reason for this !!?? thanks.&lt;/P&gt;
  &lt;P&gt;The "Device Type" I used is "YZB200U" and label printer is "ZM400". Actually, I can use the similar command by using SE73 to add "System Bar codes" &amp;amp; add the command "^BQ,2,5^FDQA," to Prefix in "Printer Bar Codes", this way works great but because we have at least 4 QR Code labels and more request may come, so I'm thinking which way is more flexible.&lt;/P&gt;
  &lt;P&gt;Thanks a lot,&lt;/P&gt;
  &lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 09:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092880#M1972048</guid>
      <dc:creator>chuangmateo</dc:creator>
      <dc:date>2019-08-28T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092881#M1972049</link>
      <description>&lt;P&gt;IMHO that's not an Abap related question, you could post your question in &lt;A href="https://developer.zebra.com/search/node/ZPL%20print%20space"&gt;Zebra developper portal&lt;/A&gt; or  some &lt;A href="https://stackoverflow.com/search?q=ZPL+print+space"&gt;Zebra dedicated forum&lt;/A&gt;. (&lt;A href="https://www.zebra.com/content/dam/zebra/product-information/en-us/brochures-datasheets/sap/sap-smartforms-v3-en-us.pdf"&gt;doc&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 09:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092881#M1972049</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-08-28T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092882#M1972050</link>
      <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;Thanks, you are right, I'll ask in Zebra portal. And I'll close this after I got the answer, thanks again.&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 00:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092882#M1972050</guid>
      <dc:creator>chuangmateo</dc:creator>
      <dc:date>2019-08-29T00:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092883#M1972051</link>
      <description>&lt;P&gt;Hi : Got the reply from ZEBRA, they tested the same ZPL command in their platform and it works good, so they suggested me to ask SAP, they think maybe the issue is because of 3rd party (SMARTFORM). And I have created an incident and will update the answer if I got one, thanks.&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 01:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092883#M1972051</guid>
      <dc:creator>chuangmateo</dc:creator>
      <dc:date>2019-09-05T01:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use ZPL Command to print QR Code in smartform (S_LZPL_SETUP), the space compress?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092884#M1972052</link>
      <description>&lt;P&gt;Thanks a lot for the feedback.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 06:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-zpl-command-to-print-qr-code-in-smartform-s-lzpl-setup-the-space/m-p/12092884#M1972052</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-09-05T06:59:56Z</dc:date>
    </item>
  </channel>
</rss>

