<?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 TABLE_FREE_IN_LOOP Error during payroll execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032280#M1499560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi grus,&lt;/P&gt;&lt;P&gt;             i used a function module RP_FILL_WAGE_TYPE_TABLE in indirect valuation module for wage types in infotype 15 to read current data of infotype 8. it is working fine for infotype operations but during payroll execution i m getting an error of   TABLE_FREE_IN_LOOP. kindly suggest me how to solve this problem as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  161 * IF PP0015 IS REQUESTED.&lt;/P&gt;&lt;P&gt;  162   IF CALL_BY_EXT = FALSE AND PP0015 IS REQUESTED OR           "N0210677&lt;/P&gt;&lt;P&gt;  163      CALL_BY_EXT = TRUE  AND PP0015_REQUESTED = TRUE.         "N0210677&lt;/P&gt;&lt;P&gt;  164     P0015 = PP0015.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     P0015[] = PP0015[].&lt;/P&gt;&lt;P&gt;  166   ELSE.                                                             "N0210677&lt;/P&gt;&lt;P&gt;  167     CLEAR P0015.                                              "N0210677&lt;/P&gt;&lt;P&gt;  168     REFRESH P0015.                                            "N0210677&lt;/P&gt;&lt;P&gt;  169   ENDIF. "PP0015 IS REQUESTED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 05:19:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-14T05:19:06Z</dc:date>
    <item>
      <title>TABLE_FREE_IN_LOOP Error during payroll execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032280#M1499560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi grus,&lt;/P&gt;&lt;P&gt;             i used a function module RP_FILL_WAGE_TYPE_TABLE in indirect valuation module for wage types in infotype 15 to read current data of infotype 8. it is working fine for infotype operations but during payroll execution i m getting an error of   TABLE_FREE_IN_LOOP. kindly suggest me how to solve this problem as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  161 * IF PP0015 IS REQUESTED.&lt;/P&gt;&lt;P&gt;  162   IF CALL_BY_EXT = FALSE AND PP0015 IS REQUESTED OR           "N0210677&lt;/P&gt;&lt;P&gt;  163      CALL_BY_EXT = TRUE  AND PP0015_REQUESTED = TRUE.         "N0210677&lt;/P&gt;&lt;P&gt;  164     P0015 = PP0015.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     P0015[] = PP0015[].&lt;/P&gt;&lt;P&gt;  166   ELSE.                                                             "N0210677&lt;/P&gt;&lt;P&gt;  167     CLEAR P0015.                                              "N0210677&lt;/P&gt;&lt;P&gt;  168     REFRESH P0015.                                            "N0210677&lt;/P&gt;&lt;P&gt;  169   ENDIF. "PP0015 IS REQUESTED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 05:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032280#M1499560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T05:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE_FREE_IN_LOOP Error during payroll execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032281#M1499561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having this exact same problem, &lt;/P&gt;&lt;P&gt;i'm using this function in a BADI implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032281#M1499561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE_FREE_IN_LOOP Error during payroll execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032282#M1499562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Waheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check OSS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following notes look promising to me in the sense that they are related to the HR module.  Since I do not have much experience in this module, it is hard for me to judge if they are relevant or not. However I can imagine that a payroll run will perform a lot checks and therefore invokes a lot of other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note 919345 - Function QUOTA: Program termination|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=919345]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note 962641 - QUOTA function: Program termination II|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=962641]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 23:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032282#M1499562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T23:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE_FREE_IN_LOOP Error during payroll execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032283#M1499563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am finding the same error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help on the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;King Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-free-in-loop-error-during-payroll-execution/m-p/7032283#M1499563</guid>
      <dc:creator>nando1</dc:creator>
      <dc:date>2015-10-08T14:42:46Z</dc:date>
    </item>
  </channel>
</rss>

