<?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: getting Issue while uploading CSV file into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708872#M1106253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...... Abhi.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally you dont have to modify your CSV file......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your CSV File expand the A and D Column or duble click on these columns.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to upload it will work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanjks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 11:41:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-07T11:41:20Z</dc:date>
    <item>
      <title>getting Issue while uploading CSV file into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708871#M1106252</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;CSV file Data format as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     a             b               c              d           e               f&lt;/P&gt;&lt;P&gt;2.01E&lt;EM&gt;14	29-Sep-08	13:44:19	2.01E&lt;/EM&gt;14	SELL	T+1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; actual values of column   A is 201000000000000&lt;/P&gt;&lt;P&gt;                 and  columen D is 201000000035690&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am uploading above said CSV file into internal table using &lt;/P&gt;&lt;P&gt;the below coding: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_INTERN.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE  KCDE_CELLS.&lt;/P&gt;&lt;P&gt;TYPES: END OF TY_INTERN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'KCD_CSV_FILE_TO_INTERN_CONVERT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_FILENAME      = P_FILE&lt;/P&gt;&lt;P&gt;      I_SEPARATOR     = ','&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      E_INTERN        = T_INTERN&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      UPLOAD_CSV      = 1&lt;/P&gt;&lt;P&gt;      UPLOAD_FILETYPE = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am getting all columns data into internal table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting problem is columan A &amp;amp; D. am getting values into internal table for both; 2.01E+14. How to get actual values without modifying the csv file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 11:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708871#M1106252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T11:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: getting Issue while uploading CSV file into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708872#M1106253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...... Abhi.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally you dont have to modify your CSV file......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your CSV File expand the A and D Column or duble click on these columns.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to upload it will work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanjks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 11:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708872#M1106253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: getting Issue while uploading CSV file into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708873#M1106254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i can't double click on those columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b'se the program needs be executed in background there can lot of csv file in one folder. No manual interaction on those csv files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 13:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-issue-while-uploading-csv-file-into-internal-table/m-p/4708873#M1106254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T13:01:24Z</dc:date>
    </item>
  </channel>
</rss>

