<?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 Declaring generic type inside an internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917223#M1330852</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 want to declare one generic internal table type inside an internal table.Can anyone tell how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2009 05:43:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-28T05:43:30Z</dc:date>
    <item>
      <title>Declaring generic type inside an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917223#M1330852</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 want to declare one generic internal table type inside an internal table.Can anyone tell how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 05:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917223#M1330852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T05:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring generic type inside an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917224#M1330853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;itab type table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 05:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917224#M1330853</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-07-28T05:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring generic type inside an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917225#M1330854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will throw an error saying "TABLE IS GENERIC TYPE AND CAN BE USED FOR FORMAL PARAMETER OR FOR FIELD-SYMBOLS ONLY"&lt;/P&gt;&lt;P&gt;ok...Can you tell me how to give reference for an dynamic internal table to an field of internal table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 05:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917225#M1330854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring generic type inside an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917226#M1330855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;         BEGIN OF itab,&lt;/P&gt;&lt;P&gt;            date type sy-datum, " For Date type&lt;/P&gt;&lt;P&gt;            str1 type c,              " For character type&lt;/P&gt;&lt;P&gt;            str2(30) type c,        " For character type length (30)&lt;/P&gt;&lt;P&gt;            num type i,               " For integer type&lt;/P&gt;&lt;P&gt;            Project tYPE prps-posid, " For Standard type&lt;/P&gt;&lt;P&gt;         END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put any type of data in an internal table as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 05:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-generic-type-inside-an-internal-table/m-p/5917226#M1330855</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2009-07-28T05:57:02Z</dc:date>
    </item>
  </channel>
</rss>

