<?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 global data declaration in a function group.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068510#M972575</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 have created a function group and created 2 FM in that. Both use some common data declarations so i declared those variables in the top include of the function group named LZFGXXXTOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this include automatically recognized in my FM or do i have to include it ? sample statements please ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 18:41:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T18:41:20Z</dc:date>
    <item>
      <title>global data declaration in a function group..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068510#M972575</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 have created a function group and created 2 FM in that. Both use some common data declarations so i declared those variables in the top include of the function group named LZFGXXXTOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this include automatically recognized in my FM or do i have to include it ? sample statements please ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 18:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068510#M972575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T18:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: global data declaration in a function group..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068511#M972576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the function modules should be able to see it.  the TOP include should be INCLUDEd into the main program SAPLZFGXXX automatically when creating  the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 18:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068511#M972576</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-01T18:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: global data declaration in a function group..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068512#M972577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every function group automatically craetes the top include ....no need to create by our own...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check this ...go to any function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;menu bar&lt;DEL&gt;-&amp;gt;goto&lt;/DEL&gt;-&amp;gt;main program----&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the first include wil be the top include..this is created by the system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 18:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068512#M972577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T18:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: global data declaration in a function group..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068513#M972578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Rich, I fail to understand what you are saying. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in simple terms, i need to have some common data declarations for 2 function modules in a function group. Can u pl outline the steps I need to follow ? also i need to have a common set of form routines (FORM ENDFORM) to be used in these 2 function modules, where do i create these ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 19:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068513#M972578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: global data declaration in a function group..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068514#M972579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi if you declare the data variables and internal tables for both the function modules common but you cannot create the subroutines in common..you need to create the subroutines in the includes of that individual function modules.....but when you see the main program of the function module all the includes will be seen together..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 19:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-data-declaration-in-a-function-group/m-p/4068514#M972579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T19:19:55Z</dc:date>
    </item>
  </channel>
</rss>

