<?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 Bar code labels in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-labels/m-p/6720262#M1455313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m printing bar code labels.The table have some filled data that is not printing correctly.&lt;/P&gt;&lt;P&gt;The " &amp;amp;" character is printing outtage.&lt;/P&gt;&lt;P&gt;The ampersand character "&amp;amp;", is printing out as &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I  supposed to do any change in the code for label printing to remove this unwanted characters from the label? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anku jain on Feb 24, 2010 6:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2010 05:26:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-24T05:26:48Z</dc:date>
    <item>
      <title>Bar code labels</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-labels/m-p/6720262#M1455313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m printing bar code labels.The table have some filled data that is not printing correctly.&lt;/P&gt;&lt;P&gt;The " &amp;amp;" character is printing outtage.&lt;/P&gt;&lt;P&gt;The ampersand character "&amp;amp;", is printing out as &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I  supposed to do any change in the code for label printing to remove this unwanted characters from the label? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anku jain on Feb 24, 2010 6:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 05:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-labels/m-p/6720262#M1455313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bar code labels</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-labels/m-p/6720263#M1455314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also encountered the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is due to read_text function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R/3 system uses READ_TEXT system-wide and the standard functionalities to mask the special ITF characters. READ_TEXT&lt;/P&gt;&lt;P&gt;is working as designed.We cannot change the syntax of this function module, as it would then cause problems with other&lt;/P&gt;&lt;P&gt;applications using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Sapscript must mask the &amp;amp; character, because usually a &amp;amp; starts a symbol. &lt;/P&gt;&lt;P&gt;Therefore it is saved as &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt; in the Sapscript ITF format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The special ITF characters are '&amp;amp;', '&amp;lt;' and '&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Read_text,use a function module like CONVERT_ITF_TO_STREAM_TEXT to convert the ITF format to pure text, if you only want to get the pure text and you don't want to handle the text via the Sapscript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 05:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-labels/m-p/6720263#M1455314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T05:46:20Z</dc:date>
    </item>
  </channel>
</rss>

