<?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/5101125#M1183666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;The runtime error message which you get leading your program to short-dump can be caught.&lt;/P&gt;&lt;P&gt;CX_SY_EXPORT_BUFFER_NO_MEMORY&lt;/P&gt;&lt;P&gt;Cause: During export to the application buffer, data cluster is larger than the entire buffer.&lt;/P&gt;&lt;P&gt;Runtime Error: EXPORT_BUFFER_NO_MEMORY (catchable) .&lt;/P&gt;&lt;P&gt;For this issue, see Basis Consultant. &lt;/P&gt;&lt;P&gt;Or to avoid your program getting into short-dump.&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;YOUR ABAP-CODE-----&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CATCH CX_SY_EXPORT_BUFFER_NO_MEMORY.&lt;/P&gt;&lt;P&gt;MESSAGE 'Data cluster is larger than the entire buffer' type 'E'.&lt;/P&gt;&lt;P&gt;ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, this would help resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zahack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2009 06:38:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-05T06:38:08Z</dc:date>
    <item>
      <title>short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101123#M1183664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While calling an rfc in the export parameter i have defined a parameter WORKLIST type UWLITEMLIST (table type) which is having line type UWLITEM (underline structure) which is having around 20 fields. When i run this Function module for a alrge data set it gives me short dump CX_SY_EXPORT_BUFFER_NO_MEMORY. any idea how can i rectify this short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the internal table worklist which is being created has exceeded its size limit (i don't know if my assumtion is correct or not). please suggest what needs to be doen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Use meaningful subject and Give the error details&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Feb 4, 2009 11:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 04:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101123#M1183664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T04:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101124#M1183665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have the options like&lt;/P&gt;&lt;P&gt;1) you can ask the BASIS people to increse the space.(enlarge buffer for example)&lt;/P&gt;&lt;P&gt;2) check for the SAP notes on that&lt;/P&gt;&lt;P&gt;3) Might you have to create the SAP notes , coz this is the standard error message, which was not cought correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 04:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101124#M1183665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T04:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101125#M1183666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;The runtime error message which you get leading your program to short-dump can be caught.&lt;/P&gt;&lt;P&gt;CX_SY_EXPORT_BUFFER_NO_MEMORY&lt;/P&gt;&lt;P&gt;Cause: During export to the application buffer, data cluster is larger than the entire buffer.&lt;/P&gt;&lt;P&gt;Runtime Error: EXPORT_BUFFER_NO_MEMORY (catchable) .&lt;/P&gt;&lt;P&gt;For this issue, see Basis Consultant. &lt;/P&gt;&lt;P&gt;Or to avoid your program getting into short-dump.&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;YOUR ABAP-CODE-----&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CATCH CX_SY_EXPORT_BUFFER_NO_MEMORY.&lt;/P&gt;&lt;P&gt;MESSAGE 'Data cluster is larger than the entire buffer' type 'E'.&lt;/P&gt;&lt;P&gt;ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, this would help resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zahack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101125#M1183666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101126#M1183667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 05:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/5101126#M1183667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T05:23:37Z</dc:date>
    </item>
  </channel>
</rss>

