<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474782#M556962</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;how to pass select-options value to a function module. how to declare that in import section of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i decalred a select options in my program and passed to function module but when i execute my program its going to short dump and in error analysis its giving message as  value of pernr [select-options] used in report and in function module are of different type. &lt;/P&gt;&lt;P&gt;in function module i declared pernr as &lt;/P&gt;&lt;P&gt;import section --&amp;gt; pernr like catsdb-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 07:11:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T07:11:57Z</dc:date>
    <item>
      <title>SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474782#M556962</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;how to pass select-options value to a function module. how to declare that in import section of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i decalred a select options in my program and passed to function module but when i execute my program its going to short dump and in error analysis its giving message as  value of pernr [select-options] used in report and in function module are of different type. &lt;/P&gt;&lt;P&gt;in function module i declared pernr as &lt;/P&gt;&lt;P&gt;import section --&amp;gt; pernr like catsdb-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474782#M556962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474783#M556963</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;This dump is mainly bcoz u may have ste the value of the field as default try to use it as reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474783#M556963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474784#M556964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass select option as TABLES parameter to the FM. There are already lots of thread on the same topic. You just search and you will find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474784#M556964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474785#M556965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the TABLES parameters with the type &amp;lt;b&amp;gt;wselkunnr&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474785#M556965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474786#M556966</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 a variable for PERNR (V_PERNR) similar to CTASDB-PERNR&lt;/P&gt;&lt;P&gt;and move the value of Select-options pernr(S_PERNR) to this varaible&lt;/P&gt;&lt;P&gt;v_pernr  =  s_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pass this v_pernr to your fun module and see what happens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Fri, 06 Jul 2007 07:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474786#M556966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474787#M556967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the parameter for Select option under &amp;lt;b&amp;gt;TABLES.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474787#M556967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474788#M556968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a structure (Similar to that of select options (sign, option, low &amp;amp; high)) and use that in import or tables parameter of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure while defining the low and high fields of the structure (refer to the same data element that the select option you have defined in the program is refering).&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;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474788#M556968</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2007-07-06T07:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474789#M556969</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 wselkunnr&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;Refer below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3685531&amp;amp;messageID=2454966" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3685531&amp;amp;messageID=2454966&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 07:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474789#M556969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474790#M556970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 05:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2474790#M556970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T05:42:23Z</dc:date>
    </item>
  </channel>
</rss>

