<?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 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/978735#M71448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;I'm using  method &lt;/P&gt;&lt;P&gt;cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;to create an internal table (depending on the entered operation concern). Im' assigning the table to a field symbol. The data can be selected into this table reference (works fine). Unfortunately I'm not able to read the value fields (Type P) anymore. I guess they are packed. I tried to use the unpack command, but it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2005 08:59:32 GMT</pubDate>
    <dc:creator>dieterzenger</dc:creator>
    <dc:date>2005-07-25T08:59:32Z</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/978735#M71448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;I'm using  method &lt;/P&gt;&lt;P&gt;cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;to create an internal table (depending on the entered operation concern). Im' assigning the table to a field symbol. The data can be selected into this table reference (works fine). Unfortunately I'm not able to read the value fields (Type P) anymore. I guess they are packed. I tried to use the unpack command, but it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 08:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978735#M71448</guid>
      <dc:creator>dieterzenger</dc:creator>
      <dc:date>2005-07-25T08:59:32Z</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/978736#M71449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you create a dyn table :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call method .. 
assign it_dyn_table-&amp;gt;* to &amp;lt;it_dyn_table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Second you assign a structure : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;create data is_tmp like line of &amp;lt;it_dyn_table&amp;gt;.
assign is_tmp-&amp;gt;* to &amp;lt;is_dyn_table&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you have : a structure, an internal table and a fieldcatalog.&lt;/P&gt;&lt;P&gt;So you could play : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at &amp;lt;it_dyn_table&amp;gt; into &amp;lt;is_dyn_table&amp;gt;.
  loop at it_fieldcat into is_fieldcat.
    assign component is_fieldcat-fielname 
           of structure &amp;lt;is_dyn_table&amp;gt;
           to &amp;lt;field&amp;gt;.
* Now &amp;lt;field&amp;gt; contain the good value. (field is type any)
  endloop.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that will help for your problem.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 09:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978736#M71449</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-07-25T09:44:21Z</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/978737#M71450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has a code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="17406"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/code/d.asp?a=s&amp;amp;d=3038" target="test_blank"&gt;http://sap.ittoolbox.com/code/d.asp?a=s&amp;amp;d=3038&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 09:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978737#M71450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T09:50:06Z</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/978738#M71451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Frederic, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your coding, the loop and the assignment works fine. But I'm still not able to process the Packed value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The compoent 'ABSMG' of my structur contains the value &lt;/P&gt;&lt;P&gt;'     5720=000000000000000&amp;lt;000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning this component to a fied symbol of type any it contains: '     5720=000000000000000&amp;lt;000'. When i try to use the unpack command on this field i receive the value&lt;/P&gt;&lt;P&gt;'33333333333333333333333333303'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 11:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978738#M71451</guid>
      <dc:creator>dieterzenger</dc:creator>
      <dc:date>2005-07-25T11:25:09Z</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/978739#M71452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
field-symbols: &amp;lt;outtab&amp;gt; type any table,
  &amp;lt;l_line&amp;gt;  type any,
  &amp;lt;l_field&amp;gt; type any.
data: new_table type ref to data.
data: new_line  type ref to data.

call method cl_alv_table_create=&amp;gt;create_dynamic_table
        exporting
          it_fieldcatalog = it_fieldcat
        importing
          ep_table        = new_table.
      assign new_table-&amp;gt;* to &amp;lt;outtab&amp;gt;.
      create data new_line like line of &amp;lt;outtab&amp;gt;.
      assign new_line-&amp;gt;* to &amp;lt;l_line&amp;gt; .

 loop at &amp;lt;outtab&amp;gt; assigning &amp;lt;l_line&amp;gt;.
        write:/ &amp;lt;l_line&amp;gt; .
      endloop .

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you go into debugging and see, even if &amp;lt;outtab&amp;gt; has a type p field ,the &amp;lt;l_line&amp;gt; which is like line of &amp;lt;outtab&amp;gt;, all the type p fields are converted to type c fields . looks like this is how SAP handles it internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 11:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978739#M71452</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-25T11:58:30Z</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/978740#M71453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your problem looks strange, when you debug this program, the internal table contain good values ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe your problem is the type of the data that contain ABSMG. How did you set the type in the fieldcatalog ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 07:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978740#M71453</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-07-26T07:07:44Z</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/978741#M71454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you've to convert all p-fields to  c-fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dynamically you can try that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data charfield type string.
describe field &amp;lt;fs&amp;gt; type t.

