<?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 Abt Table Types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772291#M333415</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;    I am not getting that where Table Types can be used in ABAP Program,&lt;/P&gt;&lt;P&gt;    Searched for Eg. but could'nt get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I want an Eg. which can clear its purpose practically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 05:58:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T05:58:13Z</dc:date>
    <item>
      <title>Abt Table Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772291#M333415</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;    I am not getting that where Table Types can be used in ABAP Program,&lt;/P&gt;&lt;P&gt;    Searched for Eg. but could'nt get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I want an Eg. which can clear its purpose practically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 05:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772291#M333415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T05:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Table Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772292#M333416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  One common use of table types is to define a table as an attribute in a class.&lt;/P&gt;&lt;P&gt;So if you want an internal table as an attribute in a class you need to first define a table type , which contains the field of the internal table and then use this table type in the attributes to define an internal table in the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772292#M333416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Table Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772293#M333417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another use of it is to have a table defined inside a structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772293#M333417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Table Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772294#M333418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Lets say u created a table type in se11,&lt;/P&gt;&lt;P&gt; Now whole declaring in e38 just say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data : t_itab type &amp;lt;table_type_name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; U need not give type standard table of OR occurs statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Vaibhav B Gawali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772294#M333418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Table Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772295#M333419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As our friends have discussed about Programs, i would discuss w.r.t FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally the Importing/Exporting Parameters will be of type Variables or structures. Using an object of table type we can represent them as a table in FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider FM: &amp;lt;b&amp;gt;READ_PROGDIR&amp;lt;/b&amp;gt;. Exporting Parameter: E_PROGDIR_TAB is of table type: PROGDIR_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i personally feel, the best usage of table types comes in Object Oriented Programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you a bit in understanding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-table-types/m-p/1772295#M333419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:27:27Z</dc:date>
    </item>
  </channel>
</rss>

