<?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: TABLES: *ZTABLE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825322#M43078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter / Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a slight correction that I must like to make here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TABLES statement does not create an internal table. It merely creates a work-area whose structure is defined in the ABAP dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Dec 2004 08:51:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-12-16T08:51:14Z</dc:date>
    <item>
      <title>TABLES: *ZTABLE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825320#M43076</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'm new to ABAP and hopefully someone can help me by explaining what is the actual intended usage of the above statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what is the main difference between these 2 statements below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TABLES *ZTABLE; and&lt;/P&gt;&lt;P&gt;2. TABLES ZTABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Michael M. Woo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 08:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825320#M43076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES: *ZTABLE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825321#M43077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It just another internal table with different name. &lt;/P&gt;&lt;P&gt;In SAP standard programs normally it's used for the following purpose: &lt;/P&gt;&lt;P&gt;In change mode in ZTABLE you have the old values, in the *ZTABLE you have the new values, what the user entered, so the program can compare if anything was changed or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 08:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825321#M43077</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2004-12-16T08:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES: *ZTABLE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825322#M43078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter / Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a slight correction that I must like to make here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TABLES statement does not create an internal table. It merely creates a work-area whose structure is defined in the ABAP dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 08:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825322#M43078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T08:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES: *ZTABLE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825323#M43079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you're right...&lt;/P&gt;&lt;P&gt;(I didn't use TABLES statement recently as it's not allowed in ABAP OO.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 08:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-ztable/m-p/825323#M43079</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2004-12-16T08:56:04Z</dc:date>
    </item>
  </channel>
</rss>

