<?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: HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289273#M499227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;declare the range statement and pass it to the tables in FM&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, 29 May 2007 12:49:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T12:49:13Z</dc:date>
    <item>
      <title>HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289271#M499225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW DO U PASS A SELECT-OPTIONS PARAMTER TO A FUNCTION MODULE AS ITS IMPORT PARAMETER(IN MY CASE rfc fM) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really urgent!!!&lt;/P&gt;&lt;P&gt;thanks to one and all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289271#M499225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289272#M499226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pass as a TABLES parameter&lt;/P&gt;&lt;P&gt;using the Structure &amp;lt;b&amp;gt;wselkunnr&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;because select options create a selection table which is similar to this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289272#M499226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289273#M499227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;declare the range statement and pass it to the tables in FM&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, 29 May 2007 12:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289273#M499227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289274#M499228</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;u can try by declaring two variables like one for selopt-low and second for selopt-high in import parameters.then give the condition like between the two variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289274#M499228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  TO PASS SELECT-OPTIONS PARAMETER TO A FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289275#M499229</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;If you are passing a single value, its better you take it from s_option-low or s_option-high (select options). &lt;/P&gt;&lt;P&gt;Else if you are passing values to the FM in a loop for all select option values, then better you declare an internal table with type &amp;lt;b&amp;gt;WSELKUNNR&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;get low &amp;amp; high fields from each row &amp;amp; pass them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will make you clear when you check out your select options in debug mode by entering different combinations of inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 13:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-select-options-parameter-to-a-function-module/m-p/2289275#M499229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

