<?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: can we declare global data in function group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474074#M556724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The normal / correct naming for a "Top Include" for a function group is "L" + function group name + "TOP" e.g. LZ_FG_001TOP for a function group called "Z_FG_001" (this is still in the customer name range).&lt;/P&gt;&lt;P&gt;If you are in the source code of the function module in SE37, you can use Goto &amp;gt; Global  Data to get to it too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 05:10:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T05:10:28Z</dc:date>
    <item>
      <title>can we declare global data in function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474070#M556720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we declare global data in function group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474070#M556720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: can we declare global data in function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474071#M556721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se80 and give your fn grp name now click on include here you can find a top include just declare your variable and activate there it will be a global data for the fn modules of that fn grp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474071#M556721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: can we declare global data in function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474072#M556722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we can declare the global data in function group's TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474072#M556722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: can we declare global data in function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474073#M556723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swati,&lt;/P&gt;&lt;P&gt;  You can do it. Just go to the Main Program of Function Group. &lt;/P&gt;&lt;P&gt;I would suggest you to add your own customized include, You can copy SAP's created include for Top.&lt;/P&gt;&lt;P&gt;e.g. for group BTCH: INCLUDE LBTCHTOP make it to ZLBTCHTOP and then add your own fields.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474073#M556723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: can we declare global data in function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474074#M556724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The normal / correct naming for a "Top Include" for a function group is "L" + function group name + "TOP" e.g. LZ_FG_001TOP for a function group called "Z_FG_001" (this is still in the customer name range).&lt;/P&gt;&lt;P&gt;If you are in the source code of the function module in SE37, you can use Goto &amp;gt; Global  Data to get to it too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-declare-global-data-in-function-group/m-p/2474074#M556724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T05:10:28Z</dc:date>
    </item>
  </channel>
</rss>

