<?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 loading internal table from CSV file in Application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-internal-table-from-csv-file-in-application-server/m-p/8921886#M1691636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiExperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load an internal table from csv file which is located in application server of SAP.&lt;/P&gt;&lt;P&gt;This csv file contains header and item details, now my doubt is how to segregate this header and item details and put in one internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator message: Please do a proper analysis of your requirement and post your question here if you are facing any technical difficulties. You question is purely related to the specification analysis which cannot be helped here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 10:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-11T10:35:59Z</dc:date>
    <item>
      <title>loading internal table from CSV file in Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-internal-table-from-csv-file-in-application-server/m-p/8921886#M1691636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiExperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load an internal table from csv file which is located in application server of SAP.&lt;/P&gt;&lt;P&gt;This csv file contains header and item details, now my doubt is how to segregate this header and item details and put in one internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator message: Please do a proper analysis of your requirement and post your question here if you are facing any technical difficulties. You question is purely related to the specification analysis which cannot be helped here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 10:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-internal-table-from-csv-file-in-application-server/m-p/8921886#M1691636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T10:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: loading internal table from CSV file in Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-internal-table-from-csv-file-in-application-server/m-p/8921887#M1691637</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;Header will always be first line. So you can read the internal table with INDEX 1 and you can segregate the header and line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First get file contents into a internal table using OPEN DATASET, READ DATASET and CLOSE DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then read the internal table with index 1 to get the header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-internal-table-from-csv-file-in-application-server/m-p/8921887#M1691637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T10:39:18Z</dc:date>
    </item>
  </channel>
</rss>

