<?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: call a function module inside of another function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588600#M265122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get it to work by placing the above function module into my custom remote enabled one.  Thanks for the input, I will award points.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2006 16:47:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-09T16:47:17Z</dc:date>
    <item>
      <title>call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588594#M265116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone ever called a function module inside of a remote enabled function module?  Maybe this needs to be accomplished inside of an include.  Just wondering. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588594#M265116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588595#M265117</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;  Check the BAPI..BAPI_MATERIAL_SAVEDATA..Which is remote enabled...And there are lot of function modules called in this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please let us the know your requirements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588595#M265117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588596#M265118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no problem in calling like that. The first RFC enabled FM already makes the connection the another system. Hence the FM inside that RFC FM will acts like RFC enabled. But check that both the FM are avilable in the destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588596#M265118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588597#M265119</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 don't believe, I thinl it only need to insert the call in the calling fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588597#M265119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588598#M265120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a remote function module in R/3.  I am calling it from our BW environment.  Since I was in R/3, I want to call RE_LAST_DAY_OF_MONTH and pass this back through the first FM.  It just bypasses.  Not a huge deal, just wondering. I see it can be done, I'll look into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588598#M265120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588599#M265121</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;No u can't do it because the RE_LAST_DAY_OF_MONTH  is not remote function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to call it u should insert it in a RFC, so u should create in R/3 a new RFC calling both fms: RE_LAST_DAY_OF_MONTH and the remote one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so call this new rfc instead of the other one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588599#M265121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588600#M265122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get it to work by placing the above function module into my custom remote enabled one.  Thanks for the input, I will award points.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588600#M265122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: call a function module inside of another function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588601#M265123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, Ryan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you knonw already the solution u can only close this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-function-module-inside-of-another-function-module/m-p/1588601#M265123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:57:35Z</dc:date>
    </item>
  </channel>
</rss>

