<?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 Module Pool Program Event - input event without pressing button or value help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782278#M1952807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have a requirement to trigger an event as soon as input is entered into the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input field will capture value (product Number) from BAR CODE and as soon as the value is captured without any user intervention , an event should be triggered so that i can executed a logic in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am aware of the usual events in module pool program:&lt;/P&gt;&lt;P&gt;PAI (process after input , usually requires user pressing button after input).&lt;/P&gt;&lt;P&gt;value help ( requires user to choose value help f4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any event which i can use in this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Tashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jul 2016 20:03:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-07-17T20:03:28Z</dc:date>
    <item>
      <title>Module Pool Program Event - input event without pressing button or value help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782278#M1952807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have a requirement to trigger an event as soon as input is entered into the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input field will capture value (product Number) from BAR CODE and as soon as the value is captured without any user intervention , an event should be triggered so that i can executed a logic in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am aware of the usual events in module pool program:&lt;/P&gt;&lt;P&gt;PAI (process after input , usually requires user pressing button after input).&lt;/P&gt;&lt;P&gt;value help ( requires user to choose value help f4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any event which i can use in this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Tashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 20:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782278#M1952807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-17T20:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Program Event - input event without pressing button or value help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782279#M1952808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Until u hit enter or any other button , how would system know that you have finished providing input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You would be using a hand held device(3rd Party) to read the Bar Code and then pass details to SAP through interface. So I believe in the interface you can implement your logic to skip the PBO and directly goto PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 04:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782279#M1952808</guid>
      <dc:creator>deepak_sharma_sap</dc:creator>
      <dc:date>2016-07-18T04:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Program Event - input event without pressing button or value help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782280#M1952809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change&amp;nbsp;&amp;nbsp;&amp;nbsp; input field&amp;nbsp; into&amp;nbsp; list&amp;nbsp; box. Fill&amp;nbsp;&amp;nbsp; the&amp;nbsp; fctcode&amp;nbsp; 'CHECK'. In PAI&amp;nbsp; Write&amp;nbsp;&amp;nbsp; your logic.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope&amp;nbsp; it helpful,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Venkat. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 06:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-event-input-event-without-pressing-button-or-value-help/m-p/11782280#M1952809</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2016-07-18T06:31:24Z</dc:date>
    </item>
  </channel>
</rss>

