<?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 internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618742#M1088171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sap gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the meaning by same structures regarding internal tables??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Oct 2008 03:36:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-12T03:36:46Z</dc:date>
    <item>
      <title>internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618742#M1088171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sap gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the meaning by same structures regarding internal tables??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 03:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618742#M1088171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T03:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618743#M1088172</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;Could you please elaborate on your question ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per what i have understood. If they 2 or more internal tables are having the same structure it means those tables will have same fields (columns) arranged in the same order ( Order is very important ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you asked for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 03:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618743#M1088172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T03:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618744#M1088173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab1,&lt;/P&gt;&lt;P&gt;         name(10) type c,&lt;/P&gt;&lt;P&gt;         number type n,&lt;/P&gt;&lt;P&gt;         end of itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab2,&lt;/P&gt;&lt;P&gt;         name(10) type c,&lt;/P&gt;&lt;P&gt;         number type n,&lt;/P&gt;&lt;P&gt;         end of itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these two table is have saming structure ie same field ,same datatype , field lengthetc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 03:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618744#M1088173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T03:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618745#M1088174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx guys!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 03:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618745#M1088174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T03:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618746#M1088175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Same structures regarding internal tables means if you are having two internal tables with the same fields then they can be called as "Internal tables with same structure".&lt;/P&gt;&lt;P&gt;The fields in both the internal tables will be having same fields, same length, same Data element.&lt;/P&gt;&lt;P&gt;So, in short Internal Tables those are completely identical are to be called as Internal tables having same structure.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 11:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables/m-p/4618746#M1088175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-08-13T11:53:15Z</dc:date>
    </item>
  </channel>
</rss>

