<?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: dynamic table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292804#M1024022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;       In the first method , the field catalog i.e the length , data type is based on the dictionary. in the second method the u can explicity make your own length and data types for the fields in the  internal table .This is the only difference that i have found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 06:12:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-11T06:12:39Z</dc:date>
    <item>
      <title>dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292803#M1024021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,,i'm generating my dynamic internal table through this code n this works fine.&lt;/P&gt;&lt;P&gt;DATA: ldo_data    TYPE REF TO data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS:&lt;/P&gt;&lt;P&gt;    &amp;lt;lt_itab&amp;gt;       TYPE table.&lt;/P&gt;&lt;P&gt;*" Dynamically create itab&lt;/P&gt;&lt;P&gt;  CREATE DATA ldo_data TYPE TABLE OF (id_tabname).&lt;/P&gt;&lt;P&gt;  ASSIGN ldo_data-&amp;gt;* TO &amp;lt;lt_itab&amp;gt;.&lt;/P&gt;&lt;P&gt;SELECT (field) INTO CORRESPONDING FIELDS OF TABLE &amp;lt;lt_itab&amp;gt;&lt;/P&gt;&lt;P&gt;FROM (ID_TABNAME) UP TO 20 ROWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to know that if some one created dynamic table through&lt;/P&gt;&lt;P&gt; call method cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;               exporting&lt;/P&gt;&lt;P&gt;                  it_fieldcatalog = ifc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               importing&lt;/P&gt;&lt;P&gt;                  ep_table        = dy_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then wht different i have to face in further processing simply wht's the difference in both methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 05:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292803#M1024021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T05:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292804#M1024022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;       In the first method , the field catalog i.e the length , data type is based on the dictionary. in the second method the u can explicity make your own length and data types for the fields in the  internal table .This is the only difference that i have found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 06:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292804#M1024022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T06:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292805#M1024023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 06:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-table/m-p/4292805#M1024023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T06:44:38Z</dc:date>
    </item>
  </channel>
</rss>

