<?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 function module which reads the file size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904775#M936613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a function module which reads the size of the input file. I mean it should indicate if the file is empty or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mridu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 06:14:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T06:14:18Z</dc:date>
    <item>
      <title>function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904775#M936613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a function module which reads the size of the input file. I mean it should indicate if the file is empty or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mridu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904775#M936613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904776#M936614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the function FILE_GET_SIZE of CL_GUI_FRONTEND_SERVICES class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ramanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904776#M936614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904777#M936615</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;use the function module GUI_UPLOAD.the importing parameter FILELENGTH will give u the number of bytes transferred. if it gives zero then u can say that the file is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904777#M936615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904778#M936616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM EPS_GET_FILE_ATTRIBUTES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904778#M936616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904779#M936617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;call method cl_gui_frontend_services=&amp;gt;file_open_dialog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;exporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;initial_directory = ws_f0001_pcpath&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;changing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;file_table        = i_file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;rc                = ws_f0001_rc.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904779#M936617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: function module which reads the file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904780#M936618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this function module for find the file size.&lt;/P&gt;&lt;P&gt;'GUI_GET_FILE_INFO'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT &lt;/P&gt;&lt;P&gt;   FNAME- file path. (C:\tst.txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT&lt;/P&gt;&lt;P&gt;   FILE_SIZE = output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget for give Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-reads-the-file-size/m-p/3904780#M936618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:40:49Z</dc:date>
    </item>
  </channel>
</rss>

