<?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 Select Options to RFC function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-to-rfc-function-modules/m-p/2371985#M525569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use a PERFORM in main program, we can simply use the select-options&lt;/P&gt;&lt;P&gt;as for ex.,&lt;/P&gt;&lt;P&gt;in so_matnr&lt;/P&gt;&lt;P&gt;in so_bsart &lt;/P&gt;&lt;P&gt;like that&lt;/P&gt;&lt;P&gt;without passing any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it will take all values given in 'Single values' in the multiple selection option of selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need not bother about so_matnr-low and so_matnr-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use a function module to be executed in another R/3 server , &lt;/P&gt;&lt;P&gt;we have to pass values. In these values we can pass so_matnr-low and so_matnr-high only. If the user selects Single Vals instead of these,&lt;/P&gt;&lt;P&gt;how to pass them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijaya Chamundi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 09:47:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T09:47:30Z</dc:date>
    <item>
      <title>Select Options to RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-to-rfc-function-modules/m-p/2371985#M525569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use a PERFORM in main program, we can simply use the select-options&lt;/P&gt;&lt;P&gt;as for ex.,&lt;/P&gt;&lt;P&gt;in so_matnr&lt;/P&gt;&lt;P&gt;in so_bsart &lt;/P&gt;&lt;P&gt;like that&lt;/P&gt;&lt;P&gt;without passing any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it will take all values given in 'Single values' in the multiple selection option of selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need not bother about so_matnr-low and so_matnr-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use a function module to be executed in another R/3 server , &lt;/P&gt;&lt;P&gt;we have to pass values. In these values we can pass so_matnr-low and so_matnr-high only. If the user selects Single Vals instead of these,&lt;/P&gt;&lt;P&gt;how to pass them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijaya Chamundi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-to-rfc-function-modules/m-p/2371985#M525569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options to RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-to-rfc-function-modules/m-p/2371986#M525570</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;so_matnr is stored as a table, with fields sign, option, low and high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time you add a single value, a line is added to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add 'single value'  1 in the selection screen, then a line is added to table so_matnr[] with fields sign='I', option='EQ' and low='00000..1' and high is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you want to pass it as a parameter, you can pass it as a table:&lt;/P&gt;&lt;P&gt;so_matnr[] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you are sure you have all the information you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 11:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-to-rfc-function-modules/m-p/2371986#M525570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T11:03:38Z</dc:date>
    </item>
  </channel>
</rss>

