<?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: Global declaration in function group. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807433#M346489</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;Yes.Use **TOP in the function pool.It can be used for the entire function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 07:59:51 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2006-12-05T07:59:51Z</dc:date>
    <item>
      <title>Global declaration in function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807432#M346488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a function group within which i have 6 function modules. I want to declare global data in the function group which can be used in all the function modules. Is it possible? If yes then please give me the details..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807432#M346488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration in function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807433#M346489</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;Yes.Use **TOP in the function pool.It can be used for the entire function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807433#M346489</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-05T07:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration in function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807434#M346490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Abishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; yes it is possible .. assign the same function group for all the 6 Function Modules and put the common data in the Function Group TOP Include program program ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807434#M346490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration in function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807435#M346491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each function module is nothing but INCLUDE program. So, if you see the list of includes, there will be a TOP include which is common and will be accessible to all other function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare variables there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807435#M346491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration in function group.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807436#M346492</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;there is one include which is called ...TOP herein you can post your global datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration-in-function-group/m-p/1807436#M346492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:02:31Z</dc:date>
    </item>
  </channel>
</rss>

