<?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 Regarding FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776914#M908769</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;I have Lockbox  and date as parameters on selection screen,&lt;/P&gt;&lt;P&gt;based on the values entered they are calling Custom FM passing these values&lt;/P&gt;&lt;P&gt;CALL FUNCTION FM&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      p_desti          = p_desti&lt;/P&gt;&lt;P&gt;      p_orign          = p_orign&lt;/P&gt;&lt;P&gt;      p_lockb         = p_lockb&amp;lt;---&lt;/P&gt;&lt;P&gt;      p_date           = p_date&amp;lt;---&lt;/P&gt;&lt;P&gt;      p_batn           = p_batn&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      p_kukey         = g_kukey&lt;/P&gt;&lt;P&gt;      e_batn           = p_batn&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_febko          = tb_febko.&lt;/P&gt;&lt;P&gt;Now my requirement is to change these parameter values to select-options.My question is it possible to pass a select-option(multivalues) to the FM at a time .Is there any other way to proceed.&lt;/P&gt;&lt;P&gt;Points will b rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regads,&lt;/P&gt;&lt;P&gt;Padmasri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 08:21:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T08:21:52Z</dc:date>
    <item>
      <title>Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776914#M908769</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;I have Lockbox  and date as parameters on selection screen,&lt;/P&gt;&lt;P&gt;based on the values entered they are calling Custom FM passing these values&lt;/P&gt;&lt;P&gt;CALL FUNCTION FM&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      p_desti          = p_desti&lt;/P&gt;&lt;P&gt;      p_orign          = p_orign&lt;/P&gt;&lt;P&gt;      p_lockb         = p_lockb&amp;lt;---&lt;/P&gt;&lt;P&gt;      p_date           = p_date&amp;lt;---&lt;/P&gt;&lt;P&gt;      p_batn           = p_batn&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      p_kukey         = g_kukey&lt;/P&gt;&lt;P&gt;      e_batn           = p_batn&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_febko          = tb_febko.&lt;/P&gt;&lt;P&gt;Now my requirement is to change these parameter values to select-options.My question is it possible to pass a select-option(multivalues) to the FM at a time .Is there any other way to proceed.&lt;/P&gt;&lt;P&gt;Points will b rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regads,&lt;/P&gt;&lt;P&gt;Padmasri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776914#M908769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776915#M908770</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 pass it as  a work area&lt;/P&gt;&lt;P&gt;in FM importing parameter&lt;/P&gt;&lt;P&gt;variable shud be of type ur range&lt;/P&gt;&lt;P&gt;low high sign etc (4 values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use low and high&lt;/P&gt;&lt;P&gt;to find the range in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776915#M908770</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-05-08T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776916#M908771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;insted of using exporting addition, specify the parameters  in Tables addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass ur select-options table to FM and evaluate sign and interval in FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:seltab for ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this seltab to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776916#M908771</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-05-08T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776917#M908772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="749054"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776917#M908772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776918#M908773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM has define its import parameters just as normal parameters(like for date define as feblbx-frdat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so they are in compatible..is there any other way to proceed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 09:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/3776918#M908773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T09:01:12Z</dc:date>
    </item>
  </channel>
</rss>

