<?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: Dynamic calling of Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637744#M1442911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE38&lt;/P&gt;&lt;P&gt;CTRL+F8&lt;/P&gt;&lt;P&gt;Call function&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;select abap statement&lt;/P&gt;&lt;P&gt;READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is all yes all explained in there on how to call a function module either with literal 'bladibla' or through a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 11:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-18T11:26:38Z</dc:date>
    <item>
      <title>Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637743#M1442910</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;I have the requirement that I have to call the Function Modules dynamcally in my program. i m creating 9 function modules in my developemt  and I m maintaining all this function modules in one of the custom table I m creating whicth the part of development please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Uday Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 11:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637743#M1442910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637744#M1442911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE38&lt;/P&gt;&lt;P&gt;CTRL+F8&lt;/P&gt;&lt;P&gt;Call function&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;select abap statement&lt;/P&gt;&lt;P&gt;READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is all yes all explained in there on how to call a function module either with literal 'bladibla' or through a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 11:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637744#M1442911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T11:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637745#M1442912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass a variable as func name and this can be fileld from your custom table.&lt;/P&gt;&lt;P&gt;data:  ld_funcname       TYPE string.&lt;/P&gt;&lt;P&gt;call fundtion 'func_name'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 11:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637745#M1442912</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-02-18T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637746#M1442913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also thought this question credited a STFW &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a slight thought &amp;amp; i changed my mind. If the interface params for all the FMs in the custom table are same, then the question merits an STFW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if the interface params are diff ? How do we handle this situation ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 11:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637746#M1442913</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-18T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637747#M1442914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about declaring the signatures as reference types ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637747#M1442914</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-18T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637748#M1442915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; what about declaring the signatures as reference types ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which means at the end of the day all the FMs need to have the same interface if i am not mistaken. Please correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the OP handles this depends on this business requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637748#M1442915</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-18T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637749#M1442916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link:[Calling function modules dynamically|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-29]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637749#M1442916</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-18T12:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637750#M1442917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from which table you get the FM parameters. TFDIR does not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I may sound dumb, but i did not google / search in SDN. So please bear with my ignorance &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637750#M1442917</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-18T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic calling of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637751#M1442918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference types will not be applicable as you said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i think is the abap_func_parmbind in type pool abap is use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just by appending all the signatures into it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the passing it to a fm created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the standard include &lt;STRONG&gt;LV69AF21&lt;/STRONG&gt;, how the fm's PRICING_SUBSCREEN_PBO and PRICING_SUBSCREEN_PAI gets called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The signatures in each fm are different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-calling-of-function-modules/m-p/6637751#M1442918</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-18T12:29:40Z</dc:date>
    </item>
  </channel>
</rss>

