<?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: Internal table work area. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290549#M155166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Work area comes into picture&lt;/P&gt;&lt;P&gt;  when we use loop, apppend, etc&lt;/P&gt;&lt;P&gt;  or directly refer to field &lt;/P&gt;&lt;P&gt; eg. itab-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we use,&lt;/P&gt;&lt;P&gt;  select * from t001&lt;/P&gt;&lt;P&gt;   into TABLE Itab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  then work area does not come into picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  It directly puts data in the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2006 12:57:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-07T12:57:29Z</dc:date>
    <item>
      <title>Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290548#M155165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I understand internal table work area holds only one record at time while writting data from data base server, then data will be moved to internal table body with the help of append itab statment,so internal table workarea holds last record of database table,but if you want present data to front end interanl table work area is must.  is it over write data in internal workarea last record with  record 1 at the time of data presenting to peresentation layier.&lt;/P&gt;&lt;P&gt;plz clear my doubt.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290548#M155165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290549#M155166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Work area comes into picture&lt;/P&gt;&lt;P&gt;  when we use loop, apppend, etc&lt;/P&gt;&lt;P&gt;  or directly refer to field &lt;/P&gt;&lt;P&gt; eg. itab-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we use,&lt;/P&gt;&lt;P&gt;  select * from t001&lt;/P&gt;&lt;P&gt;   into TABLE Itab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  then work area does not come into picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  It directly puts data in the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290549#M155166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290550#M155167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with index u can over write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab into &amp;lt;wa&amp;gt; index 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290550#M155167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290551#M155168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   When U use clear statement the header will be cleared.&lt;/P&gt;&lt;P&gt;   This is what U should do when appending an internal &lt;/P&gt;&lt;P&gt;   table. &lt;/P&gt;&lt;P&gt;   Surely it will over write the header data when looping&lt;/P&gt;&lt;P&gt;   the Internal table.&lt;/P&gt;&lt;P&gt;   But it's a good practice to clear off the contents&lt;/P&gt;&lt;P&gt;   in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 13:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290551#M155168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T13:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290552#M155169</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;You should re-read the internal table using the index of the record you need to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show the first record:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE ITAB INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the header line have the data of the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 13:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290552#M155169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table work area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290553#M155170</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;operations on data base to internal table(like fetching it from DB )not required any work area .&lt;/P&gt;&lt;P&gt;but operations on internal table requires work area for write the itab-fields or modify , append  it requires work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 13:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-work-area/m-p/1290553#M155170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-07T13:04:16Z</dc:date>
    </item>
  </channel>
</rss>

