<?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 Regarding Function modules and methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965231#M68386</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;which of these calls to GUI_UPLOAD is more efficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;gui_upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION GUI_UPLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2005 05:07:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-02T05:07:36Z</dc:date>
    <item>
      <title>Regarding Function modules and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965231#M68386</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;which of these calls to GUI_UPLOAD is more efficient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;gui_upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION GUI_UPLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 05:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965231#M68386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T05:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function modules and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965232#M68387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both does the same job. if you look at the code inside the method cl_gui_frontend_services=&amp;gt;gui_upload&lt;/P&gt;&lt;P&gt;it would be calling GUI_UPLOAD function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in terms of performance efficiency, there will be a very negligible differece and call function will be slightly better in my opinion.&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;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 05:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965232#M68387</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-02T05:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function modules and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965233#M68388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think these two one is same in the efficency.&lt;/P&gt;&lt;P&gt;You can find that the cl_gui_frontend_services=&amp;gt;gui_upload directly call FUNCTION GUI_UPLOAD in the method code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the cl_gui_frontend_services is developed for envelop the exists functions, to meet the OO develop requirement.&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, 02 Aug 2005 05:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965233#M68388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T05:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function modules and methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965234#M68389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   The function module GUI_UPLOAD can be used as per the same input parameters which were used in WS_UPLOAD. GUI_UPLOAD is the new version of WS_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2005 05:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-modules-and-methods/m-p/965234#M68389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-02T05:45:19Z</dc:date>
    </item>
  </channel>
</rss>

