<?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 printing issue in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-printing-issue-in-sapscript/m-p/3170245#M754387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;there is an issue to capture bar code with special symbol in sapscript.&lt;/P&gt;&lt;P&gt;please advise what can be done here to solve the problem. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zebra code in sapscript:&lt;/P&gt;&lt;P&gt;^BY2,3.0^FO36,66^B3N,N,56,N,N^FR^FD&amp;gt;:15[]=/\+|-79{}-02&amp;lt;30&lt;SUB&gt;#$%^@&lt;/SUB&gt;?^FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value capture through scanner:&lt;/P&gt;&lt;P&gt;15/+-79-0230&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zebra code in sapscript:&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;BY2,3.0&lt;/SUP&gt;FO36,222&lt;SUP&gt;B3N,N,56,N,N&lt;/SUP&gt;FR&lt;SUP&gt;FD&amp;gt;:K7R161884B-FC16(DC&amp;gt;501)&lt;/SUP&gt;FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value capture through scanner:&lt;/P&gt;&lt;P&gt;K7R161884B-FC16DC501&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 02:45:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T02:45:25Z</dc:date>
    <item>
      <title>bar code printing issue in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-printing-issue-in-sapscript/m-p/3170245#M754387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;there is an issue to capture bar code with special symbol in sapscript.&lt;/P&gt;&lt;P&gt;please advise what can be done here to solve the problem. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zebra code in sapscript:&lt;/P&gt;&lt;P&gt;^BY2,3.0^FO36,66^B3N,N,56,N,N^FR^FD&amp;gt;:15[]=/\+|-79{}-02&amp;lt;30&lt;SUB&gt;#$%^@&lt;/SUB&gt;?^FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value capture through scanner:&lt;/P&gt;&lt;P&gt;15/+-79-0230&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zebra code in sapscript:&lt;/P&gt;&lt;P&gt;&lt;SUP&gt;BY2,3.0&lt;/SUP&gt;FO36,222&lt;SUP&gt;B3N,N,56,N,N&lt;/SUP&gt;FR&lt;SUP&gt;FD&amp;gt;:K7R161884B-FC16(DC&amp;gt;501)&lt;/SUP&gt;FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value capture through scanner:&lt;/P&gt;&lt;P&gt;K7R161884B-FC16DC501&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 02:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-printing-issue-in-sapscript/m-p/3170245#M754387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T02:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: bar code printing issue in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-printing-issue-in-sapscript/m-p/3170246#M754388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;to print barcodes in sapscripts you have to do following steps.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.choose Character format options &lt;/P&gt;&lt;P&gt;2. Then choose change mode. &lt;/P&gt;&lt;P&gt;3. provide a name say C1 in character format option and then press enter. &lt;/P&gt;&lt;P&gt;4.provide description for that character format say C1. &lt;/P&gt;&lt;P&gt;5.you can find barcode option.place the cursor in that one and press F4 then it will display the list of barcodes available. &lt;/P&gt;&lt;P&gt;6.choose one of them say BC_MSIC. &lt;/P&gt;&lt;P&gt;Now you have created a character format say C1 with the Barcode properties. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exmaple: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to print the price in barcode format which is in ITAB-Netwr, you have to give the syntax in the script editor like .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;C1&amp;gt;&amp;amp;ITAB-NETWR&amp;amp;&amp;lt;/&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it will prints barcode in your output....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 07:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bar-code-printing-issue-in-sapscript/m-p/3170246#M754388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T07:05:22Z</dc:date>
    </item>
  </channel>
</rss>

