<?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: Diff Btw Table type, Line type and Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635559#M283401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 1:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;In SE11 you can create table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table type is similar to tables, but not the same way as you create tables. You can create table type with either Line type ( Nothing but a structure), Built-in ABAP types or Reference type. Assume that we have created one table type TYTAB with line type LITYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you declare like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB type TYTAB - Now ITAB acts as a internal table of type TYTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: LS_TYP TYPE LITYP - This LS_TYP now acts as a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is clear that linetype and structure are one and the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 12:41:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T12:41:43Z</dc:date>
    <item>
      <title>Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635553#M283395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me clearly the difference between&lt;/P&gt;&lt;P&gt;1. Table type&lt;/P&gt;&lt;P&gt;2. Line type&lt;/P&gt;&lt;P&gt;3. Structure&lt;/P&gt;&lt;P&gt;The Usage of these in an internal table with coding examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635553#M283395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635554#M283396</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;Pls check this help for&lt;/P&gt;&lt;P&gt;table type&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;line types&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/30/4fbac72e5f11d5b694006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/30/4fbac72e5f11d5b694006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;structures&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7301b1af11d194f600a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7301b1af11d194f600a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. &lt;/P&gt;&lt;P&gt;Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points. &lt;/P&gt;&lt;P&gt;Spread the wor(l)d!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635554#M283396</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2006-09-20T12:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635555#M283397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/faq/faqabdic.pdf#search=%22structure%2BABAP%22" target="test_blank"&gt;http://www.sappoint.com/faq/faqabdic.pdf#search=%22structure%2BABAP%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb366d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prakash Ramu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635555#M283397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635556#M283398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If A is a Table type,&lt;/P&gt;&lt;P&gt;and you say data: itab type A. then itab is an internal table.&lt;/P&gt;&lt;P&gt;If B is a Line type, and you say itab type B. Then itab is a structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If CXX is a Structure, and you say itab type CXX, then itab is a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and itab type line of A = itab type CXX = itab like line of A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635556#M283398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T12:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635557#M283399</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;in the case of table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will get an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of line type we &lt;/P&gt;&lt;P&gt;will get a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure means a skelton.&lt;/P&gt;&lt;P&gt;it has no mememory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whn a structure is included in an internal table,&lt;/P&gt;&lt;P&gt;thn only it will hold a memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635557#M283399</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-20T12:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635558#M283400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb35de3" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb35de3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;58411d1829f0000e829fbfe/frameset.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table is for contents( container for data- you can store data ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is only the field names (you can not store data) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vivek &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; reward points for helpful answers &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635558#M283400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T12:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635559#M283401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 1:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;In SE11 you can create table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table type is similar to tables, but not the same way as you create tables. You can create table type with either Line type ( Nothing but a structure), Built-in ABAP types or Reference type. Assume that we have created one table type TYTAB with line type LITYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you declare like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB type TYTAB - Now ITAB acts as a internal table of type TYTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: LS_TYP TYPE LITYP - This LS_TYP now acts as a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is clear that linetype and structure are one and the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 12:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635559#M283401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Diff Btw Table type, Line type and Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635560#M283402</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;Thanks for all, unable to mark very helpful answer for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 03:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-btw-table-type-line-type-and-structure/m-p/1635560#M283402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T03:49:56Z</dc:date>
    </item>
  </channel>
</rss>

