<?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: ABAP Dump Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177388#M1372763</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;Thanks Problem Solved &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 16:11:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-24T16:11:05Z</dc:date>
    <item>
      <title>ABAP Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177386#M1372761</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;When i run T.Code : ME21N i am getting the following error message :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Short text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;Syntax error in program "SAPLV61A ".&lt;/STRONG&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;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;Error in the ABAP Application Program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;The current ABAP program "SAPLMEPO" had to be terminated because it has&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;come across a statement that unfortunately cannot be executed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;The following syntax error occurred in program "SAPLV61A " in include "FV64ANNN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;" in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;line 130:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;"INCLUDE report "FV64A370" not found."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;" "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;" "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;" "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;The include has been created and last changed by:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;Created by: "CARPENTER "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;Last changed by: "SAP "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;The following syntax error was found in the program SAPLV61A :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;"INCLUDE report "FV64A370" not found."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;" "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;" "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Source Code Extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 50&lt;/P&gt;&lt;P&gt; 51   CHECK komp-mglme NE 0.&lt;/P&gt;&lt;P&gt; 52 &lt;STRONG&gt;------- Konditionen aufrufen -&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 53 ENHANCEMENT-SECTION     PREISFINDUNG_01 SPOTS ES_MM06EFKO_PREISFINDUNG INCLUDE BOUND.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;   CALL FUNCTION 'PRICING'&lt;/P&gt;&lt;P&gt; 55     EXPORTING&lt;/P&gt;&lt;P&gt; 56       calculation_type = prf_calct&lt;/P&gt;&lt;P&gt; 57       comm_head_i      = komk&lt;/P&gt;&lt;P&gt; 58       comm_item_i      = komp&lt;/P&gt;&lt;P&gt; 59     IMPORTING&lt;/P&gt;&lt;P&gt; 60       comm_head_e      = komk&lt;/P&gt;&lt;P&gt; 61       comm_item_e      = komp&lt;/P&gt;&lt;P&gt; 62     TABLES&lt;/P&gt;&lt;P&gt; 63       tkomv            = tkomv.&lt;/P&gt;&lt;P&gt; 64 END-ENHANCEMENT-SECTION.&lt;/P&gt;&lt;P&gt; 65&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please help me to solve this issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of the dump&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Sep 24, 2009 12:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 15:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177386#M1372761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177387#M1372762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like, you have some problem with the VOFM routine.&lt;/P&gt;&lt;P&gt;Run the report RV80HGEN to activate include FV64ANNN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 16:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177387#M1372762</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-09-24T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177388#M1372763</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;Thanks Problem Solved &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 16:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error/m-p/6177388#M1372763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T16:11:05Z</dc:date>
    </item>
  </channel>
</rss>

