<?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: Problem with database table (nametab) runtime object doesn't exists in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918098#M938964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a problem of DB2 old release incompatibility and restrictions. &lt;/P&gt;&lt;P&gt;There are two ways to solve this&lt;/P&gt;&lt;P&gt;- Change DB table name to longer&lt;/P&gt;&lt;P&gt;- Change DB table size category to lower&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 03:45:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-11T03:45:48Z</dc:date>
    <item>
      <title>Problem with database table (nametab) runtime object doesn't exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918096#M938962</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;Let mi quickly describe this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the screenshots and excel sheet are in [luxcar.com.pl/tomek/attachment.zip] - no viruses inside - I Promise !! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So problem is:&lt;/P&gt;&lt;P&gt;When I imported our package I got the problem with TWC table. Now, situation looks like this. When I import this table (I prepared the transport) to customers dev system (have SAP_ALL there), everything goes well u2013 no errors. When I run our solution, it crashes on /../TWC and says it doesnu2019t exist. When I access se80 and display /.../TWC properties, everything looks ok (see twc1.gif) u2013 system says that itu2019s active but doesnu2019t exist in database. Ok, I run database utility and press u201CCreate in databaseu201D . This ends up with error message (see twc2.gif). Itu2019s something about missing runtime object (nametab). When I come back to SE80 and press u201CActivateu201D , activation finishes with error log (see attached XLS file) and table turns into u201CPartly activeu201D  (see twc3.gif). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have another table /.../TWCV to store versions - it has EXACTLY the same structure as TWC but in opposite to TWC - there is no problem with transports, creation and activation. (It means - table structure is not a problem itself). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried recreating this table manually u2013 from the scratch. The same things happened. I thought it was something wrong with TADIR u2013 I checked and everything was ok there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 09:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918096#M938962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with database table (nametab) runtime object doesn't exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918097#M938963</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 did have a quick look at all your attachments and based on the error message &amp;amp; SQL script, I can see the table was created partly in DB. Because of it, if you try to delete it (drop table) and recreate it with your data, hopefully it should work.&lt;/P&gt;&lt;P&gt;As you can see, the SQL hasn't been completed. If its still doesn't work, then goto DB utility and do force coversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL: CREATE TABLE '/COCKPIT/TWC'&lt;/P&gt;&lt;P&gt;    ('CLIENT' VARCHAR (000003) NOT NULL DEFAUL      '000' ,&lt;/P&gt;&lt;P&gt;     'INVOICE_GUID' VARCHAR (000032) NOT NULL D      ' '   ,&lt;/P&gt;&lt;P&gt;     'WC_NO' VARCHAR (000003) NOT NULL DEFAULT       '000' ,&lt;/P&gt;&lt;P&gt;     'WC_VERSION' VARCHAR (000006) NOT NULL DEF      '000000' ,&lt;/P&gt;&lt;P&gt;     'VERSION' VARCHAR (000006) NOT NULL DEFAUL      '000000' ,&lt;/P&gt;&lt;P&gt;     'DOC_STATUS' VARCHAR (000002) NOT NULL DEF      ' ' ,&lt;/P&gt;&lt;P&gt;     'WC_ID' VARCHAR (000010) NOT NULL DEFAULT       ' ' ,&lt;/P&gt;&lt;P&gt;     'WC_DUEDATE' VARCHAR (000008) NOT NULL DEF      '00000000' ,&lt;/P&gt;&lt;P&gt;     'WC_STATUS' VARCHAR (000002) NOT NULL DEFA      ' ' ,&lt;/P&gt;&lt;P&gt;     'WC_POS' VARCHAR (000003) NOT NULL DEFAULT      '000' ,&lt;/P&gt;&lt;P&gt;     'WC_CH_TIMESTAMP' DECIMAL (000021, 000007)      0 ,&lt;/P&gt;&lt;P&gt;     'ARCHIVED' VARCHAR (000001) NOT NULL DEFAU      ' '&lt;/P&gt;&lt;P&gt;    )&lt;/P&gt;&lt;P&gt;     IN &lt;EM&gt;&lt;STRONG&gt;________.________&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 10:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918097#M938963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with database table (nametab) runtime object doesn't exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918098#M938964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a problem of DB2 old release incompatibility and restrictions. &lt;/P&gt;&lt;P&gt;There are two ways to solve this&lt;/P&gt;&lt;P&gt;- Change DB table name to longer&lt;/P&gt;&lt;P&gt;- Change DB table size category to lower&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-database-table-nametab-runtime-object-doesn-t-exists/m-p/3918098#M938964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T03:45:48Z</dc:date>
    </item>
  </channel>
</rss>

