<?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: ABOUT FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098112#M979987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in function module u have to create an export parameter...&lt;/P&gt;&lt;P&gt;and u can pass the range of vaues as internal table and can get the resiult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZTEST'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;DATA     = itab&lt;/P&gt;&lt;P&gt;result = it_result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 10:37:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T10:37:12Z</dc:date>
    <item>
      <title>ABOUT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098111#M979986</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 should i pass values or range of values or select-options to function module so that it return value in some itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098111#M979986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABOUT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098112#M979987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in function module u have to create an export parameter...&lt;/P&gt;&lt;P&gt;and u can pass the range of vaues as internal table and can get the resiult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZTEST'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;DATA     = itab&lt;/P&gt;&lt;P&gt;result = it_result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098112#M979987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABOUT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098113#M979988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this link it wil help for u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098113#M979988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABOUT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098114#M979989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to pass Ranges or select optios to the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating a 'Z' FM &lt;/P&gt;&lt;P&gt;then create a structure with high,low,sign,options&lt;/P&gt;&lt;P&gt;then create a table type using this structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can pass ranges or select-options to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u are using any standard FM then there must be an option to pass ranges..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098114#M979989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABOUT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098115#M979990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Define the paramters in the Table tab with out referencing to any Data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the coding part &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You move that to appropriate ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;*"      SEL_OPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: r_matnr type range of matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_matnr[] = sel_opt[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then perform that select using the R_MATNR in where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then return the table data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-fm/m-p/4098115#M979990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:41:20Z</dc:date>
    </item>
  </channel>
</rss>