if t = 'P'.
 write &amp;lt;fs&amp;gt; to charfield.
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 07:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978741#M71454</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-07-26T07:25:17Z</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/978742#M71455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fieldcatalog is set up by using FM 'REUSE_ALV_FIELDCATALOG_MERGE'. Here I pass the CE1XXXX(operating concern) table. Result: I receive a fieldcatalog of type SLIS_T_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;Now I convert the fieldcatalog to another table of type &lt;/P&gt;&lt;P&gt;LVC_T_FCAT, by using a statement like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"move-corresponding gs_fcat to gs_fieldcat."
"append gs_fieldcat to gt_fieldcat"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I create the table by using method&lt;/P&gt;&lt;P&gt;cl_alv_table_create=&amp;gt;create_dynamic_table.&lt;/P&gt;&lt;P&gt;Now I assign the table to a field-symbol of type ref to data.(  assign gt_ce1-&amp;gt;* to &amp;lt;fs_1table&amp;gt;)&lt;/P&gt;&lt;P&gt;The select statement looks as follows&lt;/P&gt;&lt;P&gt;  select * from (gv_tabnam)&lt;/P&gt;&lt;P&gt;                into  table &amp;lt;fs_1table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking &amp;lt;fs_1table&amp;gt; in the debugger, it contains the records, but all value fields (type p) are packed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the data type to type c, before building the fieldcatalogue,-&amp;gt; dump in FM&lt;/P&gt;&lt;P&gt;I also tried to use write to character field ... but it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 15:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978742#M71455</guid>
      <dc:creator>dieterzenger</dc:creator>
      <dc:date>2005-07-26T15:24:30Z</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/978743#M71456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you field catalog is built,  loop thru it and overwrite the "TYPE P" fields with type "C" also increase the field length a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you problem is that you are accessing the entire record containing a type P,  you can access just the fields one by one.  This will allow your TYPE P field to look as it should.  Check out the sample program below.  Pay close attention to the loop after the form BUILD_REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0003
       no standard page heading.

type-pools: slis.

field-symbols: &amp;lt;dyn_table&amp;gt; type standard table,
               &amp;lt;dyn_wa&amp;gt;,
               &amp;lt;dyn_field&amp;gt;.

data: alv_fldcat type slis_t_fieldcat_alv,
      it_fldcat type lvc_t_fcat.


selection-screen begin of block b1 with frame title text-001.
parameters: p_check type c.
selection-screen end of block b1.

start-of-selection.

  perform build_dyn_itab.
  perform build_report.

* Write out your dynamic internal table - one field at a time.
&amp;lt;b&amp;gt;  loop at &amp;lt;dyn_table&amp;gt; into &amp;lt;dyn_wa&amp;gt;.
    do.
      assign component  sy-index  of structure &amp;lt;dyn_wa&amp;gt; to &amp;lt;dyn_field&amp;gt;.
      if sy-subrc &amp;lt;&amp;gt; 0.
        exit.
      endif.
      write:/ &amp;lt;dyn_field&amp;gt;.
    enddo.
  endloop.&amp;lt;/b&amp;gt;


************************************************************************
*  Build_dyn_itab
************************************************************************
form build_dyn_itab.

  data: index(3) type c.

  data: new_table type ref to data,
        new_line  type ref to data,
        wa_it_fldcat type lvc_s_fcat.

* Create fields
  clear index.
  do 5 times.
    index = sy-index.
    clear wa_it_fldcat.
    concatenate 'Field' index into
             wa_it_fldcat-fieldname .
    condense  wa_it_fldcat-fieldname no-gaps.
    wa_it_fldcat-datatype = 'CHAR'.
    wa_it_fldcat-intlen = 5.
    append wa_it_fldcat to it_fldcat .
  enddo.

* Add a field that is TYPE P
  clear wa_it_fldcat.
  wa_it_fldcat-fieldname = 'FIELDP' .
  wa_it_fldcat-datatype = 'CURR'.
  wa_it_fldcat-intlen = 10.
  append wa_it_fldcat to it_fldcat .

* Create dynamic internal table and assign to FS
  call method cl_alv_table_create=&amp;gt;create_dynamic_table
               exporting
                  it_fieldcatalog = it_fldcat
               importing
                  ep_table        = new_table.

  assign new_table-&amp;gt;* to &amp;lt;dyn_table&amp;gt;.

* Create dynamic work area and assign to FS
  create data new_line like line of &amp;lt;dyn_table&amp;gt;.
  assign new_line-&amp;gt;* to &amp;lt;dyn_wa&amp;gt;.

endform.

*********************************************************************
*      Form  build_report
*********************************************************************
form build_report.

  data: fieldname(20) type c.
  data: fieldvalue(5) type c.
  data: index(3) type c.
  field-symbols: &amp;lt;fs1&amp;gt;.

* Create a record to add to table
  do 5 times.
    index = sy-index.
* Set up fieldname
    concatenate 'FIELD' index into
             fieldname .
    condense   fieldname  no-gaps.
* Set up fieldvalue
    concatenate 'FLD' index into
             fieldvalue.
    condense   fieldvalue no-gaps.
    assign component  fieldname  of structure &amp;lt;dyn_wa&amp;gt; to &amp;lt;fs1&amp;gt;.
    &amp;lt;fs1&amp;gt; =  fieldvalue.
  enddo.
  assign component  'FIELDP'  of structure &amp;lt;dyn_wa&amp;gt; to &amp;lt;fs1&amp;gt;.
  &amp;lt;fs1&amp;gt; =  '1234.75'.

* Append to the dynamic internal table
  append &amp;lt;dyn_wa&amp;gt; to &amp;lt;dyn_table&amp;gt;.

endform.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 17:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978743#M71456</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-26T17:31:25Z</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/978744#M71457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using your source code for creating and managing a dynamic table, but i have a problem:&lt;/P&gt;&lt;P&gt;I made differents fields with different length, but when my &amp;lt;dyn_table&amp;gt; is built, it has always fields type C and length 10 fixed.&lt;/P&gt;&lt;P&gt;Can i change this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 09:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-alv-table-create-gt-create-dynamic-table/m-p/978744#M71457</guid>
      <dc:creator>NikiScaglione</dc:creator>
      <dc:date>2006-03-15T09:43:09Z</dc:date>
    </item>
  </channel>
</rss>

