<?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 QR Code not showing properly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277722#M1988456</link>
    <description>&lt;P&gt;I'm trying to print QR Code in a paper but it's now not readable by any application from mobile app. Also tried the latet e-invoicing oss note, pretty much worked but it's not decoding it properly. As we already know there is a MIME type or something while creating QR Code to identify text, URL, SMS etc. &lt;/P&gt;
  &lt;P&gt;Kindly let me know how to implement or show a QR Code to end user? What kind of encoding and decoding is required to achieve this?&lt;/P&gt;</description>
    <pubDate>Sat, 17 Oct 2020 23:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-10-17T23:48:08Z</dc:date>
    <item>
      <title>QR Code not showing properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277722#M1988456</link>
      <description>&lt;P&gt;I'm trying to print QR Code in a paper but it's now not readable by any application from mobile app. Also tried the latet e-invoicing oss note, pretty much worked but it's not decoding it properly. As we already know there is a MIME type or something while creating QR Code to identify text, URL, SMS etc. &lt;/P&gt;
  &lt;P&gt;Kindly let me know how to implement or show a QR Code to end user? What kind of encoding and decoding is required to achieve this?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 23:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277722#M1988456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-10-17T23:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code not showing properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277723#M1988457</link>
      <description>&lt;P&gt;Are you using smartform, script or Adobe forms?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 01:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277723#M1988457</guid>
      <dc:creator>former_member701788</dc:creator>
      <dc:date>2020-10-18T01:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code not showing properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277724#M1988458</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If you are using smartforms please note the font QRcode 2005 is installed and tagged to style which is being used in smartforms. &lt;/P&gt;&lt;P&gt;this blogs will guide you to address the issue. &lt;/P&gt;&lt;P&gt; &lt;A href="https://blogs.sap.com/2020/10/12/display-qr-code-for-gst-india-e-invoicing-on-script-and-smartform/" target="_blank"&gt;display QR code in smartforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2020/09/23/gst-india-automated-e-invoicing-solution/" target="_blank"&gt;automated e invoice&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And regard encoding the information.  Each QR code has three parts Signature information, data part and digital signature.  &lt;/P&gt;&lt;P&gt;to get the signature information and digital signature this app will help consider the question is related to Indian GST/E_invoicing. &lt;/P&gt;&lt;P&gt;&lt;A href="https://einvoice1.gst.gov.in/Others/QRCodeVerifyApp" target="_blank"&gt;link to approved app to read qr code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 08:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277724#M1988458</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-10-18T08:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code not showing properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277725#M1988459</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Create a SO10 text with text as &amp;lt;C9&amp;gt;&amp;amp;str1&amp;amp;&amp;amp;str4&amp;amp;&amp;amp;str5&amp;amp;&amp;amp;str6&amp;amp;&amp;amp;str7&amp;amp;&amp;amp;str8&amp;amp;&amp;amp;str9&amp;amp;&amp;lt;/&amp;gt; .&lt;/P&gt;&lt;P&gt;C9 - is the character format in smart style which will contain your barcode name.&lt;/P&gt;&lt;P&gt;Also create a paragraph format in smart style as per your requirement to adjust the QR code&lt;/P&gt;&lt;P&gt;We know that in E-Invoicing IRN contain 3 strings which are combined with '.' .try to implement below code in your smartform.&lt;/P&gt;&lt;P&gt;DATA lt_swastrtab TYPE TABLE OF swastrtab.&lt;/P&gt;&lt;P&gt;DATA lw_swastrtab TYPE swastrtab.&lt;/P&gt;&lt;P&gt;*Get your dynamic qr code into gv_qrcode&lt;/P&gt;&lt;P&gt;gv_qrcode = gw_irn-signedqrcode.&lt;/P&gt;&lt;P&gt;CLEAR : str1, str2, str3.&lt;/P&gt;&lt;P&gt;SPLIT gv_qrcode AT '.' INTO : str1 str2 str3.&lt;/P&gt;&lt;P&gt;CONCATENATE str1 '.' INTO str1.CONCATENATE str2 '.' INTO str2.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SWA_STRING_SPLIT'&lt;/P&gt;&lt;P&gt;EXPORTING input_string = str2&lt;/P&gt;&lt;P&gt;max_component_length = 255&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;string_components = lt_swastrtab.&lt;/P&gt;&lt;P&gt;IF lt_swastrtab IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;CLEAR lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;LOOP AT lt_swastrtab INTO lw_swastrtab.&lt;/P&gt;&lt;P&gt;CASE sy-tabix.&lt;/P&gt;&lt;P&gt;WHEN '1'.&lt;/P&gt;&lt;P&gt;str4 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;WHEN '2'.&lt;/P&gt;&lt;P&gt;str5 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;WHEN '3'.&lt;/P&gt;&lt;P&gt;str6 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;WHEN '4'.&lt;/P&gt;&lt;P&gt;str7 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;CLEAR lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;REFRESH lt_swastrtab.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SWA_STRING_SPLIT'&lt;/P&gt;&lt;P&gt;EXPORTING input_string = str3&lt;/P&gt;&lt;P&gt;max_component_length = 255&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;string_components = lt_swastrtab.&lt;/P&gt;&lt;P&gt;IF lt_swastrtab IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;CLEAR lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;LOOP AT lt_swastrtab INTO lw_swastrtab.&lt;/P&gt;&lt;P&gt;CASE sy-tabix.&lt;/P&gt;&lt;P&gt;WHEN '1'.&lt;/P&gt;&lt;P&gt;str8 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;WHEN '2'.&lt;/P&gt;&lt;P&gt;str9 = lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;CLEAR lw_swastrtab-str.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 09:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qr-code-not-showing-properly/m-p/12277725#M1988459</guid>
      <dc:creator>prateek_dhawan18</dc:creator>
      <dc:date>2020-11-01T09:03:10Z</dc:date>
    </item>
  </channel>
</rss>

