<?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: RFC Function module is not working in program while Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959544#M1337430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its strange, the issue is not working at P but working at Q.&lt;/P&gt;&lt;P&gt;Also, as far as RFC configuration is concerned, we have checked at both the systems and they are in sync.&lt;/P&gt;&lt;P&gt;Let me include the commit and will update you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Nov 2009 13:13:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-13T13:13:11Z</dc:date>
    <item>
      <title>RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959536#M1337422</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;we have a one program in BI  system which is calling RFC function module. it is executing the program in foreground very well. Same program we have executed in background , it is not working at all. Thiis RFC function module exists in R/3 4.6c system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959536#M1337422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T10:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959537#M1337423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactional call of a remote-capable function module specified in func using the RFC interface. You can use the addition DESTINATION to specify an individual destination in dest. If the destination has not been specified, the destination NONE is used implicitly. Character-type data objects are expected for func and dest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the transactional call is made, the name of the called function, together with the destination and the actual parameters given in parameter list, are registered for the current SAP LUW in the database tables ARFCSSTATE and ARFCSDATA of the current SAP system under a unique transaction ID (abbreviated as TID, stored in a structure of type ARFCTID from the ABAP Dictionary, view using transaction SM58). Following this registration, the program making the call is continued by way of the statement CALL FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing the COMMIT WORK statement, the function modules registered for the current SAP LUW are started in the sequence in which they were registered. The statement ROLLBACK WORKdeletes all previous registrations of the current SAP LUW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the specified destination is not available for COMMIT WORK, an executable called RSARFCSE is started in the background. This attempts to start the functional modules registered for an SAP LUW in their destination, every 15 minutes up to a total of 30 times. You can make changes to these parameters using transaction SM59. If the destination does not become available within the given time, this is noted in the database table ARFCSDATA as a CPICERR entry. By default, this entry in database table ARFCSSTATE is deleted after 8 days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;SAP Shori&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959537#M1337423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T10:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959538#M1337424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;executed in background , it is not working at all.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not an error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 11:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959538#M1337424</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-06T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959539#M1337425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the syntax 1) call function zfunct destination r-3 . it is working fine when i used in foreground.same program executed in background, not working . 2) i used another syntax.call function zfunct in background task destination r-3. same results. Is there any procedure exists to call the program in background when we use RFC function module in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 11:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959539#M1337425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T11:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959540#M1337426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;Were you able to resolve this issue? Could you please help as me too facing the same issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959540#M1337426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959541#M1337427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you got the  COMMIT WORK after the RFC call in the program.  When running in background you will need this explict commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959541#M1337427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959542#M1337428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul.&lt;/P&gt;&lt;P&gt;No, I havent mentioned COMMIT WORK explictly. Coz at our Q systems the same code is working like charm.&lt;/P&gt;&lt;P&gt;Do you suggest me to go ahead and try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 12:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959542#M1337428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T12:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959543#M1337429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know for me, it would not work in background without the commit, but would work in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is working in background in your Q systems then there must be another issue, but I am suprised it will work without the commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 13:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959543#M1337429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959544#M1337430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its strange, the issue is not working at P but working at Q.&lt;/P&gt;&lt;P&gt;Also, as far as RFC configuration is concerned, we have checked at both the systems and they are in sync.&lt;/P&gt;&lt;P&gt;Let me include the commit and will update you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 13:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959544#M1337430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959545#M1337431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same.&lt;/P&gt;&lt;P&gt;No luck with COMMIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 14:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959545#M1337431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-13T14:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module is not working in program while Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959546#M1337432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want a solution then feelf free to continue not giving essential details all together.&lt;/P&gt;&lt;P&gt;Your Z function is no released BAPI function. So please give the name and parameters of the BAPI call that does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or avoid the forum and help yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 15:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-is-not-working-in-program-while-background/m-p/5959546#M1337432</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-11-13T15:13:53Z</dc:date>
    </item>
  </channel>
</rss>

