<?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: PM_ORDER_DATA_READ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955585#M66200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I noticed that.&lt;/P&gt;&lt;P&gt;Does that mean that I cannot use the FM repeatedly?&lt;/P&gt;&lt;P&gt;I tried to manually release the MEMORY after each step in the loop... but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2005 10:07:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-22T10:07:43Z</dc:date>
    <item>
      <title>PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955582#M66197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to obtain informations about a set of production orders; infos from one production order can be obtained using the function module 'PM_ORDER_DATA_READ'. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But if I try to call this FM repeatedly in a LOOP, the system throws an exception and a dump is issued.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows why, and how this could be overcomed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 08:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955582#M66197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955583#M66198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, What's the error? and how many times is the FM called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 08:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955583#M66198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955584#M66199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This FM is used for printing so at the end, data is EXPORTed to memory. May be that is the reason, is gives short-dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code it is written&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 08:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955584#M66199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T08:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955585#M66200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I noticed that.&lt;/P&gt;&lt;P&gt;Does that mean that I cannot use the FM repeatedly?&lt;/P&gt;&lt;P&gt;I tried to manually release the MEMORY after each step in the loop... but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 10:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955585#M66200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955586#M66201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is in fact an unhandeled exception: "ITAB_ERROR" in the program "SAPLCOIT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This exception occurs at the second succesive call of FM "PM_ORDER_DATA_READ".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 10:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955586#M66201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-22T10:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955587#M66202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An OSS fix may be a good bet for this error searching on the function module name and/or the program name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 18:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955587#M66202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955588#M66203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the exact same problem. We run ECC5.0 and are up to date on the OSS notes. Atleast thats what I'm being told by our BASIS folks. Anybody can help us out here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 15:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read/m-p/955588#M66203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T15:35:12Z</dc:date>
    </item>
  </channel>
</rss>

