<?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 details on screenfields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048085#M88474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFter reading the Barcode ,Based on Material Pack data&lt;/P&gt;&lt;P&gt;Pick the data... in the event &amp;lt;b&amp;gt;at selection-screen output&amp;lt;/b&amp;gt; event if it is a report.&lt;/P&gt;&lt;P&gt;is it module pool program?&lt;/P&gt;&lt;P&gt;I hope the material pack will have material number, &lt;/P&gt;&lt;P&gt;so based on material number you can populate the screen fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2005 05:28:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-08T05:28:14Z</dc:date>
    <item>
      <title>Barcode details on screenfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048084#M88473</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;We have requirement where in we have the following  screen Fields "Destination ", "Material", "Batch", "Project Number", "Quantity Put-away" and these need to be populated in respective fields when a Barcode of a Material pack is read using a Barcode reader. Please give your suggestions on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Nishanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 05:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048084#M88473</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2005-12-08T05:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode details on screenfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048085#M88474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFter reading the Barcode ,Based on Material Pack data&lt;/P&gt;&lt;P&gt;Pick the data... in the event &amp;lt;b&amp;gt;at selection-screen output&amp;lt;/b&amp;gt; event if it is a report.&lt;/P&gt;&lt;P&gt;is it module pool program?&lt;/P&gt;&lt;P&gt;I hope the material pack will have material number, &lt;/P&gt;&lt;P&gt;so based on material number you can populate the screen fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 05:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048085#M88474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T05:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode details on screenfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048086#M88475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Whenever a barcode is scanned,&lt;/P&gt;&lt;P&gt;   it just works like a KEYBOARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ie. on screen, wherever the cursor,&lt;/P&gt;&lt;P&gt;   The characters from the barcode&lt;/P&gt;&lt;P&gt;   will be KEYED on the screen (From the CURSOR POINT)&lt;/P&gt;&lt;P&gt;  (just as we key from the keyboard, but that will be automatic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If u are directly opening the relevant screen,&lt;/P&gt;&lt;P&gt;   and placing the cursor on the first field,&lt;/P&gt;&lt;P&gt;   and now if u scan the barcode,&lt;/P&gt;&lt;P&gt;   the characters will all be keyed to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. if the barcode has a TAB field as a field separator,&lt;/P&gt;&lt;P&gt;   then probably as per the sequence of the fields,&lt;/P&gt;&lt;P&gt;   the data will come properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. For this may be some setting in the barcode&lt;/P&gt;&lt;P&gt;   is required, to treat field separator&lt;/P&gt;&lt;P&gt;   as TAB, or ENTER.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If the screen is a Z Report developed by you,&lt;/P&gt;&lt;P&gt;   then we can use some other technique also.&lt;/P&gt;&lt;P&gt;   But for this please reply if this is so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 05:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048086#M88475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Barcode details on screenfields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048087#M88476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out his link this will really help u,The first first one is very good indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/ca/d45a12900d11d29e8b0000e8323350/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/ca/d45a12900d11d29e8b0000e8323350/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/8a/0f4a063aa011d3b452006094b9301e/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/8a/0f4a063aa011d3b452006094b9301e/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaarajn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 05:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-details-on-screenfields/m-p/1048087#M88476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T05:36:27Z</dc:date>
    </item>
  </channel>
</rss>

