<?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: Function module query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675203#M1290253</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;While copying the Function group you might have copied the Function module's too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the itab declartion is in the function module or in the function group top include..if it is in Function module then you need move the itab declaration to Top include in function group so that it is accessiable to all the function module. (i.e. the scope of itab would be global)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the declaration is in Function module then the scope of this itab will be local to FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 13:26:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-26T13:26:29Z</dc:date>
    <item>
      <title>Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675198#M1290248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I copied one standard function group and made changes to one function module. In the program i am using standard function module and getting filled one internal table itab ( which is declared in top of stnd. function group). Now i want to use itab in another customised function module. how is it possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 12:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675198#M1290248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675199#M1290249</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;It works, If you create your new FM in the same Function Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 12:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675199#M1290249</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-05-26T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675200#M1290250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean in stnd function group? its not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 12:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675200#M1290250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675201#M1290251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would be able to access that internal table in all the Function modules in the of the same Function Group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675201#M1290251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675202#M1290252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the internal table is available in the call stack, then you can access it at runtime using field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675202#M1290252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675203#M1290253</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;While copying the Function group you might have copied the Function module's too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the itab declartion is in the function module or in the function group top include..if it is in Function module then you need move the itab declaration to Top include in function group so that it is accessiable to all the function module. (i.e. the scope of itab would be global)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the declaration is in Function module then the scope of this itab will be local to FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675203#M1290253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675204#M1290254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change One function module of a function group. I want the internal table values from stnd function module to this changed function module. How to maintain them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675204#M1290254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675205#M1290255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 17:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-query/m-p/5675205#M1290255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T17:22:32Z</dc:date>
    </item>
  </channel>
</rss>

