<?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 group global variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557269#M1075833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note - You should not clear global variables if it is not required explicitly; as we use global variables to get the values which are modified by some other function modules. It is one way of exchanging data across multiple function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 07:43:31 GMT</pubDate>
    <dc:creator>former_member755502</dc:creator>
    <dc:date>2008-09-29T07:43:31Z</dc:date>
    <item>
      <title>function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557262#M1075826</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;all variables declared in LZFCT_GRP_NAMETOP are globals, yes? All function modules have acces to  those globals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is true, than i should not use same variables in 2 function modules, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557262#M1075826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557263#M1075827</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;  Global variable are stored in comman memory.&lt;/P&gt;&lt;P&gt;  you can use the variable separetly but not simultaneiusly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you change the contents of variable in one Function module the same changes will reflect in another Function module as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557263#M1075827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557264#M1075828</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;all variables declared in LZFCT_GRP_NAMETOP are globals, yes? All function modules have acces to those globals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes, All are global varaibles&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is true, than i should not use same variables in 2 function modules, right?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No, You can use same variables in two function modules, But after use of varaibles, you have to clear varaibles.&lt;/STRONG&gt;&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;Jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557264#M1075828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557265#M1075829</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, you can access global variables across different function modules. Thus if you are not going to use the same variables in different function modules then what is the use of declaring them as global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557265#M1075829</guid>
      <dc:creator>former_member755502</dc:creator>
      <dc:date>2008-09-29T07:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557266#M1075830</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 - is the answer to all of your questions &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557266#M1075830</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-09-29T07:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557267#M1075831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan M,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables are declared globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But each time, a function module executed, new set of global variables will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not like that, a global variable changed by one function module can be accessed by other  function module in the same function group with the value changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declaration alone global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables used by function modules separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557267#M1075831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557268#M1075832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;If this is true, than i should not use same variables in 2 function modules, right?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;No, You can use same variables in two function modules, But after use of varaibles, you have to clear varaibles.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I referred to the fact to use same variable in 2 fct modules in &lt;STRONG&gt;same time&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, i should be very carefull with globals variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanx my friends!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557268#M1075832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: function group global variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557269#M1075833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note - You should not clear global variables if it is not required explicitly; as we use global variables to get the values which are modified by some other function modules. It is one way of exchanging data across multiple function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-global-variables/m-p/4557269#M1075833</guid>
      <dc:creator>former_member755502</dc:creator>
      <dc:date>2008-09-29T07:43:31Z</dc:date>
    </item>
  </channel>
</rss>

