<?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: help with table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860508#M363307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok do the following check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Have you used the same FM as I mentioned above.&lt;/P&gt;&lt;P&gt;2. If so. Comment out the second FM and execute your program to make sure that the header is downloaed. You can check the file after execution. You should see the header alone. The data will not appear as the code for this is commented.&lt;/P&gt;&lt;P&gt;3. Comment the first Fm and uncomment the second. you shoudl see teh data alone without header. &lt;/P&gt;&lt;P&gt;4. If all the steps above are workign fine then make sure that you are calling the second FM in append mode rather than in overwrite mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform all these and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 20:17:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-05T20:17:07Z</dc:date>
    <item>
      <title>help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860496#M363295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am not sure what is happening with my program. I have a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt; DATA: begin of header_line occurs 0,&lt;/P&gt;&lt;P&gt;      line(50) type c,&lt;/P&gt;&lt;P&gt;      end of header_line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;header_line-line = 'Customer  '.&lt;/P&gt;&lt;P&gt;append header_line.&lt;/P&gt;&lt;P&gt;header_line-line = 'Company code        '.&lt;/P&gt;&lt;P&gt;append header_line.&lt;/P&gt;&lt;P&gt;header_line-line = 'Sales organization  '.&lt;/P&gt;&lt;P&gt;append header_line.&lt;/P&gt;&lt;P&gt;header_line-line = 'Distribution channel'.&lt;/P&gt;&lt;P&gt;append header_line.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I fill the header line and append 214 times. when I look at my tab delimited file, It only creates 213 columns. I am not sure why the last column is not printing. I have commented out one of the lines in the middle of the group and the last line prints. I am not sure if there is a limit of columns that can be created or if I need to increase my table. If anyone knows how to correct this, can you please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860496#M363295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860497#M363296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be a logic error in the code you have written for putting it in the file. Can you post the code you have used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860497#M363296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860498#M363297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is 1366 lines.  do you want me to post the entire program or just a certain section&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860498#M363297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860499#M363298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just the section where you are copying the table to the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860499#M363298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860500#M363299</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;Try increasing the table size....but it would b better if u could paste atleast some part of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860500#M363299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860501#M363300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the confusion but I am still not sure what you are asking for. I have a section when I do the append 214 times. I then call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename                = l_path&lt;/P&gt;&lt;P&gt;      write_field_separator   = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;fieldnames               = header_line&amp;lt;/b&amp;gt;      data_tab                = it_extract_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting all of the data but just not the headings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860501#M363300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860502#M363301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you increase the table size. what do I have to add to the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: begin of header_line occurs 0,&lt;/P&gt;&lt;P&gt;      line(50) type c,&lt;/P&gt;&lt;P&gt;      end of header_line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860502#M363301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860503#M363302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got your problem. You are not usign the FM correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For heading , First you use GUI_DOWNLOAD and pass only the internal table header_line( IT having the header)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then again use GUI_DOWNLOAD for the internal table it_extract_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860503#M363302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860504#M363303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check your header_line internal table in debugging before calling the FM 'GUI_DOWNLOAD'? otherwise, comment out fielnames and just use data_tab and check like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = l_path&lt;/P&gt;&lt;P&gt;write_field_separator = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = header_line&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*fieldnames = header_line&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860504#M363303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860505#M363304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;again sorry for the confusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = l_path&lt;/P&gt;&lt;P&gt;write_field_separator = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;fieldnames = header_line &lt;/P&gt;&lt;P&gt;data_tab = it_extract_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenI bolded the line, I must have screwed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I still call the GUI_DOWNLOAD twice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860505#M363304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860506#M363305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = l_path&lt;/P&gt;&lt;P&gt;write_field_separator = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = header_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = l_path&lt;/P&gt;&lt;P&gt;write_field_separator = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = it_extract_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 19:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860506#M363305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860507#M363306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed my program to call it twice. I did not get any header line at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860507#M363306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860508#M363307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok do the following check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Have you used the same FM as I mentioned above.&lt;/P&gt;&lt;P&gt;2. If so. Comment out the second FM and execute your program to make sure that the header is downloaed. You can check the file after execution. You should see the header alone. The data will not appear as the code for this is commented.&lt;/P&gt;&lt;P&gt;3. Comment the first Fm and uncomment the second. you shoudl see teh data alone without header. &lt;/P&gt;&lt;P&gt;4. If all the steps above are workign fine then make sure that you are calling the second FM in append mode rather than in overwrite mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform all these and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860508#M363307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860509#M363308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are calling the function correctly. Do you have 214 columns in it_extract_data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860509#M363308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860510#M363309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I commented out the second FM and only processed the header line. I do not have the second FM setup for append. I will check on how to set that up. when the FM processed the header line, it did not put the column headings on one line but instead put in one column. so I have all 214 lines of data. I don't know if this is because we did not use the "fieldnames" parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860510#M363309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860511#M363310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this to be your problem. I ran:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: BEGIN OF itab OCCURS 0,
        f1(10),
        f2(10),
*       f3(10),
      END   OF itab.

DATA: BEGIN OF names OCCURS 0,
        f1(50),
      END   OF names.

names-f1 = '1'.
APPEND names.

names-f1 = '2'.
APPEND names.

names-f1 = '3'.
APPEND names.

itab-f1 = 'A'.
itab-f2 = 'B'.
APPEND itab.

CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
    filename              = 'c:temptestn.dbf'
    write_field_separator = 'X'
  TABLES
    data_tab              = itab
    fieldnames            = names.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And got two columns, but when I uncommented f3 in itab, I got them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860511#M363310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860512#M363311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked thru the code again and found that I had a column heading in the middle of the group that should not have been coded. since there were 213 columns of data it must only print 213 column headings. that is why the last one was not printing. I have remove the heading that is in error and everything is working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very sorry for wasting everyone's time on this.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to thank all of you for trying to help me figure this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860512#M363311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: help with table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860513#M363312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 20:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-table/m-p/1860513#M363312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T20:44:37Z</dc:date>
    </item>
  </channel>
</rss>

