<?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 while Adjusting a Customized table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124513#M445792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pal ,&lt;/P&gt;&lt;P&gt;            This is pritty unusual , please check its a structure or a table . its a wildshot as I guess this should never happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2007 06:48:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-06T06:48:09Z</dc:date>
    <item>
      <title>Dump while Adjusting a Customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124512#M445791</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;I modified a field data type in my custom table from CHAR to INT1 .&lt;/P&gt;&lt;P&gt;Now i went with se14 to adjust and activate the table .....it has given a dump&lt;/P&gt;&lt;P&gt;and the messege "TABLE DOES NOT EXIST IN THE DATA BASE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very very urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be greatfull the earliest responce on this ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 06:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124512#M445791</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-06T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while Adjusting a Customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124513#M445792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pal ,&lt;/P&gt;&lt;P&gt;            This is pritty unusual , please check its a structure or a table . its a wildshot as I guess this should never happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 06:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124513#M445792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T06:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while Adjusting a Customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124514#M445793</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;It is a transparent table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with display nd maintenence allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to readjust the same by converting the field type from char to int1.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 06:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124514#M445793</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-06T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while Adjusting a Customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124515#M445794</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;This is the reason why you got the dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the data type was changed from CHAR to INT1, INT1 corresponds to the byte value, that would have memory conflicts on storage with respect to the number of bytes character holdw. If you had used INT4 there would not have been this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the detail on the error. When the table is adjusted in SE14, if there are any activation errors, then the physical database is deleted but the logical defination still exists. This is the reason why you can see the table in se11(this is the logical definition) but cannot activate the table or see entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 07:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124515#M445794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while Adjusting a Customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124516#M445795</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;Thanks for the replies ....&lt;/P&gt;&lt;P&gt;I myself solved  the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 10:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-adjusting-a-customized-table/m-p/2124516#M445795</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-06T10:41:02Z</dc:date>
    </item>
  </channel>
</rss>

