<?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: Problem in copying a standard function module! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427247#M823126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Thanks for your reply. I have not defined anything in the copied function module. I just copied and tried to activate it, error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ganesh Khumse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 13:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T13:40:54Z</dc:date>
    <item>
      <title>Problem in copying a standard function module!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427245#M823124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 I need to copy the FM, RS_TABLE_LIST_DISPLAY, to a Y function Module. But I am not able to copy it as a single FM, I have copy all the FMs in that function group i.e. SETB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 I, then copied that standard function group SETB. I am getting a strange error message while activating the copied version. The error which I am getting is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The parameter "INTTAB" of the global interface has already been defined outside the function.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITTAB is some defined internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the include in which this error is getting appeared is LY.....$07 something. I have tried to many times. Not able to resolve the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh Khumse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427245#M823124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying a standard function module!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427246#M823125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It looks like you have defined this internal table and it is defined somewhere in the function group global data. Please change the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Wojciech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427246#M823125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying a standard function module!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427247#M823126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Thanks for your reply. I have not defined anything in the copied function module. I just copied and tried to activate it, error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ganesh Khumse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427247#M823126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in copying a standard function module!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427248#M823127</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;Try commenting inttab internal table, you can find this in the includes which may be for global declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 14:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-copying-a-standard-function-module/m-p/3427248#M823127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T14:09:13Z</dc:date>
    </item>
  </channel>
</rss>

