<?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: Regarding Dynamic Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642836#M1092829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; this is fine, but my requirement is to create a dynamic internal table with coloumn as&lt;/P&gt;&lt;P&gt;deep strucuture table type lvc_t_styl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 16:55:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T16:55:03Z</dc:date>
    <item>
      <title>Regarding Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642834#M1092827</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;Can any body explain how to create a dynamic internal table with deep structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using GRID Display for the output based upon the entries in the Dynamic Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 10 rows fixed in my output, but where as the coloumns get changed dynamically, Now i have to display the 5th row and the 10th row in Bold in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I need to use the stucute lvc_s_Styl , but i am not able to create the dynamic internal table for this by passing the lvc_s_styl into the dynamic fieldcat structure lvc_s_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642834#M1092827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642835#M1092828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check this post on how to create Dynamic Internal Table:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help-abap.blogspot.com/2008/09/dynamic-internal-table-creation.html" target="test_blank"&gt;http://help-abap.blogspot.com/2008/09/dynamic-internal-table-creation.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also shows how to use the CL_SALV_TABLE to generate the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642835#M1092828</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-15T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642836#M1092829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; this is fine, but my requirement is to create a dynamic internal table with coloumn as&lt;/P&gt;&lt;P&gt;deep strucuture table type lvc_t_styl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642836#M1092829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642837#M1092830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I didn't get that before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a table with a table type LVC_T_STYL you have to:&lt;/P&gt;&lt;P&gt;Get the table description&lt;/P&gt;&lt;P&gt;Create a field with that table description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA:  lo_tab TYPE REF TO cl_abap_tabledescr.

  lo_tab ?= cl_abap_typedescr=&amp;gt;describe_by_name( 'LVC_T_STYL' ).

* Field name
  la_comp-name = 'STYLE_TAB'.
*
* Field type
  la_comp-type = lo_tab.

*   Filling the component table
  APPEND la_comp TO lt_tot_comp.
  CLEAR: la_comp.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the continuation to the example given in the previous post, you can enter this piece of code after the DO .. ENDDO and before the step 3: Create a new Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 18:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642837#M1092830</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-15T18:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dynamic Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642838#M1092831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 18:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/4642838#M1092831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T18:34:48Z</dc:date>
    </item>
  </channel>
</rss>

