<?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: &amp;quot;REPORT/PROGRAM statement missing, or program type is I&amp;quot;?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939692#M942570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;its normally comes when u create FM&lt;/P&gt;&lt;P&gt;just activate it 'process anyway' .&lt;/P&gt;&lt;P&gt;it will not throw u an error when executed or when ur function uses this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 07:28:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T07:28:25Z</dc:date>
    <item>
      <title>"REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939687#M942565</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;I built a function module. It is no problem when I activate it, but when I test it (without writing an ABAP/4 program), it shows the error "REPORT/PROGRAM statement missing, or program type is I". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone have any idea how to solve it? I really appreciate any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939687#M942565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939688#M942566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a program call the function module and test it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939688#M942566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939689#M942567</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;make sure that the Processing type in Attributes tab is 'Normal function module'. Also chk the general data, it must be having some name in the Program Name and include name column.try checking the program names in se38, if the program is of type include or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will solve the query. in my case, SAPLZ123 is the program name and LZ123U28 is the include name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if helpful or get back with further issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939689#M942567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939690#M942568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Follow the following Options to resolve this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to Function Builder (SE37)&lt;/P&gt;&lt;P&gt;2.Select Goto-&amp;gt; Main Program&lt;/P&gt;&lt;P&gt;3.then include the following statement above the first comment&lt;/P&gt;&lt;P&gt;  line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION-POOL &amp;lt;function group name&amp;gt;.&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  System-defined Include-files.                                 *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;4. Activate ur Function Group&lt;/P&gt;&lt;P&gt;5. Activate ur Function Modules&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;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939690#M942568</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-05-29T03:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939691#M942569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its common prob with Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE80-&amp;gt;Give Function group name-&amp;gt;Right click on it-&amp;gt;Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, it surely works.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dont forget to reward points if found useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satyesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939691#M942569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939692#M942570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;its normally comes when u create FM&lt;/P&gt;&lt;P&gt;just activate it 'process anyway' .&lt;/P&gt;&lt;P&gt;it will not throw u an error when executed or when ur function uses this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939692#M942570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T07:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: "REPORT/PROGRAM statement missing, or program type is I"??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939693#M942571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for these very helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 20:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-report-program-statement-missing-or-program-type-is-i-quot/m-p/3939693#M942571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T20:25:35Z</dc:date>
    </item>
  </channel>
</rss>

