<?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: FM in background task with function module that was not remote enabled. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593812#M1939692</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; Yes, you will be updating with old data - of course! But that may not be a bad thing, if the abends stopped all subsequent updates as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to replicate these types of errors in Test (I assume the abends also happen there) and see what happens when you try to re-execute the ARFC updates after the fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's amazing that this FM issue wasn't noticed in the Test system. Or was a transport missed when it moved to Production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 01:07:18 GMT</pubDate>
    <dc:creator>paul_bakker2</dc:creator>
    <dc:date>2016-02-22T01:07:18Z</dc:date>
    <item>
      <title>FM in background task with function module that was not remote enabled.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593811#M1939691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code was moved to production that was calling a non remote enabled FM in background task.&amp;nbsp;&amp;nbsp;&amp;nbsp; By the time the error was caught over 15000 abends occurred.&amp;nbsp;&amp;nbsp;&amp;nbsp; These 15000 background calls are now in tables &lt;SPAN class="ScreenOutput1"&gt;&lt;STRONG&gt;ARFCSSTATE&lt;/STRONG&gt;&lt;/SPAN&gt; and &lt;SPAN class="ScreenOutput1"&gt;&lt;STRONG&gt;ARFCSDATA&lt;/STRONG&gt;&lt;/SPAN&gt; but cannot be processed successfully.&amp;nbsp;&amp;nbsp; We plan to set the offending function module to remote function and transport.&amp;nbsp;&amp;nbsp;&amp;nbsp; My question is,&amp;nbsp; since it is a few days since these calls went into error what affect does it have on the logical unit of work?&amp;nbsp; is it possible we will be updating with old data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&amp;nbsp; Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 00:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593811#M1939691</guid>
      <dc:creator>dave_szurszewski</dc:creator>
      <dc:date>2016-02-22T00:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: FM in background task with function module that was not remote enabled.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593812#M1939692</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; Yes, you will be updating with old data - of course! But that may not be a bad thing, if the abends stopped all subsequent updates as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to replicate these types of errors in Test (I assume the abends also happen there) and see what happens when you try to re-execute the ARFC updates after the fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's amazing that this FM issue wasn't noticed in the Test system. Or was a transport missed when it moved to Production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 01:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593812#M1939692</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2016-02-22T01:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: FM in background task with function module that was not remote enabled.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593813#M1939693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it was amazing.&amp;nbsp;&amp;nbsp; This occurred due to flawed test scenarios.&amp;nbsp;&amp;nbsp;&amp;nbsp; The call to the in background task FM was in material master enhancement spot.&amp;nbsp;&amp;nbsp;&amp;nbsp; transactions MM01 and MM02, also BAPI_MATERIAL_SAVEDATA runs through the same enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testers ran MM01 and MM02 these completed without error, the background call abended but is not apparent to the user.&amp;nbsp; They moved to production and a mass update program that calls BAPI_MATERIAL_SAVEDATA was used to update 15000 materials.&amp;nbsp;&amp;nbsp;&amp;nbsp; High number of abends catches everyones attention!&amp;nbsp;&amp;nbsp; The program and all calls to BAPI_MATERIAL_SAVEDATA completed without error.&amp;nbsp; Now we have 15,322 entries that the system is trying to process!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are setting up the scenario in the Test system and verifying results prior to moving the fix to Production.&amp;nbsp;&amp;nbsp; I will post our results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 12:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593813#M1939693</guid>
      <dc:creator>dave_szurszewski</dc:creator>
      <dc:date>2016-02-22T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM in background task with function module that was not remote enabled.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593814#M1939694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well checking SM58, ST22, WE06 and SM21 during integration tests is not a bad idea, no alert management in system, and nobody checked that final data was wrong in database, no&amp;nbsp; test scenario writing activity?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it depends on what you tried to do in the theorically RFC enabled FM, if that's just new records (e.g. add some plant to material) or filling customer table then no problem, else some data may no longer be changed or have already been changed with more recent value, e.g. once movement or purchase order is created on material reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593814#M1939694</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-02-22T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM in background task with function module that was not remote enabled.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593815#M1939695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting function module remote enabled resolved the issue.&amp;nbsp;&amp;nbsp; As the FM was used to update a few characteristics in classification based on basic data fields there was no issue with incorrect or old data.&amp;nbsp; we have maintenance reports that were used to correct the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-background-task-with-function-module-that-was-not-remote-enabled/m-p/11593815#M1939695</guid>
      <dc:creator>dave_szurszewski</dc:creator>
      <dc:date>2016-02-23T13:09:09Z</dc:date>
    </item>
  </channel>
</rss>

