<?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: error in creating function group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645587#M1284772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai raj,&lt;/P&gt;&lt;P&gt;no need to declare them globally, if the same paramters are used in other function modules of the group then u can declare them in top include else u can declare them in the function modules  only&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 06:58:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T06:58:45Z</dc:date>
    <item>
      <title>error in creating function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645584#M1284769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; In my z function group, do i need to declare all the parameters used in function modules explicitly in any top include?.it was not declared as such in the standard function group from which i copied .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645584#M1284769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: error in creating function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645585#M1284770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes when u copy any standard function group into ZFuntion group u will get some systax errors saynig some varaible is not defined .&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;goto SE37 &lt;/P&gt;&lt;P&gt;Enter the fucntion module  and get into function bulinder &lt;/P&gt;&lt;P&gt;select EDIT Menu option and Interface Submenu option inthat u will find GLOBALIZE PARAMETERS and LOCALIZE PARAMETERS  Just do that operation u will be free of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645585#M1284770</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2009-05-21T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: error in creating function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645586#M1284771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Globalise parameters, And Also check that all the components are properly activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645586#M1284771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: error in creating function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645587#M1284772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai raj,&lt;/P&gt;&lt;P&gt;no need to declare them globally, if the same paramters are used in other function modules of the group then u can declare them in top include else u can declare them in the function modules  only&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 06:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645587#M1284772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T06:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: error in creating function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645588#M1284773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    In some cases u need to declare it globally say for example a variable may hold a static value and it may be updated across different function modules of the same group. I have encountered standard function modules which are called in a sequence and every time the same variables are updated. So if u dont use a variable across the function modules of a group, u can simply declare it as local variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rethish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creating-function-group/m-p/5645588#M1284773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:19:54Z</dc:date>
    </item>
  </channel>
</rss>

