<?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>Question Re: Runtime Error in POSTING_INTERFACE_CLEARING in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711810#M4770191</link>
    <description>&lt;P&gt;'These errors occurred in POSTING_INTERFACE_CLEARING and not in the Inbound IDOC FM.' yes but AFAIK this FM clear its memory at start of each call, so the increasing memory consumption should come from the caller (so your IDOC processing)&lt;/P&gt;&lt;P&gt;Did you try to analyze memory with &lt;A href="https://help.sap.com/docs/search?q=How%20to%20do%20memory%20analysis"&gt;tools such as Abap memory inspector&lt;/A&gt; or in the dump data?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 08:01:43 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2023-03-28T08:01:43Z</dc:date>
    <item>
      <title>Runtime Error in POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaq-p/12711807</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;I am using POSTING_INTERFACE_CLEARING FM for doing mass clearing of account receivables and account payable. I have used this FM inside an Inbound Idoc FM. The Idoc will be triggered immediately. &lt;/P&gt;
  &lt;P&gt;The POSTING_INTERFACE_CLEARING is called inside a loop on Idoc data records. The clearing FM will be called twice for each iteration. &lt;/P&gt;
  &lt;P&gt;When I tried to post 5 thousand records( clearing FM will be called 10K times), It took around 2 hours for this processing and last 200 records were not processed due to below runtime errors. &lt;/P&gt;
  &lt;OL&gt; 
   &lt;LI&gt;Runtime error SYSTEM_NO_ROLL has occurred&lt;/LI&gt; 
   &lt;LI&gt;Runtime error TSV_TNEW_OCCURS_NO_ROLL_MEMORY has occurred&lt;/LI&gt; 
   &lt;LI&gt;Runtime error LOAD_NO_SPACE_FOR_TABLE has occurred&lt;/LI&gt; 
   &lt;LI&gt;Runtime error SYSTEM_NO_MEMORY has occurred&lt;/LI&gt; 
  &lt;/OL&gt;
  &lt;P&gt;These errors occurred in POSTING_INTERFACE_CLEARING and not in the Inbound IDOC FM.&lt;/P&gt;
  &lt;P&gt;I checked with the Basis, they are asking to split the records across multiple Idocs and the solution should work. &lt;/P&gt;
  &lt;P&gt;But my question is 10K records is not a big number and it is not a time out issue as well. Also I am clearing all the variables in my inbound FM at appropriate place. Is there anything else which I am missing. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 17:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaq-p/12711807</guid>
      <dc:creator>sid_07_</dc:creator>
      <dc:date>2023-03-27T17:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711808#M4770189</link>
      <description>&lt;P&gt;When did you do the commit in the Idoc customizing ? &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 05:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711808#M4770189</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2023-03-28T05:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711809#M4770190</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt;  the commit is being done in the POSTING_INTERFACE_CLEARING FM itself. I get the new document no. in the exporting parameter of this FM.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 06:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711809#M4770190</guid>
      <dc:creator>sid_07_</dc:creator>
      <dc:date>2023-03-28T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711810#M4770191</link>
      <description>&lt;P&gt;'These errors occurred in POSTING_INTERFACE_CLEARING and not in the Inbound IDOC FM.' yes but AFAIK this FM clear its memory at start of each call, so the increasing memory consumption should come from the caller (so your IDOC processing)&lt;/P&gt;&lt;P&gt;Did you try to analyze memory with &lt;A href="https://help.sap.com/docs/search?q=How%20to%20do%20memory%20analysis"&gt;tools such as Abap memory inspector&lt;/A&gt; or in the dump data?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 08:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711810#M4770191</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-03-28T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711811#M4770192</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt; I checked the dump data, but could not find any table with large no. of records. The memory analysis I could do only on a test data with very few records. &lt;/P&gt;&lt;P&gt;Regarding the increasing memory consumption on IDOC processing, yes there is an internal table to which records are appended at the end of each iteration but still the Idoc processing FM is executed for all the 5K records as I can see the logs are updated with runtime error message. &lt;/P&gt;&lt;P&gt;So I believe the runtime error is occurring for that clearing FM execution only. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 16:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/runtime-error-in-posting-interface-clearing/qaa-p/12711811#M4770192</guid>
      <dc:creator>sid_07_</dc:creator>
      <dc:date>2023-03-28T16:01:29Z</dc:date>
    </item>
  </channel>
</rss>

