<?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: short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080168#M97603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;852733 note doesn't exist in sap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2005 11:34:44 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-12-05T11:34:44Z</dc:date>
    <item>
      <title>short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080161#M97596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ_REPORT_LINE_TOO_LONG      &lt;/P&gt;&lt;P&gt;CX_SY_READ_SRC_LINE_TOO_LONG   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following dump at this statement in standard program .&lt;/P&gt;&lt;P&gt;---&amp;gt;read report l_prog_tab_local into l_abap_source.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPLSKBH" in    "K_KKB_FIELDCAT_MERGE".                                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the include program name in debugging and which is active also.&lt;/P&gt;&lt;P&gt;Can you please help me in this regard..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant   &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 09:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080161#M97596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T09:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080162#M97597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a longer line length in the definition of&lt;/P&gt;&lt;P&gt;l_abap_source. Perhaps you could even use a string. Look in the documentation. I could aesily find the documetnation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 09:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080162#M97597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T09:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080163#M97598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This statement reads the program prog from the database into theinternal table itab. The line length of table itab shouldbe at least 72 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, try to check out on this..&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 10:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080163#M97598</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2005-12-05T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080164#M97599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should apply the following OSS Note to fix the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;852733&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 10:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080164#M97599</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-05T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080165#M97600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      As said by Durairaj you can apply the sap note 852733 for permanent solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     For temp. solution...check the program which has caused the error i.e line length &amp;gt; 72  and make to 72 chars. You can do this setting...in User-specific Setting --&amp;gt; Editor --&amp;gt; check the options "default LIne Length (72)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 10:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080165#M97600</guid>
      <dc:creator>VijayasekarK</dc:creator>
      <dc:date>2005-12-05T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080166#M97601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;852733 note doesn't exist in sap,&lt;/P&gt;&lt;P&gt;I tried with 72 char default setting in editor but doesn't work.&lt;/P&gt;&lt;P&gt;I can't use more than 72 char length since it is a standard program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 10:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080166#M97601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080167#M97602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,solved the problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Awarded the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 10:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080167#M97602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T10:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080168#M97603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;852733 note doesn't exist in sap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 11:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1080168#M97603</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-05T11:34:44Z</dc:date>
    </item>
  </channel>
</rss>

