<?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: Problem with include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352917#M176593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 22:01:30 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-06-06T22:01:30Z</dc:date>
    <item>
      <title>Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352910#M176586</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;I am trying to modify an existing program. To place all my new declarations I am creating an new Include. The code in the new Include is as Follows :&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INCLUDE MZF055TOP                                                  *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*INCLUDE MZF055TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: t_docdata like sodocchgi1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_objpack like sopcklsti1 occurs 1 with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_objhead like solisti1 occurs 1 with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_objtxt like solisti1 occurs 10 with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_objbin like solisti1 occurs 10 with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_reclist like somlreci1 occurs 1 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data w_email   TYPE somlreci1-receiver .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: w_tablines type i,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_docsize type i,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_atttype like SOODK-OBJTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I placed this include above all the previous declarations. When I am checking the syntax this include gives me an error saying :&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT/PROGRAM statement missing , or program type is I (INCLUDE)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing I observed is when I click on the object list pof the actual program I dont see the include folder .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating includes in many other programs . But I am not sure why this time it is bugging me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts , Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ben.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352910#M176586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352911#M176587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times INCLUDES will give syntax check errors. Just click ACTIVATE ANYWAY. Once it is activated you can see that in the object list of the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352911#M176587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352912#M176588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you said is true . But why do they give syntax error ? Anyway it is activated. Now can I ignore the syntax error and proceed with my changes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352912#M176588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352913#M176589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will tell you to ignore the error you had mentioned. But if you get any other syntax errors after activation, they can not be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally when we do a syntax check on a include they will give errors. That is what I know. But after activating the include, do a syntax check on the main program. If that still gives errors then there is an error really.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352913#M176589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352914#M176590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you have a REPORT or PROGRAM statement either in the main program, or in the TOP include.  As previously posted, sometimes INCLUDES get messed up and you should activate anyway, once activated all should be ok, but if you get the syntax error again, then there is a problem somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352914#M176590</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T21:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352915#M176591</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 selected activate anyway for the include. After that when I try to activate the program it is not giving me any problem. It is activated. So can I ignore that syntax error which I arised when I am trying to check include alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ben.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352915#M176591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352916#M176592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,  if you are not getting the syntax check now, all is good.  Just to be sure, go to that include and activate it by itself again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 22:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352916#M176592</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T22:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352917#M176593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 22:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352917#M176593</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T22:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352918#M176594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can activate anyway and use it in your main program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 22:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-include/m-p/1352918#M176594</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-06T22:03:18Z</dc:date>
    </item>
  </channel>
</rss>

