<?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: Clearing entries from DSEG  table  (global data segments) programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515349#M845508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i told you that this error can have various reasons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find them and analyze them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot access DSEG - this is not in the nature of this 'table'. please re-read my answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 10:27:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T10:27:17Z</dc:date>
    <item>
      <title>Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515346#M845505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to clear the global datasegment DSEG table programatically.(Through ABAP code or using any FM ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an internal mode, a maximum of 32768 global data segments can be managed. The administration is done by global segment table DSEG. So, if this limit is exceeded, runtime error GETWA_TOO_MANY_SEGMENTS is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want some way to clear the entries from DSEG to prevent the Dump.&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 21:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515346#M845505</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-03-12T21:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515347#M845506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DSEG is a global segment table which you cannot control (or 'cleanup' via abap).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;analyze the dump. does it always appear in the same application? then search service.sap.com/notes with GETWA_TOO_MAY_SEGMENTS and your application. this will be solved by applying the appropriate notes, for example 524562.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump analysis might also lead to your basis-guys having to apply another kernel patch like mentioned in note 925592.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515347#M845506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515348#M845507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mylene, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked all the Notes related to GETWA_TOO_MANY_SEGMENTS but none of the note provided any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some way to remove the entries from DSEG &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;Aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 14:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515348#M845507</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-03-13T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515349#M845508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i told you that this error can have various reasons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find them and analyze them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot access DSEG - this is not in the nature of this 'table'. please re-read my answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 10:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515349#M845508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T10:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515350#M845509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done the analysis at my side. After that only i came to the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the Reply. &lt;/P&gt;&lt;P&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;Aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515350#M845509</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-03-14T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing entries from DSEG  table  (global data segments) programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515351#M845510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible. Work around using call function in a new task&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2008 13:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-entries-from-dseg-table-global-data-segments-programatically/m-p/3515351#M845510</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-07-06T13:21:17Z</dc:date>
    </item>
  </channel>
</rss>

