<?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: function module not working when used with 'In Background Task' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697499#M890256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi as u said my function module is declared as remote enabled only i mean it is an RFC function module only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 06:57:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T06:57:14Z</dc:date>
    <item>
      <title>function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697496#M890253</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;this is my code&lt;/P&gt;&lt;P&gt;call function 'Z_IBD_FILL_ZINETACT'&lt;/P&gt;&lt;P&gt;              in background task&lt;/P&gt;&lt;P&gt;              destination  'SAPD220125'&lt;/P&gt;&lt;P&gt;              tables&lt;/P&gt;&lt;P&gt;                  it_net1 = it_net1&lt;/P&gt;&lt;P&gt;                  it_net2 = it_net2&lt;/P&gt;&lt;P&gt;                  it_net3 = it_net3  .&lt;/P&gt;&lt;P&gt;when this code is executed i am not getting any data in my internal tables i.e it_net1, it_net2, and it_net3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i changed this code see the below code&lt;/P&gt;&lt;P&gt;      call function 'Z_IBD_FILL_ZINETACT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             in background task &lt;STRONG&gt;(THIS IS COMMENTED)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              destination  'SAPD220125'&lt;/P&gt;&lt;P&gt;              tables&lt;/P&gt;&lt;P&gt;                  it_net1 = it_net1&lt;/P&gt;&lt;P&gt;                  it_net2 = it_net2&lt;/P&gt;&lt;P&gt;                  it_net3 = it_net3  .&lt;/P&gt;&lt;P&gt;now i am getting data into my internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me what can be the problem and how to solve it in my case&lt;/P&gt;&lt;P&gt;its very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697496#M890253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697497#M890254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt; 1.Actually the process of calling with destination is for RFC.&lt;/P&gt;&lt;P&gt; 2.Suppose if you declared the function module as Remote enable then it works.&lt;/P&gt;&lt;P&gt;  The syntax is:&lt;/P&gt;&lt;P&gt;CALL FUNCTION func IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;                   [DESTINATION dest] &lt;/P&gt;&lt;P&gt;                   parameter_list &lt;/P&gt;&lt;P&gt;                   [AS SEPARATE UNIT]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar(Reward if helpful).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697497#M890254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697498#M890255</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; Pls. go through the  docu..&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;&lt;/P&gt;&lt;P&gt;Variant 5 &lt;/P&gt;&lt;P&gt;CALL FUNCTION func IN BACKGROUND TASK. &lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Flags the function module func to be run asynchronously. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This variant applies only as of Release 3.0, so both the client system and the server system must be Release 3.0 or higher. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;qRFC with Outbound Queue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an extension of tRFC. The tRFC is serialized using queues, ensuring that the sequence of LUWs required by the application is observed when the calls are sent. &lt;/P&gt;&lt;P&gt;For further information about qRFC, refer to the Serialized RFC: qRFC With Outbound Queue section of the SAP Library. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... AS SEPARATE UNIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Executes the function module in a separate LUW under a new transaction ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... DESTINATION dest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Executes the function module externally as a Remote Function Call (RFC); dest can be a literal or a variable. &lt;/P&gt;&lt;P&gt;Depending on the specified destination, the function module is executed either in another R/3 System or as a C-implemented function module. Externally callable function modules must be flagged as such in the Function Builder (of the target system). &lt;/P&gt;&lt;P&gt;Since each destination defines its own program context, further calls to the same or different function modules with the same destination can access the local memory (global data) of these function modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Note that a database commit occurs at each Remote Function Call (RFC). Consequently, you may not use Remote Function Calls between pairs of statements that open and close a database cursor (such as SELECT ... ENDSELECT). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3 &lt;/P&gt;&lt;P&gt;... EXPORTING p1 = f1 ... pn = fn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;EXPORTING passes values of fields and field strings from the calling program to the function module. In the function module, formal parameters are defined as import parameters. Default values must be assigned to all import parameters of the function module in the interface definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 4 &lt;/P&gt;&lt;P&gt;... TABLES p1 = itab1 ... pn = itabn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;TABLES passes references to internal tables. All table parameters of the function module must contain values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If several function module calls with the same destination are specified before COMMIT WORK, these normally form an LUW in the target system. Calls with the addition 1 are an exception to this rule - they each have their own LUW. &lt;/P&gt;&lt;P&gt;You cannot specify type 2 destinations (R/3 - R/2 connections). &lt;/P&gt;&lt;P&gt;(See Technical details and Administration transaction.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;REPORT  RS41503F. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* This program performs a transactional RFC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: CUSTID FOR SCUSTOM-ID DEFAULT 1 TO 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: DEST LIKE RFCDES-RFCDEST DEFAULT 'NONE', &lt;/P&gt;&lt;P&gt;            MODE DEFAULT 'N', &lt;/P&gt;&lt;P&gt;            TIME LIKE SY-UZEIT DEFAULT SY-UZEIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: CUSTITAB TYPE TABLE OF CUST415, &lt;/P&gt;&lt;P&gt;      TAMESS   TYPE TABLE OF T100, &lt;/P&gt;&lt;P&gt;      WA_CUSTITAB TYPE CUST415. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ID NAME TELEPHONE INTO CORRESPONDING FIELDS OF TABLE CUSTITAB &lt;/P&gt;&lt;P&gt;               FROM SCUSTOM WHERE ID IN CUSTID ORDER BY ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM READ_CUSTITAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDITOR-CALL FOR CUSTITAB TITLE 'Editor for table CUSTITAB'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM READ_CUSTITAB. &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;CALL FUNCTION 'START_OF_BACKGROUNDTASK' &lt;/P&gt;&lt;P&gt;     EXPORTING &lt;/P&gt;&lt;P&gt;          STARTDATE = SY-DATUM &lt;/P&gt;&lt;P&gt;          STARTTIME = TIME &lt;/P&gt;&lt;P&gt;     EXCEPTIONS &lt;/P&gt;&lt;P&gt;          OTHERS    = 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 1. &lt;/P&gt;&lt;P&gt;  EXIT. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SM58'. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM READ_CUSTITAB                                   * &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM READ_CUSTITAB. &lt;/P&gt;&lt;P&gt;  WRITE: / 'System ID:', SY-SYSID. &lt;/P&gt;&lt;P&gt;  SKIP. &lt;/P&gt;&lt;P&gt;  LOOP AT CUSTITAB into WA_CUSTITAB &lt;/P&gt;&lt;P&gt;    WRITE: / WA_CUSTITAB-ID, WA_CUSTITAB-NAME, &lt;/P&gt;&lt;P&gt;             WA_CUSTITAB-TELEPHONE. &lt;/P&gt;&lt;P&gt;  ENDLOOP. &lt;/P&gt;&lt;P&gt;  ULINE. &lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697498#M890255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697499#M890256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi as u said my function module is declared as remote enabled only i mean it is an RFC function module only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697499#M890256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T06:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697500#M890257</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;&lt;/P&gt;&lt;P&gt;In background task, we cannot  get the data in internal table because this FM is supposed to run in Background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why when it is not run in background u were able to see the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because any FM called in background or update mode does the actual Database selects or DB updates at the next COMMIT WORK encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These type of FMs are registerd in the current SAP LUW with transaction ID. Aand at the instant the COMMIT WORK is encountered all the TID's are executed together &amp;amp; that time u will be able to see the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had also encountered the same problem what u have got.&lt;/P&gt;&lt;P&gt;If still not clear , lemme know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sabu Samuel on Apr 17, 2008 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 07:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697500#M890257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697501#M890258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your valuable answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not so clear with what your are saying with the below lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;These type of FMs are registerd in the current SAP LUW with transaction ID. Aand at the instant the COMMIT WORK is encountered all the TID's are executed together &amp;amp; that time u will be able to see the data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do u mean this&lt;/P&gt;&lt;P&gt;call function 'Z_IBD_FILL_ZINETACT'&lt;/P&gt;&lt;P&gt;in background task&lt;/P&gt;&lt;P&gt;destination 'SAPD220125'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;it_net1 = it_net1&lt;/P&gt;&lt;P&gt;it_net2 = it_net2&lt;/P&gt;&lt;P&gt;it_net3 = it_net3 .&lt;/P&gt;&lt;P&gt;commit work. (writing commit work extra, i did this change but no use)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not what extra  i need to write here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 08:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697501#M890258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697502#M890259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find an answer to your query? am facing the same problem as yours ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pallavika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697502#M890259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697503#M890260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am unable to find the problem so&lt;/P&gt;&lt;P&gt;i have taken out this option copletely&lt;/P&gt;&lt;P&gt;and introduced few import parameters to this function module to restrict the data size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697503#M890260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: function module not working when used with 'In Background Task'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697504#M890261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If we use the 'background task' addition, &lt;/P&gt;&lt;P&gt;    then we cannot get the results of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The reason is that such FM is &lt;/P&gt;&lt;P&gt;    processed in separate session. Hence,&lt;/P&gt;&lt;P&gt;    it is not like that it is processed and we get the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-working-when-used-with-in-background-task/m-p/3697504#M890261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:54:33Z</dc:date>
    </item>
  </channel>
</rss>

