<?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 Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012750#M410993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at ztable into wa_ztable.
at new kunnr.

&amp;lt;code&amp;gt;

endat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the error VERSION ... ." expected after "ZTABLE".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 20:00:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T20:00:59Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012750#M410993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at ztable into wa_ztable.
at new kunnr.

&amp;lt;code&amp;gt;

endat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the error VERSION ... ." expected after "ZTABLE".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 20:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012750#M410993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T20:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012751#M410994</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;Is ztable an internal table or database table?&lt;/P&gt;&lt;P&gt;If it is database table, please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: t_ztable type standard table of ztable with header line.

data: wa_ztable type ztable.

select *
from ztable 
into table t_ztable
where &amp;lt;condition&amp;gt;.

sort t_ztable.

loop at t_ztable into wa_ztable.

 at new kunnr.
   ...
 endat.

endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 20:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012751#M410994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012752#M410995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 20:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012752#M410995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012753#M410996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are trying to loop at database table directly instead of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... VERSION vers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If the addition VERSION is specified, the database dbtab is not read; instead, the table with a name made up of "T" and the content of vers is read. For vers a data object with a maximum of four characters, of type c must be specified. The content of the row is still assigned to the table work area of dbtab and its type is cast. If the table work area is too short, a runtime error occurs. &lt;/P&gt;&lt;P&gt;Mean your table ZCITORDEROUT is a database table instead of internal 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 20:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/2012753#M410996</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-21T20:06:03Z</dc:date>
    </item>
  </channel>
</rss>

