<?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: Syntax error in include RFFORI99 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144416#M990913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump says that the error is caused by program ZFIF_RFFOEDI1 which contains a syntax error because it is refering to a field that doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to that program and correct the error. That should solve your dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 13:18:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T13:18:22Z</dc:date>
    <item>
      <title>Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144415#M990912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am encountering an error when I am running F110 transaction. Its a short dump with description Syntax error ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         SYNTAX_ERROR&lt;/P&gt;&lt;P&gt;Date and Time          15.07.2008 12:29:15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Syntax error in program "ZFIF_RFFOEDI1 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&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 "SAPF110V" had to be terminated because it&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The following syntax error occurred in program "ZFIF_RFFOEDI1 " in&lt;/P&gt;&lt;P&gt;      "RFFORI99 " in&lt;/P&gt;&lt;P&gt;     line 828:&lt;/P&gt;&lt;P&gt;     "Field "FLG_ACC_TECH" is unknown. It is neither in one of the speci&lt;/P&gt;&lt;P&gt;     " tables nor defined by a "DATA" statement. ."&lt;/P&gt;&lt;P&gt;     " "&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;     The current ABAP program "SAPF110V" had to be terminated because it&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     The following syntax error was found in the program ZFIF_RFFOEDI1 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "Field "FLG_ACC_TECH" is unknown. It is neither in one of the specified&lt;/P&gt;&lt;P&gt; " tables nor defined by a "DATA" statement. ."&lt;/P&gt;&lt;P&gt; " "&lt;/P&gt;&lt;P&gt; " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gger Location of Runtime Error&lt;/P&gt;&lt;P&gt; Program                                 SAPF110V&lt;/P&gt;&lt;P&gt; Include                                 F110VI00&lt;/P&gt;&lt;P&gt; Row                                     1,457&lt;/P&gt;&lt;P&gt; Module type                             (MODULE PAI)&lt;/P&gt;&lt;P&gt; Module Name                             JOB_VORBEREITUNG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rce Code Extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;27                   USER SY-UNAME&lt;/P&gt;&lt;P&gt;28                   VIA  JOB JOBNAME NUMBER JOBCOUNT&lt;/P&gt;&lt;P&gt;29                   WITH PARLAUFD = F110V-LAUFD&lt;/P&gt;&lt;P&gt;30                   WITH PARLAUFI = F110V-LAUFI&lt;/P&gt;&lt;P&gt;31                   WITH PARXVORL = XVORL.&lt;/P&gt;&lt;P&gt;32&lt;/P&gt;&lt;P&gt;33 *------- Mit Druckprogrammen ? -&lt;/P&gt;&lt;HR originaltext="-------------------------------------" /&gt;&lt;P&gt;34   IF F110V-XMITD NE SPACE.&lt;/P&gt;&lt;P&gt;35     SUBMIT SAPFPAYM_SCHEDULE AND RETURN&lt;/P&gt;&lt;P&gt;36                              USER    SY-UNAME&lt;/P&gt;&lt;P&gt;37                              VIA JOB JOBNAME NUMBER JOBCOUNT&lt;/P&gt;&lt;P&gt;38                              WITH    P_LAUFD  = F110V-LAUFD&lt;/P&gt;&lt;P&gt;39                              WITH    P_LAUFI  = F110V-LAUFI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or any Snote for the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144415#M990912</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-07-15T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144416#M990913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump says that the error is caused by program ZFIF_RFFOEDI1 which contains a syntax error because it is refering to a field that doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to that program and correct the error. That should solve your dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144416#M990913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144417#M990914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This syntax error is present in custom prog.. ZFIF_RFFOEDI1 not in std. program. Pl. check the syntax of it..may be FLG_ACC_TECH is not defined there. This prog. ZFIF_RFFOEDI1 is getting called from transaction F110 (SAPF110V).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144417#M990914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144418#M990915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal and Joyjit...Thanks for your quick reply....But if you carefully observe the dump its saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax error occurred in program "ZFIF_RFFOEDI1 " in&lt;/P&gt;&lt;P&gt;"RFFORI99 " in&lt;/P&gt;&lt;P&gt;line 828:&lt;/P&gt;&lt;P&gt;"Field "FLG_ACC_TECH" is unknown. It is neither in one of the speci&lt;/P&gt;&lt;P&gt;" tables nor defined by a "DATA" statement. ."&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which means that it occured in Include "RFFORI99 " in program "ZFIF_RFFOEDI1 "....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144418#M990915</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-07-15T13:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144419#M990916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just declear &lt;STRONG&gt;FLG_ACC_TECH&lt;/STRONG&gt; in data declearation part in program ZFIF_RFFOEDI1.because i think you are using ZFIF_RFFOEDI1 in RFFORI99 as include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144419#M990916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144420#M990917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u check the include RFFORI99 u can find many subroutines are there..Whenever u run F110 transaction SAP calls the program ZFIF_RFFOEDI1 which uses these routines. So the problem is in ZFIF_RFFOEDI1 not in RFFORI99. Pl. check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144420#M990917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144421#M990918</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; U have copied RFFOEDI1 t o a Zprogram where it is having a standard Include RFFORI99 which has got changed by SAP on 31.05.2008 ...Please check the corresponding code and update your Zprogram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144421#M990918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in include RFFORI99</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144422#M990919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly, whenever you include a standard include in your Z-program you have to make sure that all variables used in that include are either defined in that include or in you z-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 13:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-include-rffori99/m-p/4144422#M990919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T13:34:18Z</dc:date>
    </item>
  </channel>
</rss>

