<?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 message in program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179160#M463134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just a warning message not a error message. this warning will not affect your program in any way.&lt;/P&gt;&lt;P&gt;In order to avoid the warning message change the code like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scan abap-source iIncludeLines tokens into iTokens&lt;/P&gt;&lt;P&gt;with includes &lt;/P&gt;&lt;P&gt;statements into iStatements &lt;/P&gt;&lt;P&gt;keywords from iKeywords&lt;/P&gt;&lt;P&gt;frame program from &amp;lt;program name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it solves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 04:52:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T04:52:50Z</dc:date>
    <item>
      <title>Error message in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179158#M463132</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 trying to modify some existing program and in the program I have some lines of  code like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read the program code from the textpool.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  castProgramName = programName.&lt;/P&gt;&lt;P&gt;  read report castProgramName into iIncludeLines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append INCLUDE to iKeywords.&lt;/P&gt;&lt;P&gt;  scan abap-source iIncludeLines tokens into iTokens&lt;/P&gt;&lt;P&gt;      with includes statements into iStatements keywords from iKeywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear iIncludeLines[].&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error message for the above code lines like this..&lt;/P&gt;&lt;P&gt;(message is displaying in German language-I converte this message..(Der Zusatz WITH INCLUDES benötigt im Zusammenspiel mit Erweiterungen  mindestens einen der Zusätze FRAME PROGRAM FROM oder INCLUDE PROGRAM.))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message..&lt;/P&gt;&lt;P&gt;The additive WITH of INCLUDES needs at least one of the additives FRAME PROGRAM FROM or INCLUDE PROGRAM in interaction with extensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please let me know what is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 22:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179158#M463132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179159#M463133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the FM &amp;lt;b&amp;gt;ZPROGRAM_ANALYSIS&amp;lt;/b&amp;gt; on my weblog &amp;lt;a href="/people/alvaro.tejadagalindo/blog/2007/03/13/tasting-the-mix-of-php-and-sap--volume-11 the mix of PHP and SAP - Volume 11&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do something like that -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 23:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179159#M463133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T23:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179160#M463134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just a warning message not a error message. this warning will not affect your program in any way.&lt;/P&gt;&lt;P&gt;In order to avoid the warning message change the code like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scan abap-source iIncludeLines tokens into iTokens&lt;/P&gt;&lt;P&gt;with includes &lt;/P&gt;&lt;P&gt;statements into iStatements &lt;/P&gt;&lt;P&gt;keywords from iKeywords&lt;/P&gt;&lt;P&gt;frame program from &amp;lt;program name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it solves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 04:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179160#M463134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179161#M463135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did the above piece of code solve your purpose. Are you able to rectify the warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 04:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-program/m-p/2179161#M463135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T04:57:01Z</dc:date>
    </item>
  </channel>
</rss>

