<?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: barcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194631#M761224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rakesh&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 15:48:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T15:48:55Z</dc:date>
    <item>
      <title>barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194629#M761222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all &lt;/P&gt;&lt;P&gt;could any one please explain how do we print barcodes in scripts ,please be elaborate&lt;/P&gt;&lt;P&gt;to print barcodes in sapscripts you have to do following steps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194629#M761222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194630#M761223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm" target="test_blank"&gt;http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194630#M761223</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-21T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: barcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194631#M761224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rakesh&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode/m-p/3194631#M761224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:48:55Z</dc:date>
    </item>
  </channel>
</rss>

