<?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 SMARTFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797515#M653096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 10:43:48 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-08-30T10:43:48Z</dc:date>
    <item>
      <title>BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797514#M653095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ,&lt;/P&gt;&lt;P&gt;i wanna print barcode vertically but at the moment iam getting horizontally..i did everything like rotation thing in se73..but the result is same horizontal..&lt;/P&gt;&lt;P&gt;plz advise..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 10:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797514#M653095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T10:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797515#M653096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 10:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797515#M653096</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-08-30T10:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797516#M653097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kiran thanks for your reply..page format at the moment is in potrait ...shud i change it to landscape..&lt;/P&gt;&lt;P&gt;advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 10:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797516#M653097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797517#M653098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a barcode scanner, &lt;/P&gt;&lt;P&gt;then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field.&lt;/P&gt;&lt;P&gt;You can read it  directly to the field you want&lt;/P&gt;&lt;P&gt;. (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:&lt;/P&gt;&lt;P&gt; 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 10:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797517#M653098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T10:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797518#M653099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz yadav i dont know wot u mean ..i wanna simple answer how can i get barcode in vertical position...&lt;/P&gt;&lt;P&gt;plz advise..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797518#M653099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: BARCODE IN SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797519#M653100</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;Can you please try for including another character format in smart styles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-in-smartforms/m-p/2797519#M653100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T11:34:25Z</dc:date>
    </item>
  </channel>
</rss>

