<?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 module problem.........urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456435#M215725</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;Activiate entire function group means all objects of the FG. Then you come to know about the duplicate objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 07:09:17 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2006-07-25T07:09:17Z</dc:date>
    <item>
      <title>Function module problem.........urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456434#M215724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a function module=&amp;gt;Z_POST_CUSTOMER_INVOICE2&lt;/P&gt;&lt;P&gt;there is a module pool prg=&amp;gt;SAPLZTEST2&lt;/P&gt;&lt;P&gt;there is a include report under that module pool program =&amp;gt; INCLUDE LZTEST1F01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this include program there is a statement as&lt;/P&gt;&lt;P&gt;FORM format_data TABLES out_tab STRUCTURE zfeeds&lt;/P&gt;&lt;P&gt;                  USING input_rec&lt;/P&gt;&lt;P&gt;                        ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it was working fine till i transport it , suddenly the basis people find out that the module pool program SAPLZTEST2 is not activated.&lt;/P&gt;&lt;P&gt;when i checked it it is giving the error as " FORM already exists with the name format_data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am trying to debug the LZTEST1F01 include it is now showing any error,but while activating it is giving the above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found out that there is no second form_data,and the module pool program ,but the perform statement of the particular form statement is declared in different includes like LZOOP1U01,LZOOP1U13,LZOOP1U17,but i dont think that should give this kind of proble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i changes the form name and checked it, but what ever name i am giving for that form statement it is giving the error as that particular form statement is already exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody give any suggestion where the problem can be, where should i check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456434#M215724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function module problem.........urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456435#M215725</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;Activiate entire function group means all objects of the FG. Then you come to know about the duplicate objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456435#M215725</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-25T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function module problem.........urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456436#M215726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the include, and search for the term FORM format_data. Make sure you have the option 'In main program' ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like there may be a duplicate declaration of the form, this should give you any such instances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also go to Utilities &amp;gt; Update Navigation Index to update the program index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-problem-urgent/m-p/1456436#M215726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T07:13:13Z</dc:date>
    </item>
  </channel>
</rss>

