<?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 DATA_OFFSET_TOO_LARGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245398#M1720131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tabrayz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump is coming on as you are(or your code is) trying to concatenate values with more than 4000 characters into a variable with a length of 4000 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if the sum of lengths of variables to be concatenated is less than 4000 using STRLEN().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can try and reduce the length of data that is entered(debug and check the lengths of data in the variables and see if you could restrict the input lengths on the screen itself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 06:48:31 GMT</pubDate>
    <dc:creator>former_member491621</dc:creator>
    <dc:date>2013-01-17T06:48:31Z</dc:date>
    <item>
      <title>DUMP DATA_OFFSET_TOO_LARGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245396#M1720129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing issue with DUMP DATA_OFFSET_TOO_LARGE this coming on daily basis in our production system and no of dump is increasing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below ST22 log for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;lt;&amp;lt;Huge dump log removed &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 06:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245396#M1720129</guid>
      <dc:creator>former_member209962</dc:creator>
      <dc:date>2013-01-17T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP DATA_OFFSET_TOO_LARGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245397#M1720130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As is clear from the dump, your code is trying to access variable L_STRING_COMMENTS with an offset that is greater than the length of the variable's value. The offset you are using should be less than the length of the variable's value. You can get the length of a variable using STRLEN( ) function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 06:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245397#M1720130</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-01-17T06:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP DATA_OFFSET_TOO_LARGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245398#M1720131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tabrayz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump is coming on as you are(or your code is) trying to concatenate values with more than 4000 characters into a variable with a length of 4000 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if the sum of lengths of variables to be concatenated is less than 4000 using STRLEN().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can try and reduce the length of data that is entered(debug and check the lengths of data in the variables and see if you could restrict the input lengths on the screen itself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 06:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-data-offset-too-large/m-p/9245398#M1720131</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-01-17T06:48:31Z</dc:date>
    </item>
  </channel>
</rss>

