<?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 reading data from flat file to internal table without selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210702#M473473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm reading from presentatiion server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a sample notepad file with contains perners like&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;now i need to read this notepad file to internal table &lt;/P&gt;&lt;P&gt;after reading to internal table simply i need to add one more perner through program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i'm taking an internal table&lt;/P&gt;&lt;P&gt;Data: begin of it_p0001 occurs 0,&lt;/P&gt;&lt;P&gt;      pernr(20),&lt;/P&gt;&lt;P&gt;      end of it_p0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    FILENAME                      = 'C:\TEST.TXT'&lt;/P&gt;&lt;P&gt;    FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = it_p0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this function module giving an exception "File_open_error". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to trouble shoot that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 12:21:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T12:21:46Z</dc:date>
    <item>
      <title>reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210702#M473473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm reading from presentatiion server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a sample notepad file with contains perners like&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;now i need to read this notepad file to internal table &lt;/P&gt;&lt;P&gt;after reading to internal table simply i need to add one more perner through program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i'm taking an internal table&lt;/P&gt;&lt;P&gt;Data: begin of it_p0001 occurs 0,&lt;/P&gt;&lt;P&gt;      pernr(20),&lt;/P&gt;&lt;P&gt;      end of it_p0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    FILENAME                      = 'C:\TEST.TXT'&lt;/P&gt;&lt;P&gt;    FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = it_p0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this function module giving an exception "File_open_error". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to trouble shoot that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210702#M473473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210703#M473474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u would have opened the file &amp;amp; executed the program. close the text file &amp;amp; execute the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210703#M473474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210704#M473475</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;The file may be opened by another application (for example with notepad).&lt;/P&gt;&lt;P&gt;Close the file and run your program again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210704#M473475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210705#M473476</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 know it's stupid: but does that file exist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway remember you make sure the file is close when that fm is reading it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210705#M473476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210706#M473477</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;  May be the file name which u gave is not there in cfolder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210706#M473477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210707#M473478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vamsi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Give the full path name for your Flat file. Like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   FILENAME = 'C:\Documents and Settings\Administrator\Desktop\TRAIN1.TXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210707#M473478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210708#M473479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have checked, its not open. its close.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 12:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210708#M473479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T12:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: reading data from flat file to internal table without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210709#M473480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the file on your PC actually named with all caps?  I'm not positive, but I think the GUI_UPLOAD filename is case-sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 14:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-flat-file-to-internal-table-without-selection-screen/m-p/2210709#M473480</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2007-04-24T14:43:11Z</dc:date>
    </item>
  </channel>
</rss>

