<?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 Difference between line type and internal table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624427#M873169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I wanted to know, what is the difference between Line type and Internal Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 17:54:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T17:54:19Z</dc:date>
    <item>
      <title>Difference between line type and internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624427#M873169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I wanted to know, what is the difference between Line type and Internal Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 17:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624427#M873169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between line type and internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624428#M873170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Before the 4.7 release in SAP if we want to define an internal table we have to write the defination using the occurs statement and we need to define all the fields using INCLUDE STRUCTURE or indidually all the fields ine by one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 4.7 release of R/3 SAP introduced the Line type concept and it's part of the ABAP OOPS concept. for internal table defination we don't need to use the occur statements. Instead INCLUDE structure  we need to create a Line type for that structure in Se11 and then we can define the internal table like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ITAB TYPE TABLE OF &amp;lt;LINE_TYPE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing is this table will be  a table without header. So for internal table processing we need to define a work area structure of type line of line type  . EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_ITAB TYPE LINE OF &amp;lt;LINE_TYPE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 18:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624428#M873170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T18:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between line type and internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624429#M873171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think of line type as the column heading of a bunch of rows in an Excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think of an internal table as the rows themselves in a 2-dimensional structure, based on the line type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 18:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-line-type-and-internal-table/m-p/3624429#M873171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T18:13:42Z</dc:date>
    </item>
  </channel>
</rss>

