<?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: doubts about some popular function modules? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523507#M240132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi charles,&lt;/P&gt;&lt;P&gt;you could call the below methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 19:35:12 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-09-06T19:35:12Z</dc:date>
    <item>
      <title>doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523503#M240128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have doubts about these function modules (see in parenthesis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ws_filename_get (to get the file name at ...?)&lt;/P&gt;&lt;P&gt;ws_query (to get file size and environment variables from the presentation server to the ...?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upload and download (what are the new function modules used in place of these (I know they are obsolete now) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the Object oriented equivalents of these functions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Charles.&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523503#M240128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T19:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523504#M240129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the methods available in the class&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES (tcode SE24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523504#M240129</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-09-06T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523505#M240130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, there are methods like GUI_DOWNLOAD and GUI_UPLOAD under this class.  These methods call the function modules GUI_DOWNLOAD and GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523505#M240130</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-06T19:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523506#M240131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The equalent function modules in object oriented for&lt;/P&gt;&lt;P&gt;WS_FILENAME_GET ---&amp;gt; CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_QUERY ---&amp;gt; CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPLOAD is combination of these two function modules&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG with CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOWNLOAD is combination of these two function modules&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_SAVE_DIALOG with CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523506#M240131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523507#M240132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi charles,&lt;/P&gt;&lt;P&gt;you could call the below methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 19:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523507#M240132</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-09-06T19:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523508#M240133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Charles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With respect to unicode you should exclusively use the ABAP-OO approach (i.e. CL_GUI_FRONTEND_SERVICES) because the function modules (e.g. GUI_UPLOAD/GUI_DOWNLOAD) are not unicode-enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 21:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523508#M240133</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-06T21:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523509#M240134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody answered my first two questions.. I rephrase as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)What is the use of ws_filename_get? Please be specific in your answer, about where the file resides: application server, presentation server or the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)What is the use of ws_query? Please be specific in your answer, about where the file resides: application server, presentation server or the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can GUI_UPLOAD be a substitute of Upload? It is a substitute of WS_UPLOAD as upload is used to transfer data from presentation server to the ABAP program, whereas the other two are used to get it from presentation server to the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Charles.&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 12:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523509#M240134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T12:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523510#M240135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi charles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is the use of ws_filename_get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Its just like FILE OPEN DIALOG Box,&lt;/P&gt;&lt;P&gt;  for selecting a file,&lt;/P&gt;&lt;P&gt;  FROM FRONT-END COMPUTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the use of ws_query&lt;/P&gt;&lt;P&gt;  Suppose you want to know &lt;/P&gt;&lt;P&gt;  what is the current working directory&lt;/P&gt;&lt;P&gt;  (in the front-end computer)&lt;/P&gt;&lt;P&gt;  ie. Basically if we want to know&lt;/P&gt;&lt;P&gt;   some settings/environment variables&lt;/P&gt;&lt;P&gt;   on the front-end computer,&lt;/P&gt;&lt;P&gt;  we can use this FM.&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 12:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523510#M240135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: doubts about some popular function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523511#M240136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;(1)What is the use of ws_filename_get? Please be specific in your answer, about where the file resides: application server, presentation server or the ABAP program.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is simply providing an interface for the user to choose a filename which resides on the frontend PC(presentation server). As suggested already, this has been replaced with FILE_OPEN_DIALOG method of the class CL_GUI_FRONTEND_SERVICES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;2)What is the use of ws_query? Please be specific in your answer, about where the file resides: application server, presentation server or the ABAP program.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, already answered,  this has been replace by multiple more specific methods of the same class mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;How can GUI_UPLOAD be a substitute of Upload? It is a substitute of WS_UPLOAD as upload is used to transfer data from presentation server to the ABAP program, whereas the other two are used to get it from presentation server to the application server.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They all transafer data from the presentation to your application.  They are all interchangable(in a sense), but you should be using the GUI_UPLOAD method of the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 12:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubts-about-some-popular-function-modules/m-p/1523511#M240136</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-07T12:57:06Z</dc:date>
    </item>
  </channel>
</rss>

