<?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: Probelem in reading csv data into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelem-in-reading-csv-data-into-internal-table/m-p/8692102#M1670024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udupi,&lt;/P&gt;&lt;P&gt;Pls declare intenal table with STRING ref .&lt;/P&gt;&lt;P&gt;it_flat_table TYPE string OCCURS 0,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2012 01:58:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-07T01:58:57Z</dc:date>
    <item>
      <title>Probelem in reading csv data into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelem-in-reading-csv-data-into-internal-table/m-p/8692101#M1670023</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 am trying to read data from the csv file into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have decalered my internal table as bellow:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;it_flat_table(999) TYPE c OCCURS 0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the following metohod to read data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;CALL METHOD cl_gui_frontend_service=&amp;gt;gui_upload&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;Exporting&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;filename = fielname&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;filetype = 'ASC'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Changing &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;data_tab = &lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;it_flat_table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;my problem is that, i am maintaining long text, but i am not able to get all the&amp;nbsp; text.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿it is cuting in half way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;So please suggest.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Regards,&lt;/P&gt;&lt;P&gt;udupi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 21:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelem-in-reading-csv-data-into-internal-table/m-p/8692101#M1670023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-06T21:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Probelem in reading csv data into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelem-in-reading-csv-data-into-internal-table/m-p/8692102#M1670024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udupi,&lt;/P&gt;&lt;P&gt;Pls declare intenal table with STRING ref .&lt;/P&gt;&lt;P&gt;it_flat_table TYPE string OCCURS 0,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 01:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelem-in-reading-csv-data-into-internal-table/m-p/8692102#M1670024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-07T01:58:57Z</dc:date>
    </item>
  </channel>
</rss>

