<?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 running in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502537#M1421997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was required for us to make the RFCUSER as the dialog, as its recommended by SAP and it ask for login and pwd. We did this becoz it was required to see the document from CRM to be visible in ECC and vice versa. So it difficult to change it to Communication type. Any futher idea if you have will be a gr8 guidance to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the CRM ST22, it says the TIME-OUT dump. As recomended by SAP it should be just 10 mins and cant be more, so after 10 mins it has given dump to us. I have found some statements like &lt;STRONG&gt;IN BACKGROUND&lt;/STRONG&gt; in the function module, but that does not seem to work for me.&lt;/P&gt;&lt;P&gt;Any other suggestion wil be really helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jan 2010 06:40:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-02T06:40:29Z</dc:date>
    <item>
      <title>Function module Not running in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502534#M1421994</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;I have a small thing to ask.&lt;/P&gt;&lt;P&gt;I have an RFC enablede function module which i have created in CRM and I am calling that function module in My report in ECC.&lt;/P&gt;&lt;P&gt;I am running this report in Background but this function module is still running in CRM in Foreground mode.&lt;/P&gt;&lt;P&gt;the sample code of it is here&lt;/P&gt;&lt;P&gt;Here the destination we have provided as CRM222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'ZDATA_FOR_EXTWARTY'&lt;/P&gt;&lt;P&gt;   in background task&lt;/P&gt;&lt;P&gt;   destination destination&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    P_COND         = s_wrttyp-LOW&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    IT_EQUNR       = it_equnr&lt;/P&gt;&lt;P&gt;    S_OPTION       = s_wrttyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it be possible for you experts to let me correct this error i am going through../?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Dec 2009 09:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502534#M1421994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-27T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module Not running in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502535#M1421995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess that your RFC user in the CRM system does not have the correct user type. In transaction SU01 it is probably set to Dialog User instead of communication user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Dec 2009 20:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502535#M1421995</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-12-27T20:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function module Not running in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502536#M1421996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One other possibility is that the user you are using to connect to the CRM system does not have the proper authorization to execute functions in that function group. Check ST22 in your CRM system for short dumps indicating that the user does not have the necessary authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Z- function groups you have to specifically allow a user to execute any function module (RFC) in that group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2010 18:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502536#M1421996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-01T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function module Not running in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502537#M1421997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was required for us to make the RFCUSER as the dialog, as its recommended by SAP and it ask for login and pwd. We did this becoz it was required to see the document from CRM to be visible in ECC and vice versa. So it difficult to change it to Communication type. Any futher idea if you have will be a gr8 guidance to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the CRM ST22, it says the TIME-OUT dump. As recomended by SAP it should be just 10 mins and cant be more, so after 10 mins it has given dump to us. I have found some statements like &lt;STRONG&gt;IN BACKGROUND&lt;/STRONG&gt; in the function module, but that does not seem to work for me.&lt;/P&gt;&lt;P&gt;Any other suggestion wil be really helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2010 06:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502537#M1421997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-02T06:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function module Not running in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502538#M1421998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 16:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-running-in-background/m-p/6502538#M1421998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T16:46:55Z</dc:date>
    </item>
  </channel>
</rss>

