<?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: Send comma separated file to Application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136080#M989088</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;check this link for a sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci1166824,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci1166824,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 15:40:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T15:40:53Z</dc:date>
    <item>
      <title>Send comma separated file to Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136076#M989084</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 have some records in internal table which I need to send to application server in CSV format.&lt;/P&gt;&lt;P&gt;Many solutions are given in the forum to send data to presentation in CSV format using diff function modules e.g. SAP&lt;STRONG&gt;CONVERT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Could any one of you pls tell me, is there any FM to convert internal table to csv format table (not structure). The above function modules convert internal table into comma separated structure.&lt;/P&gt;&lt;P&gt;I would appreciate your help in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Viswa..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136076#M989084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Send comma separated file to Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136077#M989085</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 dont think it is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of w_tab ,&lt;/P&gt;&lt;P&gt;           record type string,&lt;/P&gt;&lt;P&gt;        end of w_tab,&lt;/P&gt;&lt;P&gt;        itab like standard table of w_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; concatenate f1 f2 f3 f4 into w_tab separated by ','.&lt;/P&gt;&lt;P&gt; append w_tab to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now this itab you can transfer to the app.server using open dataset.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136077#M989085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Send comma separated file to Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136078#M989086</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;  You can use the function module &lt;STRONG&gt;SAP_CONVERT_TO_CSV_FORMAT&lt;/STRONG&gt; for converting the internal table data into csv format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136078#M989086</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-07-16T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Send comma separated file to Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136079#M989087</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;use the function module SAP_CONVERT_TO_TEX_FORMAT...to split the internal table to comma separated internal table...in the field separator pass the value ','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136079#M989087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Send comma separated file to Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136080#M989088</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;check this link for a sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci1166824,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci1166824,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-comma-separated-file-to-application-server/m-p/4136080#M989088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:40:53Z</dc:date>
    </item>
  </channel>
</rss>

