<?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: cl_alv_table_create=&amp;gt;create_dynamic_table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866454#M1137833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link.&lt;/P&gt;&lt;P&gt;/message/653160#653160 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;and check this piece of code:&lt;/P&gt;&lt;P&gt;LOOP AT idetails INTO xdetails.&lt;/P&gt;&lt;P&gt;    CLEAR xfc.&lt;/P&gt;&lt;P&gt;    xfc-fieldname = xdetails-name.&lt;/P&gt;&lt;P&gt;    CONCATENATE w_out xdetails-name INTO w_out&lt;/P&gt;&lt;P&gt;                    SEPARATED BY ','.&lt;/P&gt;&lt;P&gt;    xfc-datatype = xdetails-type_kind.&lt;/P&gt;&lt;P&gt;    xfc-inttype = xdetails-type_kind.&lt;/P&gt;&lt;P&gt;    xfc-intlen = xdetails-length.&lt;/P&gt;&lt;P&gt;    xfc-decimals = xdetails-decimals.&lt;/P&gt;&lt;P&gt;    read table ifc with key fieldname = xfc-fieldname. "&amp;lt;&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.                                  "&amp;lt;&lt;/P&gt;&lt;P&gt;    APPEND xfc TO ifc.                                 "&amp;lt;  &lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Nov 2008 16:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-23T16:53:22Z</dc:date>
    <item>
      <title>cl_alv_table_create=&gt;create_dynamic_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866453#M1137832</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;I'm making af program with ALVgrid using this :&lt;/P&gt;&lt;P&gt;cl_alv_table_create=&amp;gt;create_dynamic_table  to build a dynamic catalog for the ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the I need to build many different tables from same program using cl_alv_table_create=&amp;gt;create_dynamic_table , and this give an error, saying "LT_GENTAB-FELT0" has already been declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My big question is, what do I do to "free" this instance ? are there any work arounds for this ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2008 15:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866453#M1137832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-23T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: cl_alv_table_create=&gt;create_dynamic_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866454#M1137833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link.&lt;/P&gt;&lt;P&gt;/message/653160#653160 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;and check this piece of code:&lt;/P&gt;&lt;P&gt;LOOP AT idetails INTO xdetails.&lt;/P&gt;&lt;P&gt;    CLEAR xfc.&lt;/P&gt;&lt;P&gt;    xfc-fieldname = xdetails-name.&lt;/P&gt;&lt;P&gt;    CONCATENATE w_out xdetails-name INTO w_out&lt;/P&gt;&lt;P&gt;                    SEPARATED BY ','.&lt;/P&gt;&lt;P&gt;    xfc-datatype = xdetails-type_kind.&lt;/P&gt;&lt;P&gt;    xfc-inttype = xdetails-type_kind.&lt;/P&gt;&lt;P&gt;    xfc-intlen = xdetails-length.&lt;/P&gt;&lt;P&gt;    xfc-decimals = xdetails-decimals.&lt;/P&gt;&lt;P&gt;    read table ifc with key fieldname = xfc-fieldname. "&amp;lt;&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.                                  "&amp;lt;&lt;/P&gt;&lt;P&gt;    APPEND xfc TO ifc.                                 "&amp;lt;  &lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2008 16:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866454#M1137833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-23T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: cl_alv_table_create=&gt;create_dynamic_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866455#M1137834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link you provided, dosent seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/4866455#M1137834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T12:53:37Z</dc:date>
    </item>
  </channel>
</rss>

