<?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: REPORT/PROGRAM statement missing , program type is I (include). in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458983#M831062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try activating them both. When you get the error, say 'activate anyway'. After that, you should be able to edit, syntax check and activate either without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 16:46:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-15T16:46:33Z</dc:date>
    <item>
      <title>Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458975#M831054</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 have created a REPORT Program (Z Program) and also created a TOP INCLUDE. I am NOT using Function module. When I tried to syntex check the INCLUDE, system is giving &lt;/P&gt;&lt;P&gt;following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT/PROGRAM statement missing, program type I (Include).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me in resolving this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently TOP include has only one statement to declare a Constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 00:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458975#M831054</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2008-02-15T00:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458976#M831055</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;When you do the syntax check of only include you get this message.&lt;/P&gt;&lt;P&gt;Go to Transaction SE80 and there do the syntax check of the whole program then you will not get this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 01:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458976#M831055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T01:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458977#M831056</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;take your program in se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the program name. Right click on it and press &lt;STRONG&gt;Activate&lt;/STRONG&gt;. All the include will get activated and the problem will get solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sourceveda.com/" target="test_blank"&gt;http://www.sourceveda.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 04:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458977#M831056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T04:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458978#M831057</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 used SE80 and activated the main program and TOP include. It activated successfully but when I syntex check in TOP include, it still saying : REPORT/PROGRAM statement missing, or program type is I(Include) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea to remove this? My client is not going to accept this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458978#M831057</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2008-02-15T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458979#M831058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The best solution is write the content in that include in between the form and endform and declare it as a perform which will be in your main program so your problem will be solved. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458979#M831058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458980#M831059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a main program and some includes? Which include has the REPORT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458980#M831059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458981#M831060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I believe it is just a warning and not an error message. You should still go ahead and be able to activate it and execute the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sanjiv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanjiv Janardhanan on Feb 15, 2008 4:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458981#M831060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458982#M831061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT statement is in main program. I am only using TOP include to declare DATA and CONSTANTS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 16:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458982#M831061</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2008-02-15T16:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458983#M831062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try activating them both. When you get the error, say 'activate anyway'. After that, you should be able to edit, syntax check and activate either without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 16:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458983#M831062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458984#M831063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activated both successfully. After activating I did the syntex check. It is still give me the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;minisap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 16:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458984#M831063</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2008-02-15T16:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458985#M831064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi minisap,&lt;/P&gt;&lt;P&gt;                Instead of syntax checking.Just click on activate buttom a window displays where u can find all the includes in ur program just selct all of them and click on enter .All the includes get activated and u will not get that error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 17:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458985#M831064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458986#M831065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can solve this problem use this way . first put the Include_top at the top line. and  put the program name into the include_top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then , it's ok .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 02:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458986#M831065</guid>
      <dc:creator>former_member1341246</dc:creator>
      <dc:date>2010-07-14T02:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error: REPORT/PROGRAM statement missing , program type is I (include).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458987#M831066</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;The include name should not end with 'TOP'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example The include name should not be ZPQR_TOP. Please change the include name from ZPQR_TOP to ZPQR_DECLN. I think you will not get that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next solution is write the REPORT statement inside the ZPQR_TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 08:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-report-program-statement-missing-program-type-is-i-include/m-p/3458987#M831066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-30T08:43:23Z</dc:date>
    </item>
  </channel>
</rss>

