<?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: How to convert Internal table (dynamically created) to CSV format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106775#M1509246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Its is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddhartha on Jul 27, 2010 6:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 11:55:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-27T11:55:01Z</dc:date>
    <item>
      <title>How to convert Internal table (dynamically created) to CSV format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106773#M1509244</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;Can anyone please suggest someway to convert Internal table (dynamically created) to CSV format ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 11:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106773#M1509244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-27T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal table (dynamically created) to CSV format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106774#M1509245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siddhartha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use sth like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 

data str type string.

do.
 assign component sy-index of structure &amp;lt;itab&amp;gt; to &amp;lt;f&amp;gt;.
 if sy-subrc = 0.
  concatenate str &amp;lt;f&amp;gt; ';' into str.
 else.
  transfer str to file
  exit.
 endif
enddo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Her(r)mann (not Hesse)  from germany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Andreas Mann on Jul 27, 2010 1:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 11:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106774#M1509245</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-07-27T11:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Internal table (dynamically created) to CSV format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106775#M1509246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Its is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddhartha on Jul 27, 2010 6:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 11:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-internal-table-dynamically-created-to-csv-format/m-p/7106775#M1509246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-27T11:55:01Z</dc:date>
    </item>
  </channel>
</rss>

