<?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 PM_ORDER_DATA_READ - dumps second time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257573#M489004</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;    am trying to use the fm PM_ORDER_DATA_READ to read the operations for an order..but strangely when it's called for the second time in the loop, it goes to dump raising ITAB_ERROR exception...even it does the same when executed for the second time giving order number as input in se37...what could be wrong? the FM is not released..any corrective measures to be taken to use this fm for the second time...i saw a similar thread related to this, but not many replies...am on 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 12:42:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T12:42:52Z</dc:date>
    <item>
      <title>PM_ORDER_DATA_READ - dumps second time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257573#M489004</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;    am trying to use the fm PM_ORDER_DATA_READ to read the operations for an order..but strangely when it's called for the second time in the loop, it goes to dump raising ITAB_ERROR exception...even it does the same when executed for the second time giving order number as input in se37...what could be wrong? the FM is not released..any corrective measures to be taken to use this fm for the second time...i saw a similar thread related to this, but not many replies...am on 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257573#M489004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ - dumps second time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257574#M489005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;most likely the ITAB definition is defined something like Sorted tab. So during the second loop it tries to insert a duplicate record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact ITAB error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257574#M489005</guid>
      <dc:creator>martin_renardy</dc:creator>
      <dc:date>2007-05-22T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ - dumps second time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257575#M489006</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;  thanks for the answer...but no..this is my declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF IAFVGD.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE AFVGD.&lt;/P&gt;&lt;P&gt;TYPES END OF IAFVGD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MY_IAFVGD TYPE STANDARD TABLE OF IAFVGD,&lt;/P&gt;&lt;P&gt;      WA_MY_IAFVGD LIKE LINE OF MY_IAFVGD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i even tried initializing the work area and iafvgd...still same result...any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257575#M489006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T12:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ - dumps second time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257576#M489007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any thoughts on this friends? still am getting the same result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 05:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257576#M489007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T05:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: PM_ORDER_DATA_READ - dumps second time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257577#M489008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try FM 'CO_EXT_ORDER_RESET' and/Or 'CO_IT_SET_FLG_ITAB_NEW'&amp;nbsp; Before PM_ORDER_DATA_READ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 12:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-order-data-read-dumps-second-time/m-p/2257577#M489008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-05T12:15:04Z</dc:date>
    </item>
  </channel>
</rss>

