<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175199#M1979378</link>
    <description>&lt;P&gt;One small clarification, which is likely not relevant in the original context of the question.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;TABLES parameters are obsolete except for in RFC enabled function modules. For those they still have a legitimate role as the enconding and transfer of the data is done in a different way (in most cases with far better performance).&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 08:34:39 GMT</pubDate>
    <dc:creator>gasparerdelyi</dc:creator>
    <dc:date>2020-06-22T08:34:39Z</dc:date>
    <item>
      <title>FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175194#M1979373</link>
      <description>&lt;P&gt;Hi everyone. Good morning. Can select-options be used in function modules? if it is ,please let me know the syntax for using it . Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 05:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175194#M1979373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-22T05:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175195#M1979374</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;karoncdas_31&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Function modules does not have a direct parameter that deals with Select Options, below are few suggestions for using the select Options:&lt;/P&gt;&lt;P&gt;1) Convert the select option into a Internal table in your program and pass the internal table as a tables parameter in function module. You can internally use this table in your select queries.&lt;/P&gt;&lt;P&gt;2) Another work around would creating a parameter which is very similar to the structure of the select option and use the same. You can follow the below link to understand this option.&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/SelectOptions/Replicate.htm" target="_blank"&gt;SELECT OPTIONS IN FM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 05:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175195#M1979374</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-06-22T05:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175196#M1979375</link>
      <description>&lt;P&gt;Please learn to search. As you can see, many people have asked the same question before you (since the forum used to exist).&lt;/P&gt;&lt;P&gt;Your preferred browser:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Can select-options be used in function modules? site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2020 06:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175196#M1979375</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-22T06:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175197#M1979376</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just don't use TABLES type of parameter. It's obsolete. Instead use IMPORTING or EXPORTING, with full table type definition.&lt;/P&gt;&lt;P&gt;Select options is just an internal table, with a specific line structure.&lt;/P&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Mon, 22 Jun 2020 06:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175197#M1979376</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-06-22T06:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175198#M1979377</link>
      <description>&lt;P&gt;All results of the web search:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;select
option in function module Feb 2, 2009&lt;/LI&gt;

&lt;LI&gt;Select
option how to pass in Function Module Mar 14, 2009&lt;/LI&gt;

&lt;LI&gt;Select
options with function modules. Aug 16, 2010&lt;/LI&gt;

&lt;LI&gt;select
options in function module Sep 26, 2006&lt;/LI&gt;

&lt;LI&gt;How
to use select-options in the function module of import Jun 12, 2008&lt;/LI&gt;

&lt;LI&gt;select
options in function module Apr 25, 2007&lt;/LI&gt;

&lt;LI&gt;Passing
Select-options as parameter to function module Sep 23, 2005&lt;/LI&gt;

&lt;LI&gt;how
to pass a SELECT-OPTION to a FUNCTION-MODULE Jun 13, 2007&lt;/LI&gt;

&lt;LI&gt;Select
options values pass to function module Mar 15, 2009&lt;/LI&gt;

&lt;LI&gt;Select
option as parameter in FM. Sep 10, 2008&lt;/LI&gt;

&lt;LI&gt;Passing
SELECT-OPTIONS value to Function Module Sep 8, 2009&lt;/LI&gt;

&lt;LI&gt;Select
options values pass to function module Mar 03, 2009&lt;/LI&gt;

&lt;LI&gt;Passing
Select-option to Function Module Dec 29, 2005&lt;/LI&gt;

&lt;LI&gt;Select
Options to RFC function modules Jun 7, 2007&lt;/LI&gt;

&lt;LI&gt;Function
module with import as select options Mar 13, 2007&lt;/LI&gt;

&lt;LI&gt;Need
a function module to fill the select options Dec 5, 2006&lt;/LI&gt;

&lt;LI&gt;How
to pass select-option filed to Function Module Exporting Dec 6, 2008&lt;/LI&gt;

&lt;LI&gt;select
option EXTENSION function module? Apr 24, 2007&lt;/LI&gt;

&lt;LI&gt;Passing
Select-options to methods ? Jul 12, 2007&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 22 Jun 2020 06:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175198#M1979377</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-22T06:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175199#M1979378</link>
      <description>&lt;P&gt;One small clarification, which is likely not relevant in the original context of the question.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;TABLES parameters are obsolete except for in RFC enabled function modules. For those they still have a legitimate role as the enconding and transfer of the data is done in a different way (in most cases with far better performance).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 08:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175199#M1979378</guid>
      <dc:creator>gasparerdelyi</dc:creator>
      <dc:date>2020-06-22T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175200#M1979379</link>
      <description>&lt;P&gt;Good to know that,  &lt;SPAN class="mention-scrubbed"&gt;gasparerdelyi&lt;/SPAN&gt; &lt;/P&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Mon, 22 Jun 2020 08:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175200#M1979379</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-06-22T08:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175201#M1979380</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;gasparerdelyi&lt;/SPAN&gt; thanks to you for the information.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/12175201#M1979380</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-06-22T11:00:09Z</dc:date>
    </item>
  </channel>
</rss>

