<?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 Include Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600388#M867121</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 had called include program in my main program. When i creating the include program, iam getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT/PROGRAM statement missing, or program type is I (INCLUDE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had taken the program type as Include program. Still iam getting the above error.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to reolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 05:36:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T05:36:48Z</dc:date>
    <item>
      <title>Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600388#M867121</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 had called include program in my main program. When i creating the include program, iam getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT/PROGRAM statement missing, or program type is I (INCLUDE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had taken the program type as Include program. Still iam getting the above error.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to reolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600388#M867121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600389#M867122</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;You will encounter this error if function group is not active. You need to activate the Function Group that you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To activate the Function Group, go to SE80 --&amp;gt; Select Function Group from the list box --&amp;gt; Give you Function Group name --&amp;gt; Press Enter --&amp;gt; Right Click on the Function Group name --&amp;gt; Click on Activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your Function Group is activated, activate your Function Module. Now you can see no errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600389#M867122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600390#M867123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello rams-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st activate the include and then the report where you called the include.&lt;/P&gt;&lt;P&gt;i think this will fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600390#M867123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600391#M867124</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 to write whatever code you needed in your include and just activate the include without checking the syntax check. If your include doesn't contains any include then it will activated else it shows error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600391#M867124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600392#M867125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram. Just comment the include from the main program.&lt;/P&gt;&lt;P&gt;Now create the include program. No com back to main program and uncomment the include and activate, it will work. Because You have include the program before creating it. Thats why it shows error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600392#M867125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600393#M867126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just write INCLUDE &amp;lt;name&amp;gt; in your program . Double-click it and it will created and is ready for coding.&lt;/P&gt;&lt;P&gt;But, sometimes, you cant check syntax (ctrl +F2) for include. Then, u will get the same error (REPORT/PROGRAM statement missing, or program type is I (INCLUDE).).  In that case, do syntax check from main program or activate it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600393#M867126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600394#M867127</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;Are u giving a Syntax check on Include? If so, It is not possible to syntactically check an Include.&lt;/P&gt;&lt;P&gt;You can activate and do the syntax check from main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you have mentioned is basically due to above said reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Farheen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600394#M867127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600395#M867128</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;&lt;/P&gt;&lt;P&gt;if you call any function module in your program and that function module's group is not acivated then only you get error like this.just check if there is any function module called by your program.&lt;/P&gt;&lt;P&gt;also check this.&lt;/P&gt;&lt;P&gt; whether you have activated the include program or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600395#M867128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600396#M867129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi u would get this error, but still if u activate the program, it gets activate......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600396#M867129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Include Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600397#M867130</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 think you have written some event in that include.&lt;/P&gt;&lt;P&gt;Like  Initialization,At Selection Screen, Start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to remove that Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back in case any problem.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-program/m-p/3600397#M867130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:06:37Z</dc:date>
    </item>
  </channel>
</rss>

