<?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: Return of a Function Module ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205584#M132115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kripa,&lt;/P&gt;&lt;P&gt;   What you can do is declare that internal table in the global data of the function module and include all the three FMs under the same Function group.&lt;/P&gt;&lt;P&gt;That way you can access the internal table (Globally declared) from anywhere in the three Fms.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2006 12:44:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-10T12:44:36Z</dc:date>
    <item>
      <title>Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205579#M132110</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;I have a FM 'A' which calls another FM 'B' ... which calls another FM 'C' ... C displays a LIST output with the values it has in an internal table ITAB ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my requirement is :&lt;/P&gt;&lt;P&gt;I have a program 'ZABC' which calls the FM 'A' ... and i want the 'C's List in my report as an output ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my requirement is clear !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting your answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R.Kripa ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205579#M132110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205580#M132111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ITAB must be passed through to the calling program or FM using the interface definition of FM C. The interfaces of FM a + b have to be enhanced by the same itab parameter, so that the report, that call FM A can read the contents of your ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205580#M132111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T10:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205581#M132112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kripa,&lt;/P&gt;&lt;P&gt;   i think it can be done only when you have that internal table as an exporting parameter of FM C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can add that parameter to FM C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205581#M132112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T10:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205582#M132113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include the internal table as one of the parameters in the export in all FM's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205582#M132113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T10:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205583#M132114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass an internal table as Table parameter upto your FM C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 12:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205583#M132114</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-10T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205584#M132115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kripa,&lt;/P&gt;&lt;P&gt;   What you can do is declare that internal table in the global data of the function module and include all the three FMs under the same Function group.&lt;/P&gt;&lt;P&gt;That way you can access the internal table (Globally declared) from anywhere in the three Fms.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 12:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205584#M132115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205585#M132116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanks all ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the thing is ... all FMs .. A B C are standard function modules ;-( &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the problem ;-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Kripa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 13:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205585#M132116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Return of a Function Module ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205586#M132117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why didn't you say they were standard in the first place. Are you calling them in a bespoke program. If so I think the answer is obvious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 13:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-of-a-function-module/m-p/1205586#M132117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T13:34:50Z</dc:date>
    </item>
  </channel>
</rss>

