<?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: Call Function in Background Task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598614#M268778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an option in SE36 to scheduling a task with triggering an EVENT.  You could go through the wiziard available there for the correct event for your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I could shed some light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 09:15:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T09:15:31Z</dc:date>
    <item>
      <title>Call Function in Background Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598611#M268775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a method in which I call a function in background task, I would like to perform a task after the function has ended succesfully. this is possible with the addition PERFORMING 'next_task' ON END OF TASK.&lt;/P&gt;&lt;P&gt;This is sadly not possible in a global class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get info back on the state of the function in the background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Fred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 09:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598611#M268775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T09:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call Function in Background Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598612#M268776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   try using export import statement in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call function ...&lt;/P&gt;&lt;P&gt;    flay = 'Y'. &lt;/P&gt;&lt;P&gt;    export flag to memory id 'TESt'&lt;/P&gt;&lt;P&gt;   endfunction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    import flag from memory id 'TEST'.&lt;/P&gt;&lt;P&gt;    if flag = 'Y'.&lt;/P&gt;&lt;P&gt;      perform next_task. &lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 10:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598612#M268776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Call Function in Background Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598613#M268777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement a similar thing at my end. I need to get the resultant list generated by my program after the function call has been completed in the background task..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 05:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598613#M268777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call Function in Background Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598614#M268778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an option in SE36 to scheduling a task with triggering an EVENT.  You could go through the wiziard available there for the correct event for your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I could shed some light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 09:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-in-background-task/m-p/1598614#M268778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T09:15:31Z</dc:date>
    </item>
  </channel>
</rss>

