<?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 Finding File size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195221#M1002802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;I need your help to find out file size in the method CHECK_ATTACH_FILE_SIZE in a BADI HRRCF00_DOC_UPLOAD. Please suggest me how to get uploaded file size into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 08:45:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T08:45:48Z</dc:date>
    <item>
      <title>Finding File size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195221#M1002802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;I need your help to find out file size in the method CHECK_ATTACH_FILE_SIZE in a BADI HRRCF00_DOC_UPLOAD. Please suggest me how to get uploaded file size into a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195221#M1002802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding File size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195222#M1002803</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;&lt;/P&gt;&lt;P&gt;Use the Function Module "WS_QUERY". In that one parameter is there by the name "QUERY". &lt;/P&gt;&lt;P&gt;You set the value "FL" for that one to get the File Length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_QUERY'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          FILENAME = &amp;lt;FileName with Path&amp;gt;&lt;/P&gt;&lt;P&gt;          QUERY  = 'FL'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          RETURN = RTN_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 06:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195222#M1002803</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-17T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding File size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195223#M1002804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murthy,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Given function module 'WS_QUERY' is working fine whenever using in SE38. But the same function module is not getting executed if I use this in methods of BADIs.&lt;/P&gt;&lt;P&gt;I am facing same problem with the function module     GUI_GET_FILE_INFO also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me if you have any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 07:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-file-size/m-p/4195223#M1002804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T07:18:24Z</dc:date>
    </item>
  </channel>
</rss>

