<?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: Reg: Barcode generation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766227#M1676865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;page format :barcode type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;CONCATENATE&amp;nbsp; field1&amp;nbsp; field2 field3&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO barcode1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;for example : CONCATENATE&amp;nbsp; w_itab-vbeln'-'w_itab-matnr'-'qty1&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO barcode1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in smartforms you can define varialbe like &lt;/P&gt;&lt;P&gt; TYPES : QTY1(30) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that in text u write like &amp;lt;C1&amp;gt;,,&amp;amp;barcode1(CZ)&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2012 06:22:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-28T06:22:35Z</dc:date>
    <item>
      <title>Reg: Barcode generation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766224#M1676862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to generate a barcode with length 21. the 1st 2 characters are from archiv id field in toaom table next 4 characters are based on i/p company code, next 10 characters are i/p docu no next 4 characters are from i/p fiscal year and final character is a check digit. to generate the check digit i am using a custom function module whose import parameter is the 1st 20 characters of barcode. now in the function module im calculating the check digit by multiplying each character of the barcode with a constant. now the poblem is as the 1st two characters are character i cant able to multiply and getting dump hence check digit cant be created. please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766224#M1676862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T11:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Barcode generation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766225#M1676863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohanarangan,&lt;/P&gt;&lt;P&gt;you can move the 1st two characters to numerica variable&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, convert&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this variable&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and return to your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;character.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jr Vieira&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766225#M1676863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T11:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Barcode generation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766226#M1676864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Hi Mohanarangan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; the all the fields in to single field and you choose the any stand&amp;nbsp; bar code its will display barcode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Actually i was used like this way in&amp;nbsp; smart form and script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this link i hope its use full &lt;A _jive_internal="true" href="https://answers.sap.com/thread/1343165"&gt;http://scn.sap.com/thread/1343165&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;mahesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766226#M1676864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Barcode generation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766227#M1676865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;page format :barcode type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;CONCATENATE&amp;nbsp; field1&amp;nbsp; field2 field3&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO barcode1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;for example : CONCATENATE&amp;nbsp; w_itab-vbeln'-'w_itab-matnr'-'qty1&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO barcode1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in smartforms you can define varialbe like &lt;/P&gt;&lt;P&gt; TYPES : QTY1(30) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that in text u write like &amp;lt;C1&amp;gt;,,&amp;amp;barcode1(CZ)&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2012 06:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-barcode-generation/m-p/8766227#M1676865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-28T06:22:35Z</dc:date>
    </item>
  </channel>
</rss>

