<?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: star structure? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519741#M846536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. &lt;/P&gt;&lt;P&gt;Thanks Max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 19:14:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T19:14:23Z</dc:date>
    <item>
      <title>star structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519739#M846534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does any  one know why do we put start (*) sometimes 2 declare work areas, eg watts the diff between&lt;/P&gt;&lt;P&gt;TABLES: sadr and&lt;/P&gt;&lt;P&gt;TABLES: *sadr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 16:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519739#M846534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: star structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519740#M846535</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;It mean it needs to use the workarea of the same table twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES:  &amp;lt;TABLE&amp;gt;,
               *&amp;lt;TABLE&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's like to define:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES:  &amp;lt;TABLE&amp;gt;.
DATA:  WA TYPE &amp;lt;TABLE&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the samples it declares two workarea based on the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM SADR WHERE .....
   IF SADR-&amp;lt;FIELD&amp;gt; = ............
      SELECT * FROM *SADR WHERE .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way I can do two queries for the same table and store the result in two different workarea without to lose the result of the first query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 16:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519740#M846535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: star structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519741#M846536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. &lt;/P&gt;&lt;P&gt;Thanks Max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 19:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/star-structure/m-p/3519741#M846536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T19:14:23Z</dc:date>
    </item>
  </channel>
</rss>

