<?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: CSV attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860225#M670741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Instead of CSV attachment try for TAB seperated attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try out and tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Bharat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2007 12:00:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-28T12:00:43Z</dc:date>
    <item>
      <title>CSV attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860224#M670740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 4.6c CSV attachment was working fine but after upgrade to 6.0 its givving trouble . We get all the data in to single column . Please help and reward points are assured .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 11:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860224#M670740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSV attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860225#M670741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Instead of CSV attachment try for TAB seperated attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try out and tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Bharat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 12:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860225#M670741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: CSV attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860226#M670742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried making it tab limited but still problem exits... Actualy with tab delimited the file opems properly but before opening the excel shows an error stating format of the file is not correct... Can there be any customising problem in SapConnect...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 12:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860226#M670742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSV attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860227#M670743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this problem since going from R/3 4.7 to ECC6. the following code works fine in R/3 but in ECC6, all the data goes into the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD document-&amp;gt;add_attachment&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          i_attachment_type     = 'CSV'&lt;/P&gt;&lt;P&gt;          i_attachment_subject  = 'Staffing Budget Information Report'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         i_attachment_size     = '12'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_ATTACHMENT_LANGUAGE = SPACE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    i_att_content_text    = li_excel_rows.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          i_att_content_hex     = hex_file&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_ATTACHMENT_HEADER   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 11:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csv-attachment/m-p/2860227#M670743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T11:00:28Z</dc:date>
    </item>
  </channel>
</rss>

