<?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: Reading Barcode! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322231#M509961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to convert tiff file. or upload once again to sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to upload directly into sap. bcoz end user may scan 100 to 200 barcodes at a particular time. so he cant able to upload everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understand my requirement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 05:26:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T05:26:33Z</dc:date>
    <item>
      <title>Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322225#M509955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have created a barcode in smartforms. now i want to read the barcode to my system. how do i upload the scanned information into sap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 02:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322225#M509955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T02:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322226#M509956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to read barcode ,use charcter format to this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : You are passing material number to Smartform ,you maintain barcode in charcter format in smartstyle transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use matnr in text element &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;MATNR&amp;amp; here you need to assign Barcode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 03:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322226#M509956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T03:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322227#M509957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a barcode scanner, then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field. You can read it  directly to the field you want. (unless... you have  complex data coded in the barcode - for example if you're using an ean-ucc 128 compliant code and you're sending several fields in a single code ... In this case, an interface is almost mandatory because you must interpret the data fields according to the ucc standard, split the code into several fields .... and .... pure programming logic   ).  &lt;/P&gt;&lt;P&gt;To put it clear: if you have to read, for example, a barcode that holds the legal number of an invoice using a barcode scanner and this number should be sent to migo-&amp;gt; bktxt then you don't need an interface. The scanner itself acts like a fast operator entering the characters using a keyboard and filling in the field.  &lt;/P&gt;&lt;P&gt;We're reading barcodes in several places (when we finish each pallet, when we receive an invoice, and so on. Each case is a different screen. We arent using an ascii file to read these barcodes. Furthermore, we read the invoice legal number into migo bktxt field (Head Text).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 03:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322227#M509957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322228#M509958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi seshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant get ur ans....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my actuall req is to upload scanned information ( in the barcode ) to sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 03:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322228#M509958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T03:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322229#M509959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mrutyun^,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your nice explanation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During scanning we have to open that screen... right? ... what will happen if it doesnt open.how scanner identify the fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But , now i am scanning barcode with multiple fields.do u have any idea...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 03:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322229#M509959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T03:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322230#M509960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you want to upload the scanned information into sap which you designed in Barcode software - Save the scanned doc in TIFF format and upload it in to SAP by using RSTXLDMC (Uploading TIFF Files to SAPscript Texts). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display or print the barcode data in forms we need to convert it to std.text and then as Seshu said you can the Field symbols like &amp;amp;MATNR&amp;amp; in the standard text once it has been converted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value for this field symbols will get from print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this helps you and reward points if so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 04:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322230#M509960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T04:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Barcode!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322231#M509961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to convert tiff file. or upload once again to sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to upload directly into sap. bcoz end user may scan 100 to 200 barcodes at a particular time. so he cant able to upload everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understand my requirement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-barcode/m-p/2322231#M509961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:26:33Z</dc:date>
    </item>
  </channel>
</rss>

