<?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 Scheduling Function Module in BG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729504#M1299729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In one of my conditions I have to schedule a FM in Background, how can I do that, by adding 'IN BACKGROUND MODE AS SEPARATE UNIT' can we achieve this, if yes when will be it scheduled for a run ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 04:27:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T04:27:18Z</dc:date>
    <item>
      <title>Scheduling Function Module in BG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729504#M1299729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In one of my conditions I have to schedule a FM in Background, how can I do that, by adding 'IN BACKGROUND MODE AS SEPARATE UNIT' can we achieve this, if yes when will be it scheduled for a run ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 04:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729504#M1299729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T04:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Function Module in BG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729505#M1299730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the required FM in a program and then schedule the program for background run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot directly execute an FM in background...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION func STARTING NEW TASK taskname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Variant 5     CALL FUNCTION func IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Additions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               1. ... AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;               2. ... DESTINATION dest&lt;/P&gt;&lt;P&gt;               3. ... EXPORTING  p1 = f1    ... pn = fn&lt;/P&gt;&lt;P&gt;               4. ... TABLES     p1 = itab1 ... pn = itabn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Effect        Flags the function module func to be run asynchronously. It is&lt;/P&gt;&lt;P&gt;               not executed at once, but the data passed with EXPORTING or&lt;/P&gt;&lt;P&gt;               TABLES is placed in a database table and the next COMMIT WORK&lt;/P&gt;&lt;P&gt;               executes it in another work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note          This variant applies only as of Release 3.0, so both the&lt;/P&gt;&lt;P&gt;               client system and the server system must be Release 3.0 or&lt;/P&gt;&lt;P&gt;               higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note          qRFC with Outbound Queue&lt;/P&gt;&lt;P&gt;               This is an extension of tRFC. The tRFC is serialized using&lt;/P&gt;&lt;P&gt;               queues, ensuring that the sequence of LUWs required by teh&lt;/P&gt;&lt;P&gt;               application is observed when the calls are sent.&lt;/P&gt;&lt;P&gt;               For further information about qRFC, refer to the Serialized&lt;/P&gt;&lt;P&gt;               RFC: qRFC With Outbound Queue section of the SAP Library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Addition 1    ... AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Effect        Executes the function module in a separate LUW under a new&lt;/P&gt;&lt;P&gt;               transaction ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tripat Pal Singh on Jun 15, 2009 10:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 04:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729505#M1299730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T04:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Function Module in BG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729506#M1299731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for the reply I am not sure if I could understand your post perfectly can you give a small example for this?  coming to my import export parameters:I will get a document numbr which I wil pass to the FM and scedule a BG and my import parameters from the FM are none.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 09:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729506#M1299731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Function Module in BG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729507#M1299732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What FM do u intend to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729507#M1299732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling Function Module in BG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729508#M1299733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a zfunction module developed by me.My doubt is in order to set a FM in BG what all the things I need to perform.ie if a set a FM in BG by givving &lt;/P&gt;&lt;P&gt;         CALL fUNCTION ZXXXXXXX IN BACKGROUND MODE AS A SEPARATE UNIT will this be enough or do I have to do any thing more. Any inputs  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Varun on Jun 16, 2009 10:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 11:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scheduling-function-module-in-bg/m-p/5729508#M1299733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T11:07:45Z</dc:date>
    </item>
  </channel>
</rss>

