<?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: Background program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882534#M370510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION (FM name ) IN BACKGROUND TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will process the FM as a separate task in the background and the control will come back to the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT is for Reports only. You can SUBMIT a program inside the FM but you cannot SUBMIt the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is why you get the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TRAIN415_RFC_CALLTRANSACTION' &lt;/P&gt;&lt;P&gt;     IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;     DESTINATION DEST &lt;/P&gt;&lt;P&gt;     EXPORTING &lt;/P&gt;&lt;P&gt;          TAMODE    = MODE &lt;/P&gt;&lt;P&gt;     TABLES &lt;/P&gt;&lt;P&gt;          CUSTTAB   = CUSTITAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the additions that are possbible and is got from SAP Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... AS SEPARATE UNIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... DESTINATION dest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... EXPORTING  p1 = f1    ... pn = fn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... TABLES     p1 = itab1 ... pn = itabn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 14:56:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T14:56:11Z</dc:date>
    <item>
      <title>Background program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882531#M370507</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 need to execute a Function module in background, can anyone suggest some ways with syntax for the same. One way is 'SUBMIT', need to find some other way as this way its giving me dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gautam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882531#M370507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Background program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882532#M370508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL 'function module'&lt;/P&gt;&lt;P&gt;  IN BACKGROUND TASK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882532#M370508</guid>
      <dc:creator>roland_spindler</dc:creator>
      <dc:date>2007-01-23T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Background program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882533#M370509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, SUBMIT is for reports only, not for function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882533#M370509</guid>
      <dc:creator>roland_spindler</dc:creator>
      <dc:date>2007-01-23T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Background program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882534#M370510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION (FM name ) IN BACKGROUND TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will process the FM as a separate task in the background and the control will come back to the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT is for Reports only. You can SUBMIT a program inside the FM but you cannot SUBMIt the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is why you get the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TRAIN415_RFC_CALLTRANSACTION' &lt;/P&gt;&lt;P&gt;     IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;     DESTINATION DEST &lt;/P&gt;&lt;P&gt;     EXPORTING &lt;/P&gt;&lt;P&gt;          TAMODE    = MODE &lt;/P&gt;&lt;P&gt;     TABLES &lt;/P&gt;&lt;P&gt;          CUSTTAB   = CUSTITAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the additions that are possbible and is got from SAP Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... AS SEPARATE UNIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... DESTINATION dest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... EXPORTING  p1 = f1    ... pn = fn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... TABLES     p1 = itab1 ... pn = itabn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-program/m-p/1882534#M370510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:56:11Z</dc:date>
    </item>
  </channel>
</rss>

