<?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: Printing QR-Code SAP smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751674#M36217</link>
    <description>&lt;P&gt;How about concatenate two variables into one with RESPECTING BLANKS and print the result instead? &lt;/P&gt;&lt;P&gt;(suppose field1 has desired length)&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;CONCATENATE field1 field2 INTO field3 RESPECTING BLANKS.&lt;/P&gt;&lt;P&gt;The last space of field3 maybe not print but I think it is not neccessary in that case. You can still get correct result of field1 and field2 after scanning&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 06:36:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-01-04T06:36:43Z</dc:date>
    <item>
      <title>Printing QR-Code SAP smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751671#M36214</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
  &lt;P&gt;I referred to the blog(https://archive.sap.com/discussions/thread/3824600) and implemented this logic and is working fine. But when i scan the QR code, the last spaces of the fields are getting truncated.&lt;/P&gt;
  &lt;P&gt;e.g. &amp;lt;QR&amp;gt;&amp;amp;FIELD1&amp;amp;&amp;amp;FIELD2&amp;amp;&amp;lt;/&amp;gt; Both these are String variables&lt;/P&gt;
  &lt;P&gt;FIeld 1 --&amp;gt; "000001TEXT1 000002TEXT12 ......000025TEXT25 "&lt;/P&gt;
  &lt;P&gt;Field 2 --&amp;gt; "000001TEXT1 000002TEXT12 ......000025TEXT25 "&lt;BR /&gt; &lt;/P&gt;
  &lt;P&gt; I have some spaces after the TEXT25 say e.g. 2 spaces. These are getting truncated when I use the above mentioned technique. Is there a way i could get those spaces too.&lt;/P&gt;
  &lt;P&gt;Current Result --"000001TEXT1 000002TEXT12 ......000025TEXT25000001TEXT1 000002TEXT12 ......000025TEXT25"&lt;/P&gt;
  &lt;P&gt;Expected Result --"000001TEXT1 000002TEXT12 ......000025TEXT25 000001TEXT1 000002TEXT12 ......000025TEXT25 " &lt;/P&gt;
  &lt;P&gt;My QR code is a fixed position ones so all the positions matter in this case.&lt;/P&gt;
  &lt;P&gt;Request you to let me know if there is a way to respect the spaces &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Murthy&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 13:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751671#M36214</guid>
      <dc:creator>former_member602631</dc:creator>
      <dc:date>2019-01-03T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printing QR-Code SAP smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751672#M36215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How about adding suffix character like | then you can remove it later after scanning barcode?&lt;/P&gt;&lt;P&gt;Field 1 --&amp;gt; "000001TEXT1 000002TEXT12 ......000025TEXT25 &lt;STRONG&gt;|&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Hope this help,&lt;/P&gt;&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 04:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751672#M36215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-04T04:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printing QR-Code SAP smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751673#M36216</link>
      <description>&lt;P&gt;hi Nam Le Huynh,&lt;/P&gt;&lt;P&gt;Thanks for your response. &lt;/P&gt;&lt;P&gt;I tried similar options. Customers generally have separate barcode scanning software which automatically reads the data based on the positions. So they have to change the properties/software at their end which is unlikely an option for us.&lt;/P&gt;&lt;P&gt;Same is the case with normal reports where system will ignore/do not consider the SPACE, which is at the end of a string even after using RESPECTING BLANKS.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 05:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751673#M36216</guid>
      <dc:creator>former_member602631</dc:creator>
      <dc:date>2019-01-04T05:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printing QR-Code SAP smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751674#M36217</link>
      <description>&lt;P&gt;How about concatenate two variables into one with RESPECTING BLANKS and print the result instead? &lt;/P&gt;&lt;P&gt;(suppose field1 has desired length)&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;CONCATENATE field1 field2 INTO field3 RESPECTING BLANKS.&lt;/P&gt;&lt;P&gt;The last space of field3 maybe not print but I think it is not neccessary in that case. You can still get correct result of field1 and field2 after scanning&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 06:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751674#M36217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-04T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Printing QR-Code SAP smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751675#M36218</link>
      <description>&lt;P&gt;Hi Nam Le Huynh,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;As the QR Code has fixed positions, the last field(in this case character field) in FIELD2 if contains any spaces will be ignored. this is the problem.&lt;/P&gt;&lt;P&gt;I have  QR Code which will have a length of more than 2000 Characters. As Scripts/Smartforms donot support this length, I am splitting in to multiple strings and passing it through standard text as mentioned in the above referred blog. I am getting all the values but some of their positions are altered. Reason being the last spaces in the field are ignore as mentioned in the above example. &lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-qr-code-sap-smartforms/m-p/751675#M36218</guid>
      <dc:creator>former_member602631</dc:creator>
      <dc:date>2019-01-04T12:10:59Z</dc:date>
    </item>
  </channel>
</rss>

