<?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: Update Work Queue after raising external event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859184#M1886494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The work queue runs on a client in the middle of a plant and will never controlled by hand. It just displays the current work queue at any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then a employee scans something, the scanner calls SAP RFC and the work queue should be updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 07:27:26 GMT</pubDate>
    <dc:creator>daniel_titze3</dc:creator>
    <dc:date>2015-01-16T07:27:26Z</dc:date>
    <item>
      <title>Update Work Queue after raising external event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859182#M1886492</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;following requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Work queue as an ALV Grid runs constantly &lt;/P&gt;&lt;P&gt;-External System calls remote function module and passes on some parameters&lt;/P&gt;&lt;P&gt;-(function module raises an event ?)&lt;/P&gt;&lt;P&gt;-Work queue recognize this call and updates itself (event handler?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have a little expierence with event handling but raising and handling was allways in the same report. Here the requirement is to handle an external event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible? And how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be really appreciated !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859182#M1886492</guid>
      <dc:creator>daniel_titze3</dc:creator>
      <dc:date>2015-01-15T14:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update Work Queue after raising external event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859183#M1886493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why need a work queue as ALV &lt;SPAN style="color: #333333; font-size: 12px;"&gt;runs constantly&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, What you need processed entries stored in DB, then create a RFC to supply external call.&lt;/P&gt;&lt;P&gt;This RFC process those entries on time for each call or something else.&lt;/P&gt;&lt;P&gt;Then a ALV to extract entries and display it. Does this make sence ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 07:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859183#M1886493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update Work Queue after raising external event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859184#M1886494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The work queue runs on a client in the middle of a plant and will never controlled by hand. It just displays the current work queue at any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then a employee scans something, the scanner calls SAP RFC and the work queue should be updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 07:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859184#M1886494</guid>
      <dc:creator>daniel_titze3</dc:creator>
      <dc:date>2015-01-16T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update Work Queue after raising external event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859185#M1886495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, RFC update queue entry info to DB, then that work queue constantly read from DB, any problem?&lt;/P&gt;&lt;P&gt;Constantly read from DB, you can refer this key words, &lt;STRONG style=": ; color: #ff0000; font-size: 10pt; font-family: Simsun;"&gt;ABAP Timers and Auto-refresh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please search it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 10:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-work-queue-after-raising-external-event/m-p/10859185#M1886495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T10:20:47Z</dc:date>
    </item>
  </channel>
</rss>

