<?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 what is table type ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028640#M716230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data it table type of kna1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 04:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T04:15:49Z</dc:date>
    <item>
      <title>what is table type ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028640#M716230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data it table type of kna1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028640#M716230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is table type ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028641#M716231</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;It is nothing but the creation of iternal table of type KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028641#M716231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T04:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is table type ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028642#M716232</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;table type are created in SE11. for global types for internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also if you have a structure like KNA1. Then you can use the following to declare an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB TYPE TABLE OF KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028642#M716232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T04:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: what is table type ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028643#M716233</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;Table type are internal table which defined in data dictionary so that we can reuse them and also it is necessary for smart form processing coz for data transfer bw form and driver program required proper work area(structure) and table type(internal table) defined in data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;GAgan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 04:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028643#M716233</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-11-01T04:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: what is table type ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028644#M716234</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;Table Type : It is a Data type for Declaring Internal Tables.&lt;/P&gt;&lt;P&gt;Eg: SLIS_T_FIELDCAT_ALV.  defined in the Type pool SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when u declare :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA : T_FCAT TYPE SLIS_T_FIELDCAT_ALV.   &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;it will create an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA : WA_FCAT TYPE LINE OF SLIS_T_FIELDCAT_ALV.   &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;this will create the Work area based on the Table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if Helpful.&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 05:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-table-type/m-p/3028644#M716234</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-11-01T05:04:18Z</dc:date>
    </item>
  </channel>
</rss>

