<?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 FM call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568777#M858878</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;yaa u can call like this but the tables parameters t1 should exist in the function module and the table you are passing should be the same type as t1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 04:32:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T04:32:15Z</dc:date>
    <item>
      <title>Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568776#M858877</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;I am calling some FM dynamically. All these Fm have been created by me. these function modules have one table parameter. I want these table data dynamicaally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION fmname&lt;/P&gt;&lt;P&gt;        tables t1 = lt_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting dump. Can somebody tell me I am calling it correctly or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568776#M858877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568777#M858878</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;yaa u can call like this but the tables parameters t1 should exist in the function module and the table you are passing should be the same type as t1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568777#M858878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568778#M858879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;If I got your point correctly, t1 should be of type table of FM called. should I declare ti of type the table used by FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568778#M858879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568779#M858880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yaa.in ur case T1 should be of table type in the calling FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in dynamic FM calling all the mandatory(importing,changing&amp;amp;tables) parameters should be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568779#M858880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568780#M858881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Still I am getting a dump of that "parameter missing in the FM call". The Fms do not have any import, export of changing parameters. These have only table parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I declared t1 of type table specified in the table parameter of FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568780#M858881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568781#M858882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeetu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u calling a Smartforms FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568781#M858882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568782#M858883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;It is in a FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568782#M858883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568783#M858884</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;Now I am not getting the error since I changed the t1 to to exact table parameter name of FM which is going to be called dynamically. My doubt is if I have many FMs which are going to be called dynamically. How can I achieve this since in every FM the table parameter name is different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568783#M858884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568784#M858885</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;in such a case u cannot call like this.&lt;/P&gt;&lt;P&gt;in real time u'll not get a situation to call like this.&lt;/P&gt;&lt;P&gt;only we will call like this in case of smartforms(in that case the structure is same every time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 05:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-fm-call/m-p/3568784#M858885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T05:02:34Z</dc:date>
    </item>
  </channel>
</rss>

