<?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: Data Matrix Code: unexpected result (configuration issue?) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296098#M1989851</link>
    <description>&lt;P&gt;I finally figured it out.&lt;/P&gt;&lt;P&gt;In Automatic Mode SAP chooses the encodations differently to what I need.&lt;/P&gt;&lt;P&gt;SAP switches to C40 encoding as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;a\C40\BCD^11^DUEN4XK3WP8T\ASCII\^20201124&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Whereas the Data Matrix Code I need uses EDIFACT encoding for the middle part of the data sequence:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;aBCD^11\EDIFACT\^DUEN4XK3WP8T^20\ASCII\201124&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It seems I have to switch between encodations manually to get the result I need.&lt;/P&gt;&lt;P&gt;To find the answer to my problem this tool was very helpful: &lt;A href="https://zxing.org/w/decode.jspx" target="test_blank"&gt;https://zxing.org/w/decode.jspx&lt;/A&gt;&lt;BR /&gt;It provides not only the decoded text of a Data Matrix Code, but also the raw bytes of the Code. This way you can figure out which codewords for switching the encodations are used.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 10:09:29 GMT</pubDate>
    <dc:creator>kralika</dc:creator>
    <dc:date>2020-11-25T10:09:29Z</dc:date>
    <item>
      <title>Data Matrix Code: unexpected result (configuration issue?)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296096#M1989849</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
  &lt;P&gt;I have problems with creating a Data Matrix Code. The data content of the code is rather simple. However, when trying to create the Data Matrix Code, the result does not seem to be right. I have a template, which shows how the Data Matrix Code should look like. The template does not match with the result SAP gives. Has anybody an explanation for the mismatch?&lt;/P&gt;
  &lt;P&gt;Here is what I did to create the Data Matrix Code:&lt;/P&gt;
  &lt;P&gt;I created a SAPscript Font with SE73 for the code with Symbology "Datamatrix ECC200". Look at the following Screenshot for the chosen settings. (The settings are pretty much the default settings. However, I tried multiple different settings and encodation modes, as described in note &lt;A href="https://launchpad.support.sap.com/#/notes/2001392/E"&gt;2001392&lt;/A&gt;, and it never led to the expected result.)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1866617-font-settings.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Then I tested the Bar Code Font with the testing tool provided in SE73 (F6) using the following data:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;aBCD^11^DUEN4XK3WP8T^20201124&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I got this Data Matrix Code as a result:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1866622-datamatrix-sap.png" /&gt;&lt;/P&gt;
  &lt;P&gt;However the template looks like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1866623-datamatrix-template.png" /&gt;&lt;/P&gt;
  &lt;P&gt;When reading both Data Matrix Codes with the Bar Code Scanning App on my Smartphone, they both reveal the same data. When creating the Data Matrix Code with the App, it also looks like the template.&lt;/P&gt;
  &lt;P&gt;Why does the Data Matrix Code created by SAP look different? Is there something wrong with the Bar Code configuration? Will the SAP Data Matrix Code still be readable by any Scanner?&lt;/P&gt;
  &lt;P&gt;Thanks a lot!&lt;/P&gt;
  &lt;P&gt;Agnes&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 13:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296096#M1989849</guid>
      <dc:creator>kralika</dc:creator>
      <dc:date>2020-11-24T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Matrix Code: unexpected result (configuration issue?)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296097#M1989850</link>
      <description>&lt;P&gt;Does your client require a specific ECC 000-220 format? If yes, which one? Ask them, don't ask us, we humans are not able to decode barcodes!&lt;/P&gt;&lt;P&gt;More information: &lt;A href="https://en.wikipedia.org/wiki/Data_Matrix" target="test_blank"&gt;https://en.wikipedia.org/wiki/Data_Matrix&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 17:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296097#M1989850</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-11-24T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Matrix Code: unexpected result (configuration issue?)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296098#M1989851</link>
      <description>&lt;P&gt;I finally figured it out.&lt;/P&gt;&lt;P&gt;In Automatic Mode SAP chooses the encodations differently to what I need.&lt;/P&gt;&lt;P&gt;SAP switches to C40 encoding as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;a\C40\BCD^11^DUEN4XK3WP8T\ASCII\^20201124&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Whereas the Data Matrix Code I need uses EDIFACT encoding for the middle part of the data sequence:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;aBCD^11\EDIFACT\^DUEN4XK3WP8T^20\ASCII\201124&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It seems I have to switch between encodations manually to get the result I need.&lt;/P&gt;&lt;P&gt;To find the answer to my problem this tool was very helpful: &lt;A href="https://zxing.org/w/decode.jspx" target="test_blank"&gt;https://zxing.org/w/decode.jspx&lt;/A&gt;&lt;BR /&gt;It provides not only the decoded text of a Data Matrix Code, but also the raw bytes of the Code. This way you can figure out which codewords for switching the encodations are used.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 10:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-matrix-code-unexpected-result-configuration-issue/m-p/12296098#M1989851</guid>
      <dc:creator>kralika</dc:creator>
      <dc:date>2020-11-25T10:09:29Z</dc:date>
    </item>
  </channel>
</rss>

