<?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: function Module with no importing/exporting parameters??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518013#M846112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UR correct.&lt;/P&gt;&lt;P&gt;FM will populate Table TSPSTAT_LIST and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the FM it selects on  soramon by passing a hardcoded value ..&lt;/P&gt;&lt;P&gt;No need for us to pass anything ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * from soramon&lt;/P&gt;&lt;P&gt;  where category = 'USE MAX_SIZE'.&lt;/P&gt;&lt;P&gt;    use_size = soramon-value.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 15:24:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T15:24:57Z</dc:date>
    <item>
      <title>function Module with no importing/exporting parameters???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518011#M846110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thinking of using an SAP FM SDBORA_GET_TSP_FREE_SPACE  which will return a current snap short of information related to space management.  My issue with this is that there are no importing/exporting parameters here.  How is this possible?  Also, there is a table in the "table" tab of this FM.  I am assuming that results will get passed to this table, correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would appreciate if anyone could shed some light on this.  Thanks!! &lt;/P&gt;&lt;P&gt;nv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518011#M846110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T15:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: function Module with no importing/exporting parameters???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518012#M846111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are no importing and exporting parameters then we cannot pass any variables to the FM, since we don't have anything to change.&lt;/P&gt;&lt;P&gt;In the FM SDBORA_GET_TSP_FREE_SPACE only the tables is geting populated, so jus see if that table is of any use to you in the code and based on the parameters required to fill the table you can pass some values to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...!!!&lt;/P&gt;&lt;P&gt;Sharadendu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 28, 2008 11:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518012#M846111</guid>
      <dc:creator>sharadendu_agrawal</dc:creator>
      <dc:date>2008-02-28T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: function Module with no importing/exporting parameters???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518013#M846112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UR correct.&lt;/P&gt;&lt;P&gt;FM will populate Table TSPSTAT_LIST and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the FM it selects on  soramon by passing a hardcoded value ..&lt;/P&gt;&lt;P&gt;No need for us to pass anything ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * from soramon&lt;/P&gt;&lt;P&gt;  where category = 'USE MAX_SIZE'.&lt;/P&gt;&lt;P&gt;    use_size = soramon-value.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518013#M846112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: function Module with no importing/exporting parameters???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518014#M846113</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 don't know that fm, but it's not neccessary a fm has import/export parameters in order to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters can be transfered to that fm from another fm of the same function group or perhaps your fm doesn't need any parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the result will be stored in the TABLE parameter TSPSTAT1, so you're right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518014#M846113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: function Module with no importing/exporting parameters???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518015#M846114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points awarded!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 16:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-with-no-importing-exporting-parameters/m-p/3518015#M846114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T16:27:22Z</dc:date>
    </item>
  </channel>
</rss>

