<?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 and structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280278#M496412</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 will use structure if you have to hold data of only one row. if data is more than one row than you have to use internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure can also be used to hold the data of internal table header data. as object oriented does not support internal tables with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIke &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*this is internal table. &lt;/P&gt;&lt;P&gt;DATA: itab like standard table of tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*this we can say structure or work area.&lt;/P&gt;&lt;P&gt;data: itab_wa like line of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 07:07:05 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2007-05-14T07:07:05Z</dc:date>
    <item>
      <title>internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280276#M496410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I understood Internal table is used to take the copy of the existing table and&lt;/P&gt;&lt;P&gt;Structure is the skeliten of the internal table and it won't have the memory space.&lt;/P&gt;&lt;P&gt;2. I am not able to get where to use structure and where to use internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will any of u plz clarify my doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kalyani..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 07:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280276#M496410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T07:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280277#M496411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyani,&lt;/P&gt;&lt;P&gt;Structures are created in Data dictionary and are persistent. whereas internal table are confined to a program and exist till the execution of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Younus&lt;/P&gt;&lt;P&gt;Reward Helpful Answers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 07:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280277#M496411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280278#M496412</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 will use structure if you have to hold data of only one row. if data is more than one row than you have to use internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure can also be used to hold the data of internal table header data. as object oriented does not support internal tables with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIke &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*this is internal table. &lt;/P&gt;&lt;P&gt;DATA: itab like standard table of tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*this we can say structure or work area.&lt;/P&gt;&lt;P&gt;data: itab_wa like line of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 07:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280278#M496412</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2007-05-14T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280279#M496413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structure can also containmemory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is used to have a single record, internal table is for no. of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is also used to define an internal table using 'DATA' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Award if useful&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280279#M496413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280280#M496414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;whenever you want to store the data then you have to use internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you want to define the internal table with any particular fields then use structures and use table type structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikaas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 11:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280280#M496414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: internal table and structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280281#M496415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;award points for all  the useful replies&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;, and also u nees to &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;mark it as Answered if ur problem is solved&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 09:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-and-structure/m-p/2280281#M496415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T09:34:56Z</dc:date>
    </item>
  </channel>
</rss>

