<?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: SAP Console Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581044#M262173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 13:51:36 GMT</pubDate>
    <dc:creator>aidan_mulcahy</dc:creator>
    <dc:date>2006-09-29T13:51:36Z</dc:date>
    <item>
      <title>SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581039#M262168</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;I have posted this in RFID and ABAP Programming areas, so apologies to anyone who comes across it twice. Simple question, I hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user scans an 'RFID Product' a custom screen for, say, creating a goods receipt is opened. How does this happen? Where is the setting that tells the device to open a certain transaction and pre-populate fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581039#M262168</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2006-09-29T13:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581040#M262169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kroc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It will work just like a barcode scanner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. barcode scanner works just like&lt;/P&gt;&lt;P&gt;   a keyboard/typewriter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If we open a notepad, &lt;/P&gt;&lt;P&gt;   and scan a barcode,&lt;/P&gt;&lt;P&gt;   then the barcode will TRANSMIT CHARACTER DATA &lt;/P&gt;&lt;P&gt;  (just like keyboard),&lt;/P&gt;&lt;P&gt;  to the computer thru attached wire/usb etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and the Characters will&lt;/P&gt;&lt;P&gt;  get KEYED IN (automatically)&lt;/P&gt;&lt;P&gt;  in the notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So if we place the cursor in notepad,&lt;/P&gt;&lt;P&gt;   or any other screen, or sap r/3 transaction field,&lt;/P&gt;&lt;P&gt;   then the characters will get KEYED IN&lt;/P&gt;&lt;P&gt;   on the CURSOR PLACE,  &lt;/P&gt;&lt;P&gt;   (just as if someone has TYPED in the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In the sequnce of characteres,&lt;/P&gt;&lt;P&gt;   there is also sometimes a TAB character,&lt;/P&gt;&lt;P&gt;  which is synonmmous to TAB,&lt;/P&gt;&lt;P&gt;  and the cursor goes to the next field.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581040#M262169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581041#M262170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it is my understanding that the application must be running already with an input field on the screen which the scanner device will fill with data when scanned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581041#M262170</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-29T13:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581042#M262171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit/Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the amazingly quick reply. That's exactly what I wanted to hear. So, it seems like the solution is the screen will default to the doc number field and if we want a few fields pre-populated we just have TABS in the Tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581042#M262171</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2006-09-29T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581043#M262172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can handle this a few ways, you can build intelligence into the barcode itself, or let the system work for you.  For example,  if your barcode has the document number and you need other things that are associated with that document number to show on the screen,  simply allow the user to scan the document number into an input field on the screen, user will hit enter(or auto-enter can be configured) and the PAI will fire,  here you can retrieve the relevant data from the database and present back to the user on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581043#M262172</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-29T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581044#M262173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581044#M262173</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2006-09-29T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581045#M262174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome  &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581045#M262174</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-29T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Console Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581046#M262175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 points for the wink &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-console-code/m-p/1581046#M262175</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2006-09-29T14:25:14Z</dc:date>
    </item>
  </channel>
</rss>

