<?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: Select option how to pass in Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322804#M1226819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can pass the selectoption to the changing parameter of the function module,since TABLES parameter is OBSOLETE in new releases it would be recomented to use CHANGING parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Hareesh Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2009 02:53:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-14T02:53:26Z</dc:date>
    <item>
      <title>Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322800#M1226815</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 to pass direct select-option values in a Function Module and  later how to retrive the values from FM as well ?&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;Meeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322800#M1226815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322801#M1226816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some predefined structures too for eg. IWSELOPT, which you can use. In case you are not able to find the appropriate structure, create another structure.&lt;/P&gt;&lt;P&gt;Create a structure with field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign(1)&lt;/P&gt;&lt;P&gt;Option(2)&lt;/P&gt;&lt;P&gt;Low type field name &lt;/P&gt;&lt;P&gt;high type fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this structure in the tables parameter and then you can directly pass the select options in this and use it like the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Navneet Chaubey on Mar 14, 2009 1:36 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322801#M1226816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322802#M1226817</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;You can Leave the Type Field Blank in the Function Module &lt;STRONG&gt;Table Tab&lt;/STRONG&gt; and pass your Select-Option to this for more info [Click Here|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6953250"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322802#M1226817</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-03-13T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322803#M1226818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Meeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use a generic table type like &lt;STRONG&gt;RSELOPTION&lt;/STRONG&gt; or &lt;STRONG&gt;RSDSSELOPT_T&lt;/STRONG&gt;. However, this requires that you shuffle the data from twice from your specific select-options to this generic select-option and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A much simpler way is to import the name of the report from which you want to retrieve its select-options into the function module and within the fm just call fm &lt;STRONG&gt;RS_REFRESH_FROM_SELECTOPTIONS.&lt;/STRONG&gt;&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>Fri, 13 Mar 2009 22:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322803#M1226818</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-03-13T22:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322804#M1226819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can pass the selectoption to the changing parameter of the function module,since TABLES parameter is OBSOLETE in new releases it would be recomented to use CHANGING parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Hareesh Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 02:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322804#M1226819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T02:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select option how to pass in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322805#M1226820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 08:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-how-to-pass-in-function-module/m-p/5322805#M1226820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T08:34:30Z</dc:date>
    </item>
  </channel>
</rss>

