<?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: Extended Program check: Need help with error messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461847#M552406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JOhn,&lt;/P&gt;&lt;P&gt;The error message means what it says.&lt;/P&gt;&lt;P&gt; You cannot have internal tables with headers in OO Context.&lt;/P&gt;&lt;P&gt;You have to declare an explicit hedaer line for the itabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: I_ZDAILY_MVMT TYPE TABLE OF ZDAILY_MVMT,&lt;/P&gt;&lt;P&gt;         WA_ZDAILY_MVMT TYPE  ZDAILY_MVMT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 17:59:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T17:59:59Z</dc:date>
    <item>
      <title>Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461846#M552405</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;I am getting the following error message several time on different internal table declarations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Tables with headers are no longer supported in the OO context."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the data declaration that it refers to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_ZDAILY_MVMT TYPE TABLE OF ZDAILY_MVMT WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I am getting the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use the "RANGES" statement within classes. Instead, use the "DATA"&lt;/P&gt;&lt;P&gt;statement with the type "TYPE/LIKE RANGE OF" . . . . . . . . .               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for the following data declaration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: I_WERKS FOR EBAN-WERKS, "PLANT RANGE&lt;/P&gt;&lt;P&gt;        I_VTWEG FOR I_TVTW-VTWEG,&lt;/P&gt;&lt;P&gt;        I_VTWEG2 FOR I_TVTW-VTWEG,&lt;/P&gt;&lt;P&gt;        I_VKORG FOR I_TVKO-VKORG,&lt;/P&gt;&lt;P&gt;        I_AUART FOR I_TVAK-AUART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I change and then how do i populate them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        John Damion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 17:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461846#M552405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461847#M552406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JOhn,&lt;/P&gt;&lt;P&gt;The error message means what it says.&lt;/P&gt;&lt;P&gt; You cannot have internal tables with headers in OO Context.&lt;/P&gt;&lt;P&gt;You have to declare an explicit hedaer line for the itabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: I_ZDAILY_MVMT TYPE TABLE OF ZDAILY_MVMT,&lt;/P&gt;&lt;P&gt;         WA_ZDAILY_MVMT TYPE  ZDAILY_MVMT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 17:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461847#M552406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461848#M552407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We dont use tables with header lines any more.&lt;/P&gt;&lt;P&gt;Declare a work area and use it transfer the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: types_ZDAILY_MVMT TYPE standard table of TABLE OF ZDAILY_MVMT.&lt;/P&gt;&lt;P&gt;data: I_ZDAILY_MVMT TYPE  type_ZDAILY_MVMT,&lt;/P&gt;&lt;P&gt;        wa_zdaily type zdaily_mvmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this work area to move data into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 18:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461848#M552407</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-06-28T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461849#M552408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do incorporate a work into say a select or a loop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 18:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461849#M552408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T18:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461850#M552409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work as normal internal table only since it has header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dj &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward for all useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 18:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461850#M552409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T18:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program check: Need help with error messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461851#M552410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i just have to change the data declaration and thats all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 18:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-need-help-with-error-messages/m-p/2461851#M552410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T18:14:17Z</dc:date>
    </item>
  </channel>
</rss>

