<?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 Syntax error in standard include RKEB090F in ECC6 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252799#M1631247</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 one issue with this include program RKEB090F. This program is being used in one of the custom program while checking this program we are getting syntax error field P_USEDB is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compared 4.7 and ECC 6 version, the code contains in 4.7 version is&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;      FORM INITIALIZATION_EXIT                                      *&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&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; FORM INITIALIZATION_EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in ECC 6 the code contains&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;      FORM INITIALIZATION_EXIT                                      *&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&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; FORM INITIALIZATION_EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if rkb1d-smode = '7'.&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'AS_DATASOURCE_INIT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         I_REPORT                   = 'KE30'&lt;/P&gt;&lt;P&gt;         I_REPORTTYPE               = 'TR'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         E_USE_DATABASE             = P_USEDB&lt;/P&gt;&lt;P&gt;         E_USE_ARCHIVE              = P_USEAR&lt;/P&gt;&lt;P&gt;         E_USE_INFOSYS              = P_USEAS&lt;/P&gt;&lt;P&gt;         E_ARCHOBJ                  = P_OBJECT&lt;/P&gt;&lt;P&gt;         ET_ARCH_SEL                = SO_FILES[].&lt;/P&gt;&lt;P&gt;     G_RKB2A-OBJECT = P_OBJECT.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEDB = P_USEDB.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEAR = P_USEAR.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEAS = P_USEAS.&lt;/P&gt;&lt;P&gt;     G_RKB2A-SO_FILES = SO_FILES[].&lt;/P&gt;&lt;P&gt;     PERFORM HANDLE_DATASOURCE USING 'EX'.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to this code I am getting the syntax errors. How can we know how this code is added. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you get any inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2011 11:19:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-05T11:19:45Z</dc:date>
    <item>
      <title>Syntax error in standard include RKEB090F in ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252799#M1631247</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 one issue with this include program RKEB090F. This program is being used in one of the custom program while checking this program we are getting syntax error field P_USEDB is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compared 4.7 and ECC 6 version, the code contains in 4.7 version is&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;      FORM INITIALIZATION_EXIT                                      *&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&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; FORM INITIALIZATION_EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in ECC 6 the code contains&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;      FORM INITIALIZATION_EXIT                                      *&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&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; FORM INITIALIZATION_EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if rkb1d-smode = '7'.&lt;/P&gt;&lt;P&gt;     CALL FUNCTION 'AS_DATASOURCE_INIT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         I_REPORT                   = 'KE30'&lt;/P&gt;&lt;P&gt;         I_REPORTTYPE               = 'TR'&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         E_USE_DATABASE             = P_USEDB&lt;/P&gt;&lt;P&gt;         E_USE_ARCHIVE              = P_USEAR&lt;/P&gt;&lt;P&gt;         E_USE_INFOSYS              = P_USEAS&lt;/P&gt;&lt;P&gt;         E_ARCHOBJ                  = P_OBJECT&lt;/P&gt;&lt;P&gt;         ET_ARCH_SEL                = SO_FILES[].&lt;/P&gt;&lt;P&gt;     G_RKB2A-OBJECT = P_OBJECT.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEDB = P_USEDB.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEAR = P_USEAR.&lt;/P&gt;&lt;P&gt;     G_RKB2A-USEAS = P_USEAS.&lt;/P&gt;&lt;P&gt;     G_RKB2A-SO_FILES = SO_FILES[].&lt;/P&gt;&lt;P&gt;     PERFORM HANDLE_DATASOURCE USING 'EX'.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to this code I am getting the syntax errors. How can we know how this code is added. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you get any inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 11:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252799#M1631247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-05T11:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in standard include RKEB090F in ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252800#M1631248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your field P_USEDB in the includecan be declared in the global include &amp;amp; your custom program may not have that include.&lt;/P&gt;&lt;P&gt;Define the field P_USEDB in your custom program include  so that you will not get the error OR add that TOP innclude in your custom Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 12:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252800#M1631248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-05T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in standard include RKEB090F in ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252801#M1631249</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;I am having the same syntax error with this include RKEB090F and the Field P_USERB, but instead the program is a SAP Program. I have been trying to archive a table and I keep getting this error for different G* programs. I regenerate one, the other one gives error. I tried regenerating all of them and I still got this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLKYP4_UC" had to be terminated because it h&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed&lt;/P&gt;&lt;P&gt;The following syntax error occurred in program "GPC6ZZ9KJ35AEXCXNZFQDJG3&lt;/P&gt;&lt;P&gt; in include "RKEB090F " in&lt;/P&gt;&lt;P&gt;line 17:&lt;/P&gt;&lt;P&gt;"Field "P_USEDB" is unknown. It is neither in one of the specified tabl"&lt;/P&gt;&lt;P&gt;"es nor defined by a "DATA" statement. ."&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;P&gt;The include has been created and last changed by:&lt;/P&gt;&lt;P&gt;Created by: "SAP "&lt;/P&gt;&lt;P&gt;Last changed by: "SAP "&lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP&lt;/P&gt;&lt;P&gt;--Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 12:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252801#M1631249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in standard include RKEB090F in ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252802#M1631250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Fiyaz&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen a similar issue before, please check that you have the right program configured in transaction GRR2. These are report writing programs that if not properly configured they will throw the syntax error you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 04:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-standard-include-rkeb090f-in-ecc6/m-p/8252802#M1631250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-20T04:37:57Z</dc:date>
    </item>
  </channel>
</rss>

