<?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: Copy a function group M61N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331818#M169000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      If you are getting message that LM61NTOP is inactive it means that the Function Group needs to be activated.Please activate the function group M61N and then try and copy again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 08:06:29 GMT</pubDate>
    <dc:creator>nishanthbhandar</dc:creator>
    <dc:date>2006-05-18T08:06:29Z</dc:date>
    <item>
      <title>Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331817#M168999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;  I want to copy the standard fuction module MD_SALES_ORDER_STATUS_REPORT. I use the TX SE80 and copy the whole function group M61N, but fail. The system show a message on the status bar "LM61NTOP is inactive". Be broe I try to copy the function group M61B, it is OK. I also try to copy the function group using the function module RS_FUNCTION_POOL_COPY, still does not work. I check the source code of the function group M61N(SAPLM61N) and M61B(SPLM61B), their program structure are a little bit different, but I still can not figure out the problem. Does anyone have any idea or advice for this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks and best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Yeung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331817#M168999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331818#M169000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      If you are getting message that LM61NTOP is inactive it means that the Function Group needs to be activated.Please activate the function group M61N and then try and copy again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331818#M169000</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-18T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331819#M169001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do try to activate the main program of Function group M61N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331819#M169001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331820#M169002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nishanth and Pei Wan Tong &lt;/P&gt;&lt;P&gt;  Thanks for your message.&lt;/P&gt;&lt;P&gt;  I do try to activate the function group and the main program but the system still show the same message. I try to use the function module RS_FUNCTION_POOL_COPY to copy the function group M61N, the system show the same messge. I investigate the function module RS_FUNCTION_POOL_COPY in the debug mode. It seems that the include program LM61NTOP should include the a statement "FUNCTION-POOL M61N" at the begining of the program, like the case of LM61BTOP. You can set the break point in line 141 of the function module RS_FUNCTION_POOL_COPY to see the porgram behaviou. I think the system message "LM61NTOP is inactive" is a little bit misleading. But I don't know how to get  around it. Many thanks and best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331820#M169002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331821#M169003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Do a syntactic check on the main progam and see if there is any error.If you have analysed the cause of error then someone must have changed something in the fucntion group M61N.The FUNCTION-POOL M61N statement should be there at the beginning of the main program.&lt;/P&gt;&lt;P&gt;Do check with the version management whether the program has been modified recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful answers&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331821#M169003</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-18T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a function group M61N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331822#M169004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nishanth&lt;/P&gt;&lt;P&gt;  I check the main program and the program LM61NTOP, the last change is on 03.03.2005 by SAP. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-function-group-m61n/m-p/1331822#M169004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:38:45Z</dc:date>
    </item>
  </channel>
</rss>

