<?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: *TABLE Vs  TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075632#M430217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*mara creates a structure of the type Mara and works like a work area where as Mara can be used in select endselect statment and can hold more than one row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 14:02:52 GMT</pubDate>
    <dc:creator>aakash_neelaperumal2</dc:creator>
    <dc:date>2007-03-28T14:02:52Z</dc:date>
    <item>
      <title>*TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075628#M430213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the diffrence between *TABLE and TABLE workareas(where 'TABLE'  can be any sap table) . Can u explain me a SCENARIO where we can use this method..??&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;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075628#M430213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: *TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075629#M430214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*TABLE is obsolete now ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : mara , *mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from mara into *mara where matnr eq p_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075629#M430214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T13:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: *TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075630#M430215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is really no difference,  they are both work areas with the same structure, just two different memory areas.  This was the old way of declaring work areas, for example,  the *TABLE could hold old data, and the TABLE would how the most recent data during a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway,  don't use either, use DATA statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075630#M430215</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-28T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: *TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075631#M430216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this kind of declaration same as declaring two work areas using the same table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. data: wa1 type mara.&lt;/P&gt;&lt;P&gt;               wa2 type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075631#M430216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: *TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075632#M430217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*mara creates a structure of the type Mara and works like a work area where as Mara can be used in select endselect statment and can hold more than one row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 14:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075632#M430217</guid>
      <dc:creator>aakash_neelaperumal2</dc:creator>
      <dc:date>2007-03-28T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: *TABLE Vs  TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075633#M430218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,  that's all it is,  it would be the same as using DATA statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:  wa_tab1 type ztab.
data:  wa_tab2 type ztab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 14:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-vs-table/m-p/2075633#M430218</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-28T14:05:49Z</dc:date>
    </item>
  </channel>
</rss>

