<?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: DUMP Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670608#M616536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, make sure that all of your source code lines are not greater than 72 characters across  in the program which you are passing to the function module, this is a known issue when using this function module.   Break the ones that are greater than 72 into two lines.&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>Mon, 20 Aug 2007 13:42:05 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-08-20T13:42:05Z</dc:date>
    <item>
      <title>DUMP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670607#M616535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt; I am writing a report program using ALV.&lt;/P&gt;&lt;P&gt;I am using FM REUSE_ALV_FIELDCATALOG_MERGE.&lt;/P&gt;&lt;P&gt;when cursor comes to FM it goes to DUMP showing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors      READ_REPORT_LINE_TOO_LONG&lt;/P&gt;&lt;P&gt;Except.                CX_SY_READ_SRC_LINE_TOO_LONG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone pls tell me why this error is coming.&lt;/P&gt;&lt;P&gt;the line where it is going to dump is inside the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bindu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 13:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670607#M616535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670608#M616536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, make sure that all of your source code lines are not greater than 72 characters across  in the program which you are passing to the function module, this is a known issue when using this function module.   Break the ones that are greater than 72 into two lines.&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>Mon, 20 Aug 2007 13:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670608#M616536</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-20T13:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670609#M616537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  just look into prgm if any of ur lines in the code exceed the length of the size of the report it shows like this...&lt;/P&gt;&lt;P&gt;just chk out...&lt;/P&gt;&lt;P&gt;for ex &lt;/P&gt;&lt;P&gt;ur code line is 75 chacracter long&lt;/P&gt;&lt;P&gt;but the page size could b only 72 chars..&lt;/P&gt;&lt;P&gt;just write the stm in 2 lines....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just chk ...hope it helps u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 13:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670609#M616537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670610#M616538</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;Try to use se38&lt;DEL&gt;&amp;gt; utilities&lt;/DEL&gt;&amp;gt;setting -- editor--&amp;gt; downword compat line length 72&lt;/P&gt;&lt;P&gt;then use pretty print option and activate the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 13:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2670610#M616538</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-20T13:44:26Z</dc:date>
    </item>
  </channel>
</rss>

